The MX tools generally work, though there were a few, such as MX Menu Editor, Select Sound, and Compton Manager, which cater to XFCE and are pointless, so those were blocked from Cinnamon. That stuff can be done in the same manner as in Linux Mint. They still carry on the XFCE theming, though, but it would probably be a lot of work to make them respect the Cinnamon theme. I already ran into issues trying to switch LightDM to slick-greeter in order to get some options, such as NumLockX, to work, so I'm not going to go that far just yet.Adrian wrote: Thu Jun 30, 2022 11:52 am Looks good. How are the MX tools theme behaving in Cinnamon? We tried to fix stuff for Plasma, added a bunch of launchers for the MX tools that make them preserve the environment needed to preserve the user theming. Hopefully that will help in Cinnamon too, and possibly other DEs but I haven't tested.
Introducing CinnaMX: An unofficial MX Linux community respin
-
- Posts: 84
- Joined: Wed Jun 29, 2022 9:17 am
Re: Introducing CinnaMX: An unofficial MX Linux community respin
Re: Introducing CinnaMX: An unofficial MX Linux community respin
Looks good. Seems QT theming looks a bit pale, so most MX-apps do no follow theming.Joseph DeGarmo wrote: Thu Jun 30, 2022 10:24 am Hello, guys. I'm a new member here. I have been using MX Linux off and on for the last two years and I think that this is a great distro. I've also been using other distros, including Linux Mint, Arch Linux, Garuda Linux, and a couple of Ubuntu flavors. Thanks for accepting me as a member.
I have been seeing the community release a few respins of MX Linux and I figured that I could create one of my own. This one is called CinnaMX, an MX respin featuring the Cinnamon desktop environment. This is a custom build of MX Linux 21.1 AHS XFCE with the Cinnamon desktop added. It features a customized desktop layout with a dock and utilizes the Mint themes and icons. The desktop background was created by myself using a non-licensed HiDPI image.
Eg: like this: I guess QT-environment variable didn't made it to get set
normally in Xfce through this guy: /etc/X11/Xsession.d/56xfce4-qtconfig
So, if those here set somehow during login:
Code: Select all
export QT_QPA_PLATFORMTHEME=gtk2
export QT_PLATFORMTHEME=gtk2
export QT_PLATFORM_PLUGIN=gtk2
as shown here: MX Tools: MXPI: +++EDIT+++:
Removed above those two as they are not theme related,
export QT_SCALE_FACTOR=1
export QT_ACCESSIBILITY=1
IIRC, they have been set to fix some xfce related "issue".
You do not have the required permissions to view the files attached to this post.
Re: Introducing CinnaMX: An unofficial MX Linux community respin
@fehlix
If qt5ct is being used for QT themes then an alternate answer is to place the qt5ct configuration folder in /root, just mentioning in case it is relevant..
If qt5ct is being used for QT themes then an alternate answer is to place the qt5ct configuration folder in /root, just mentioning in case it is relevant..
-
- Posts: 84
- Joined: Wed Jun 29, 2022 9:17 am
Re: Introducing CinnaMX: An unofficial MX Linux community respin
Nice. Thank you.fehlix wrote: Thu Jun 30, 2022 1:08 pmLooks good. Seems QT theming looks a bit pale, so most MX-apps do no follow theming.Joseph DeGarmo wrote: Thu Jun 30, 2022 10:24 am Hello, guys. I'm a new member here. I have been using MX Linux off and on for the last two years and I think that this is a great distro. I've also been using other distros, including Linux Mint, Arch Linux, Garuda Linux, and a couple of Ubuntu flavors. Thanks for accepting me as a member.
I have been seeing the community release a few respins of MX Linux and I figured that I could create one of my own. This one is called CinnaMX, an MX respin featuring the Cinnamon desktop environment. This is a custom build of MX Linux 21.1 AHS XFCE with the Cinnamon desktop added. It features a customized desktop layout with a dock and utilizes the Mint themes and icons. The desktop background was created by myself using a non-licensed HiDPI image.
Eg: like this:mxpi-cinnamx-missing-qtenv.png
I guess QT-environment variable didn't made it to get set
normally in Xfce through this guy: /etc/X11/Xsession.d/56xfce4-qtconfig
So, if those here set somehow during login:MX tools and other QT apps, would follow theme,Code: Select all
export QT_ACCESSIBILITY=1 export QT_QPA_PLATFORMTHEME=gtk2 export QT_PLATFORMTHEME=gtk2 export QT_PLATFORM_PLUGIN=gtk2 export QT_SCALE_FACTOR=1
as shown here: MX Tools:mc-tools-cinnamx.png
MXPI:mxpi-cinnamx.png
Re: Introducing CinnaMX: An unofficial MX Linux community respin
One thing I find odd with this is that you use several current Linux Mint apps but do not use the current Linux Mint Debian Edition 5 version of Cinnamon which is 5.2.7 but rather the older version from Debian, LMDE 5 is based on Debian Bullseye just as MX 21 is.
-
- Posts: 84
- Joined: Wed Jun 29, 2022 9:17 am
Re: Introducing CinnaMX: An unofficial MX Linux community respin
Cinnamon is Linux Mint's homebrew product. LMDE 5 was released several months later than Debian 11 and the Mint team builds their latest Cinnamon version into their newest point releases. KDE Neon is pretty much the same way with KDE Plasma, except that they use rolling updates for their desktop.jeffreyC wrote: Fri Jul 01, 2022 2:48 pm One thing I find odd with this is that you use several current Linux Mint apps but do not use the current Linux Mint Debian Edition 5 version of Cinnamon which is 5.2.7 but rather the older version from Debian, LMDE 5 is based on Debian Bullseye just as MX 21 is.
-
- Posts: 84
- Joined: Wed Jun 29, 2022 9:17 am
Re: Introducing CinnaMX: An unofficial MX Linux community respin
I'm running into a major issue where the desktop theme and settings are not being carried over to a new user. How do I fix this?
Re: Introducing CinnaMX: An unofficial MX Linux community respin
New user files are instantiated from /etc/skel, so when you set a theme, you need to copy the relevant stuff to /etc/skel and that will be copied to the new user.Joseph DeGarmo wrote: Fri Jul 01, 2022 10:29 pm I'm running into a major issue where the desktop theme and settings are not being carried over to a new user. How do I fix this?
-
- Posts: 84
- Joined: Wed Jun 29, 2022 9:17 am
Re: Introducing CinnaMX: An unofficial MX Linux community respin
Done, but for whatever reason, Nemo does not automatically generate new entries for the new user's Documents, Pictures, Downloads, etc.Adrian wrote: Fri Jul 01, 2022 10:47 pmNew user files are instantiated from /etc/skel, so when you set a theme, you need to copy the relevant stuff to /etc/skel and that will be copied to the new user.Joseph DeGarmo wrote: Fri Jul 01, 2022 10:29 pm I'm running into a major issue where the desktop theme and settings are not being carried over to a new user. How do I fix this?
Re: Introducing CinnaMX: An unofficial MX Linux community respin
Hi, if you are using MX-Snapshot in my experience you don't want to have the files: ~/.config/user-dirs.dirs and ~/.config/user-dirs.locale in /etc/skel/.config... It seems if they are present the usual XDG User Directory set is not created, but if they are not in /etc/skel/.config these directories will be created, it seems counter-intuitive but I think most likely 'xdg-user-dirs-update' wants to run when a new User is created but if it sees that it's config files are already present then it doesn't create the User Directories.. *Note this was my experience with XFCE4 anyway, Cinnamon may be different..Joseph DeGarmo wrote: Sat Jul 02, 2022 12:15 amDone, but for whatever reason, Nemo does not automatically generate new entries for the new user's Documents, Pictures, Downloads, etc.Adrian wrote: Fri Jul 01, 2022 10:47 pmNew user files are instantiated from /etc/skel, so when you set a theme, you need to copy the relevant stuff to /etc/skel and that will be copied to the new user.Joseph DeGarmo wrote: Fri Jul 01, 2022 10:29 pm I'm running into a major issue where the desktop theme and settings are not being carried over to a new user. How do I fix this?
@Adrian or @dolphin_oracle will know much better what the particulars of this are..