Skip to main content
Topic: qt gtk themes problem (Mate Desktop) (Read 817 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

qt gtk themes problem (Mate Desktop)

Hello i have issues with all the themes in my Mate Openrc desktop. The installation is fresh (less than 5 hours)
I installed qt5ct and edited
Code: [Select]
 sudo nano /etc/environment 
as followed

I always have problems with my themes and various application.
Also there is darkmode enabled so for example if use plank there is dark theme while i want light theme (which is the default theme).

Is there any solution ? I search the web and read the wiki.
Thanks in advance!

Re: qt gtk themes problem (Mate Desktop)

Reply #1
That´s my, if I remember it right, original, non touched /etc/enviroment

Code: [Select]
QT_QPA_PLATFORMTHEME=gtk2
QT_STYLE_OVERRIDE=gtk
QTWEBENGINE_CHROMIUM_FLAGS="-blink-settings=darkModeEnabled=true -enable-features=OverlayScrollbar,OverlayScrollbarFlashAfterAnyScrollUpdate,OverlayScrollbarFlashWhenMouseEnter"

Re: qt gtk themes problem (Mate Desktop)

Reply #2
That´s my, if I remember it right, original, non touched /etc/enviroment

Code: [Select]
QT_QPA_PLATFORMTHEME=gtk2
QT_STYLE_OVERRIDE=gtk
QTWEBENGINE_CHROMIUM_FLAGS="-blink-settings=darkModeEnabled=true -enable-features=OverlayScrollbar,OverlayScrollbarFlashAfterAnyScrollUpdate,OverlayScrollbarFlashWhenMouseEnter"
Yes that was mine as well but it didn't work...
This was the default but did not work...

Re: qt gtk themes problem (Mate Desktop)

Reply #3
I've only this in ~.bash_profile
Code: [Select]
export QT_QPA_PLATFORMTHEME=qt5ct
export QT_AUTO_SCREEN_SCALE_FACTOR=0
Mandrake —> SUSE Linux —> Slackware —> ASPLinux —> Debian —> Ubuntu —> Linux Mint —> Arch Linux —> Void Linux —> Artix Linux (runit) —> Oberun
Best regards to Artix development team

 

Re: qt gtk themes problem (Mate Desktop)

Reply #4
Reverting to light themes in fresh installations is the easiest of all. Switch to a console, stop lightdm, comment out everything in /etc/environment and delete ~/.config. Restart lightdm and profit.