qt gtk themes problem (Mate Desktop) 30 April 2021, 00:41:43 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 followedI 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 – 30 April 2021, 09:56:16 That´s my, if I remember it right, original, non touched /etc/enviromentCode: [Select]QT_QPA_PLATFORMTHEME=gtk2QT_STYLE_OVERRIDE=gtkQTWEBENGINE_CHROMIUM_FLAGS="-blink-settings=darkModeEnabled=true -enable-features=OverlayScrollbar,OverlayScrollbarFlashAfterAnyScrollUpdate,OverlayScrollbarFlashWhenMouseEnter"
Re: qt gtk themes problem (Mate Desktop) Reply #2 – 30 April 2021, 12:31:11 Quote from: katinka – on 30 April 2021, 09:56:16That´s my, if I remember it right, original, non touched /etc/enviromentCode: [Select]QT_QPA_PLATFORMTHEME=gtk2QT_STYLE_OVERRIDE=gtkQTWEBENGINE_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 – 30 April 2021, 19:05:50 I've only this in ~.bash_profileCode: [Select]export QT_QPA_PLATFORMTHEME=qt5ctexport QT_AUTO_SCREEN_SCALE_FACTOR=0
Re: qt gtk themes problem (Mate Desktop) Reply #4 – 30 April 2021, 23:38:36 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.