Xubuntu 20.04 LTS
I want to change default XFCE theme for Qt applications. It's set to Fusion
style on my app. I read from tutorials that I need kvantum manager and qt5ct
I installed both packages without any problems, both are working fine.
So when it comes to overriding environment variables I placed it in 3 different locations:
.profile
echo "export QT_QPA_PLATFORMTHEME=qt5ct" >> ~/.profile
/etc/environment
cat /etc/environment
[...]
QT_QPA_PLATFORMTHEME=qt5ct
- autostart script
# [...]
export QT_QPA_PLATFORMTHEME=qt5ct
.bashrc
# [...]
export QT_QPA_PLATFORMTHEME=qt5ct
I placed it in every location that I know off, still qt5ct is telling me that, it has wrong configuration and QT_QPA_PLATFORMTHEME=gtk2
is still set, so it has default system value as it had.
Message from qt5ct
Tell me is it so different in Xubuntu? Because I previously had done that on ArchLinux without any of this issues. Does Ubuntu has some own environment variables file?
/etc/X11/Xsession.d/56xubuntu-session
Does this file exist, is it or should it be available after install? Because I do not have one on my system. – kamil_debski Feb 08 '23 at 14:11