Difference between revisions of "Set all Qt app's to use GTK+ font & theme settings"

imported>Handy
imported>Handy
Line 14: Line 14:
=How do you do it?=
=How do you do it?=


1) Install qt5-styleplugins and qt5ct
1) Install '''qt5-styleplugins''' and '''qt5ct'''


2) Set environment variable in /etc/environment: QT_QPA_PLATFORMTHEME=qt5ct
2) Set environment variable in /etc/environment (adding the lines)
 
'''QT_STYLE_OVERRIDE=gtk2'''
'''QT_QPA_PLATFORMTHEME=qt5ct'''


3) Restart the system
3) Restart the system


4) Start qt5ct with sudo rights (very important) and select gtk2
4) Start qt5ct from terminal and select gtk2
 
5) Start one more time qt5ct from terminal with sudo rights (for qt apps which required sudo rights like manjaro-settings-manager) and select gtk2


<br clear="all"/>
<br clear="all"/>
Anonymous user