MX-23 beta 1 feedback thread
- dolphin_oracle
- Developer
- Posts: 22276
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX-23 beta 1 feedback thread
Ok
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: MX-23 beta 1 feedback thread
Jerry3904 wrote: Tue Jun 13, 2023 6:50 am we seem to no longer have this working to get to the page that handles the themeTried on two different machines with MX-21 and MX-23 @dolphin_oracleCode: Select all
mx-tweak --theme
@Jerry3904 Works for me just not on the fly anymore. Only applies to newly opened windows. Tested with Thunar open.
The Window Manager section does work on the fly. MX-23. Haven't tested MX-21.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
- dolphin_oracle
- Developer
- Posts: 22276
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX-23 beta 1 feedback thread
found the problem. dumb logic on my part. will have fixed tonight.Jerry3904 wrote: Tue Jun 13, 2023 6:50 am Now that we have this working in MXFB to get to the page that handles the All Apps disablewe seem to no longer have this working to get to the page that handles the themeCode: Select all
mx-tweak --other
Tried on two different machines with MX-21 and MX-23 @dolphin_oracleCode: Select all
mx-tweak --theme
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: MX-23 beta 1 feedback thread

Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: MX-23 beta 1 feedback thread
Thanks @dolphin_oracle
@Jerry3904 When I use the traditional toolbar (Appearance > Toolbar > Fluxbox) I have a new message in .xsession-errors.
Following this thread (#168 Feature: Make systray icon pinning (ordered) available https://sourceforge.net/p/fluxbox/patches/168/)
I found this in the fluxbox.txt document. Line 1290 (https://github.com/fluxbox/fluxbox/blob ... luxbox.txt)
I added these two variables (as a default) to my init file and the error message disappears.
@Jerry3904 When I use the traditional toolbar (Appearance > Toolbar > Fluxbox) I have a new message in .xsession-errors.
Code: Select all
Failed to read: session.screen0.systray.pinLeft
Setting default value
Failed to read: session.screen0.systray.pinRight
Setting default value
Following this thread (#168 Feature: Make systray icon pinning (ordered) available https://sourceforge.net/p/fluxbox/patches/168/)
I found this in the fluxbox.txt document. Line 1290 (https://github.com/fluxbox/fluxbox/blob ... luxbox.txt)
Code: Select all
*session.screen0.pin{Left|Right}*: 'classes'::
Sort the system tray icons according to order specified in 'classes', which is
a comma-separated list of CLASSCLASS properties of the X clients (The second
field of WM_CLASS from the output of the *xprop(1)* utility).
+
Consider a system tray "A C B D E F". With pinRight set to "A, B" and pinLeft
set to "E, F" it will look like "E F [C D] A B" while the icons in [] are
unordered as usual.
All of the 'location' resources following require a pathname to their specific
files. This is where you can specify different files. Most of the defaults will
be located in the user's *~/.fluxbox* directory.
I added these two variables (as a default) to my init file and the error message disappears.
Code: Select all
session.screen0.pinLeft: E, F
session.screen0.pinRight: A, B
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
Re: MX-23 beta 1 feedback thread
Got it, thanks.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
-
- Posts: 10
- Joined: Tue Jun 13, 2023 12:38 pm
Re: MX-23 beta 1 feedback thread
Hi. I just installed the beta on my old Dell Latitude E6220, with 8GB RAM and ~120GB root partition using btrfs.
The nala upgrade sticks on unpacking papirus-icon-theme (20230601-0.1-mx23+1 over 20230104-2), at 5.3%. The same happens on apt upgrade, apt-get upgrade etc, unsurprisingly.
After ctrl-c-ing out of nala I had to kill the stuck dpkg process.
I then marked papirus-icon-theme as held with apt-mark, and the update continued as expected.
So at first glance it looks like an issue with that icon package. Hope this helps.
The nala upgrade sticks on unpacking papirus-icon-theme (20230601-0.1-mx23+1 over 20230104-2), at 5.3%. The same happens on apt upgrade, apt-get upgrade etc, unsurprisingly.
After ctrl-c-ing out of nala I had to kill the stuck dpkg process.
I then marked papirus-icon-theme as held with apt-mark, and the update continued as expected.
So at first glance it looks like an issue with that icon package. Hope this helps.
Re: MX-23 beta 1 feedback thread
@Jerry3904
Disregard that init post. I can't seem to replicate it anymore.
I removed those extra entries and have either logged out and in or rebooted several times for the past 15 minutes but the message doesn't reappear.
I don't know what could have triggered it but maybe it has something to do with MX Tweak because I was testing all the settings when I saw your initial post to dolphin.
I am getting a new message but I will wait for the update to MX Tweak.
Code: Select all
tint2: Using glib slice allocator (default). Run tint2 with environment variable G_SLICE=always-malloc in case of strange behavior or crashes
Usage: tint2 [OPTION...]
Options:
-c path_to_config_file Loads the configuration file from a
custom location.
-v, --version Prints version information and exits.
-h, --help Display this help and exits.
For more information, run `man tint2` or visit the project page
<https://gitlab.com/o9000/tint2>.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
- dolphin_oracle
- Developer
- Posts: 22276
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX-23 beta 1 feedback thread
the papirus icon theme takes forever to update. its highly compressed. so you very likely just didn't wait long enough. I mean it takes a loooonnnnnngggggg time.oldandtired wrote: Tue Jun 13, 2023 12:51 pm Hi. I just installed the beta on my old Dell Latitude E6220, with 8GB RAM and ~120GB root partition using btrfs.
The nala upgrade sticks on unpacking papirus-icon-theme (20230601-0.1-mx23+1 over 20230104-2), at 5.3%. The same happens on apt upgrade, apt-get upgrade etc, unsurprisingly.
After ctrl-c-ing out of nala I had to kill the stuck dpkg process.
I then marked papirus-icon-theme as held with apt-mark, and the update continued as expected.
So at first glance it looks like an issue with that icon package. Hope this helps.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: MX-23 beta 1 feedback thread
Just wanted to say (again) I'm running MX23KDE beta in two VMs and one laptop... and no problems so far. Thank you!