aboutsummaryrefslogtreecommitdiff
path: root/port-files/debian/lumina-desktop.wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'port-files/debian/lumina-desktop.wrapper')
-rwxr-xr-xport-files/debian/lumina-desktop.wrapper9
1 files changed, 9 insertions, 0 deletions
diff --git a/port-files/debian/lumina-desktop.wrapper b/port-files/debian/lumina-desktop.wrapper
new file mode 100755
index 00000000..30686145
--- /dev/null
+++ b/port-files/debian/lumina-desktop.wrapper
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+. /etc/default/lumina-qt5ct
+
+if test -f /usr/bin/qt5ct && test ${LUMINA_USE_QT5CT} = TRUE; then
+ export QT_QPA_PLATFORMTHEME=qt5ct
+fi
+
+/usr/bin/lumina-desktop.real
bgstack15