mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 06:57:59 +02:00
Also install export file in a non specific X11 location. Closes: https://bugs.gentoo.org/958301 Closes: https://bugs.gentoo.org/958306 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
6 lines
106 B
Bash
6 lines
106 B
Bash
#!/bin/sh
|
|
case "$XDG_CURRENT_DESKTOP" in
|
|
*GNOME*)
|
|
export QT_QPA_PLATFORMTHEME=qgnomeplatform
|
|
;;
|
|
esac
|