D
Deleted member 67862
Guest
Greetings,
For several months I've tried to get qt5ct to be configured correctly by having QT_QPA_PLATFORMTHEME set to qt5ct. It seems to not work through any of the methods:
Putting QT_QPA_PLATFORMTHEME (variable) in /etc/profile
Putting the variable in .tcshrc (I use tcshrc)
Putting the variable in csh, tcsh, and sh rc's (translated to what they use to set environment variables of course)
Putting the variable in ~/.profile
Adding
Some of the ones above only work for qt programs launched from the terminal. Other ones don't work at all. I've circumvented this issue entirely by using icewm because it has an "env" file where you can add this environment variable. However, I'm using Xfce and can't rely on that file anymore. So I'm either glued to using icewm or just not having qt5 programs adhere at all to my gtk theme. Does anyone happen to know a solution?
For several months I've tried to get qt5ct to be configured correctly by having QT_QPA_PLATFORMTHEME set to qt5ct. It seems to not work through any of the methods:
Putting QT_QPA_PLATFORMTHEME (variable) in /etc/profile
Putting the variable in .tcshrc (I use tcshrc)
Putting the variable in csh, tcsh, and sh rc's (translated to what they use to set environment variables of course)
Putting the variable in ~/.profile
Adding
sh -c "QT_QPA_PLATFORMTHEME=qt5ct"
to Xfce startupSome of the ones above only work for qt programs launched from the terminal. Other ones don't work at all. I've circumvented this issue entirely by using icewm because it has an "env" file where you can add this environment variable. However, I'm using Xfce and can't rely on that file anymore. So I'm either glued to using icewm or just not having qt5 programs adhere at all to my gtk theme. Does anyone happen to know a solution?