From 8afe47f455f51e7af181ef863ee327c00ce7c002 Mon Sep 17 00:00:00 2001 From: Mark Wagie Date: Fri, 9 Dec 2022 16:02:32 -0700 Subject: [PATCH] [gnome] don't use QT_STYLE_OVERRIDE with QT_QPA_PLATFORMTHEME=qt5ct --- manjaro/gnome/desktop-overlay/etc/environment | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manjaro/gnome/desktop-overlay/etc/environment b/manjaro/gnome/desktop-overlay/etc/environment index 64fbec33..066bca1b 100644 --- a/manjaro/gnome/desktop-overlay/etc/environment +++ b/manjaro/gnome/desktop-overlay/etc/environment @@ -12,9 +12,13 @@ QT_AUTO_SCREEN_SCALE_FACTOR=1 # To use QGnomePlaform with AdwaitaQt style, comment out the following keys: # Available options: gtk2, gnome, kde, qt5ct, xcb + +# Note: Don't use in combination with QT_STYLE_OVERRIDE QT_QPA_PLATFORMTHEME="qt5ct" # Available styles: HighContrastInverse, HighContrast, Adwaita-HighContrastInverse, # Adwaita-HighContrast, Adwaita-Dark, Adwaita, kvantum-dark, kvantum, qt5ct-style, # Windows, Fusion -QT_STYLE_OVERRIDE="kvantum" + +# Note: Don't use in combination with QT_QPA_PLATFORMTHEME +#QT_STYLE_OVERRIDE=""