diff options
author | Christopher Roy Bratusek <nano@jpberlin.de> | 2016-07-12 19:31:41 +0200 |
---|---|---|
committer | Christopher Roy Bratusek <nano@jpberlin.de> | 2016-07-12 19:31:41 +0200 |
commit | 1a311265e17c84af1bafca16ec7d38852f82d1c7 (patch) | |
tree | b04fcef7a68ef4b1c3f59682823b214beb3bd780 /port-files/debian | |
parent | update Debian packaging scripts (diff) | |
download | lumina-1a311265e17c84af1bafca16ec7d38852f82d1c7.tar.gz lumina-1a311265e17c84af1bafca16ec7d38852f82d1c7.tar.bz2 lumina-1a311265e17c84af1bafca16ec7d38852f82d1c7.zip |
Debian: new wrapper file
Diffstat (limited to 'port-files/debian')
-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 |