aboutsummaryrefslogtreecommitdiff
path: root/port-files/debian/lumina-desktop.wrapper
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-07-18 12:10:53 -0400
committerKen Moore <moorekou@gmail.com>2016-07-18 12:10:53 -0400
commit97bb76da2a4aa347064eda8cb4a1c7deb52b78bb (patch)
treeae4f23dc7b2eabd9f548e11fb64005409842be83 /port-files/debian/lumina-desktop.wrapper
parentFix up the copy/adjustment of the fluxbox config files when initializing the ... (diff)
parentMerge pull request #241 from Nanolx/master (diff)
downloadlumina-97bb76da2a4aa347064eda8cb4a1c7deb52b78bb.tar.gz
lumina-97bb76da2a4aa347064eda8cb4a1c7deb52b78bb.tar.bz2
lumina-97bb76da2a4aa347064eda8cb4a1c7deb52b78bb.zip
Merge branch 'master' of github.com:trueos/lumina
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