Re: MX-23 beta 1 feedback thread
Posted: Tue Jun 13, 2023 6:52 am
Ok
Support for MX and antiX Linux distros
http://www.forum.mxlinux.org/
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
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
Code: Select all
Failed to read: session.screen0.systray.pinLeft
Setting default value
Failed to read: session.screen0.systray.pinRight
Setting default value
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.
Code: Select all
session.screen0.pinLeft: E, F
session.screen0.pinRight: A, B
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>.
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.