gentoo-ebuilds/x11-themes/QGnomePlatform/files/90-QGnomePlatform.sh
Pacho Ramos 7244554c6e
x11-themes/QGnomePlatform: Fix compat with cmake4 and wayland/X automagic dep
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>
2025-06-20 20:40:26 +02:00

6 lines
106 B
Bash

#!/bin/sh
case "$XDG_CURRENT_DESKTOP" in
*GNOME*)
export QT_QPA_PLATFORMTHEME=qgnomeplatform
;;
esac