On 18/09/2018 11:31, Mick wrote:
Where are QT_QPA_PLATFORMTHEME and QT_STYLE_OVERRIDE specified outside the
GUI?  In ~/.bashrc?  Where could they be set for system wide settings?

QT_STYLE_OVERRIDE is not specified.

QT_QPA_PLATFORMTHEME is from /etc/X11/Xsession.d/99qt5ct, which rewrites nothing, and just adds:

# Enable qt5ct by default unless another PLATFORMTHEME option is set
# or KDE is running.
if [ -z "$QT_QPA_PLATFORMTHEME" ] && [ "$XDG_CURRENT_DESKTOP" != "KDE" ]
then
        export QT_QPA_PLATFORMTHEME=qt5ct
fi

moreover, there is ~/.xsession for user settings


--
sergio.


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to