Difference between revisions of "Set all Qt app's to use GTK+ font & theme settings"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Fix forum link) |
m |
||
Line 21: | Line 21: | ||
<!--T:20--> | <!--T:20--> | ||
Install {{ic|qt5ct}} using your favorite package manager or the command: | Install {{ic|qt5ct}} using your favorite package manager or the command: | ||
{{UserCmd|command=pamac install qt5ct}} | |||
<!--T:21--> | <!--T:21--> | ||
Set environment variables in {{ic|~/.profile}} by adding or updating the following lines: | Set environment variables in {{ic|~/.profile}} by adding or updating the following lines: | ||
{{File|file=~/.profile|content=<pre>export QT_QPA_PLATFORMTHEME="qt5ct"</pre>}} | |||
Revision as of 15:37, 22 September 2021
When using a Desktop Environment or Window Manager that doesn't allow for the settings of QT themes, you can set QT to use your GTK themes instead.
Install qt5ct
using your favorite package manager or the command:
user $ pamac install qt5ct
Set environment variables in ~/.profile
by adding or updating the following lines:
~/.profile
export QT_QPA_PLATFORMTHEME="qt5ct"
Run the application QT5 Configuration Manager from the menu or run the command qt5ct
.
Logout and login again to make the change effective
- Arch Wiki
- Matching Forum Topic