diff options
Diffstat (limited to 'x11-themes/QGnomePlatform/files/90-qgnomeplatform')
-rw-r--r-- | x11-themes/QGnomePlatform/files/90-qgnomeplatform | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-themes/QGnomePlatform/files/90-qgnomeplatform b/x11-themes/QGnomePlatform/files/90-qgnomeplatform new file mode 100644 index 000000000000..6496e6890e2c --- /dev/null +++ b/x11-themes/QGnomePlatform/files/90-qgnomeplatform @@ -0,0 +1,6 @@ +#!/bin/sh +case "$XDG_CURRENT_DESKTOP" in + *GNOME*) + export QT_QPA_PLATFORMTHEME=qgnomeplatform + ;; +esac |