Difference between revisions of "Set all Qt app's to use GTK+ font & theme settings"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Marked this version for translation) |
(Fix forum link) |
||
Line 39: | Line 39: | ||
{{SectionTemplate|<translate><!--T:15--> See Also</translate>| | {{SectionTemplate|<translate><!--T:15--> See Also</translate>| | ||
* [https://wiki.archlinux.org/index.php/Uniform_Look_for_Qt_and_GTK_Applications Arch Wiki] | * [https://wiki.archlinux.org/index.php/Uniform_Look_for_Qt_and_GTK_Applications Arch Wiki] | ||
* Matching [https://forum.manjaro.org/t/wiki-set-all-qt-apps-to-use-your-gtk-theme-font-settings/17654 Forum Topic]|Chmsee-icon.png}} | * Matching [https://archived.forum.manjaro.org/t/wiki-set-all-qt-apps-to-use-your-gtk-theme-font-settings/17654 Forum Topic]|Chmsee-icon.png}} | ||
[[Category:Contents Page{{#translation:}}]] | [[Category:Contents Page{{#translation:}}]] |
Revision as of 23:46, 12 February 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:
pamac install qt5ct
Set environment variables in ~/.profile
by adding or updating the following lines:
export QT_QPA_PLATFORMTHEME="qt5ct"
Run the application QT5 Configuration Manager from the menu or run the command qt5ct
.
- Arch Wiki
- Matching Forum Topic