diff options
author | Ken Moore <moorekou@gmail.com> | 2016-07-18 12:10:53 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-07-18 12:10:53 -0400 |
commit | 97bb76da2a4aa347064eda8cb4a1c7deb52b78bb (patch) | |
tree | ae4f23dc7b2eabd9f548e11fb64005409842be83 /port-files/debian/lumina-desktop.wrapper | |
parent | Fix up the copy/adjustment of the fluxbox config files when initializing the ... (diff) | |
parent | Merge pull request #241 from Nanolx/master (diff) | |
download | lumina-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-x | port-files/debian/lumina-desktop.wrapper | 9 |
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 |