lxqt / lxqt-session

The LXQt session manager
https://lxqt.github.io
GNU Lesser General Public License v2.1
57 stars 50 forks source link

Support for the use of qt5ct #392

Closed 0n0w1c closed 3 years ago

0n0w1c commented 3 years ago

startlxqt does not honor system setting of the QT_QPA_PLATFORMTHEME environment variable.

It would be helpful if the startlxqt script would check for a previous setting, and only set if not previously defined.

if [ -z "$QT_QPA_PLATFORMTHEME" ]; then
   export QT_QPA_PLATFORMTHEME=lxqt
fi

I have a use case for the use of QT_QPA_PLATFORMTHEME=qt5ct

tsujan commented 3 years ago

Understandably, QT_QPA_PLATFORMTHEME is lxqt in LXQt. You don't need and shouldn't use qt5ct under LXQt.