diff options
author | Christopher Roy Bratusek <nano@jpberlin.de> | 2015-03-12 19:07:46 +0100 |
---|---|---|
committer | Christopher Roy Bratusek <nano@jpberlin.de> | 2015-03-12 19:07:46 +0100 |
commit | 09d0c97e49010b18a5149892ac34cd223db7fd9c (patch) | |
tree | 7bea10dcdab3cd8029db9a777a9e7ca4fa3d6136 /debian/Lumina-DE | |
parent | Update a bunch of icons in the desktop session, and also add a few abilities ... (diff) | |
download | lumina-09d0c97e49010b18a5149892ac34cd223db7fd9c.tar.gz lumina-09d0c97e49010b18a5149892ac34cd223db7fd9c.tar.bz2 lumina-09d0c97e49010b18a5149892ac34cd223db7fd9c.zip |
debian packaging:
- new upstream snapshot
- add qt5-configuration-tool wrapper for Lumina-DE (use qt5ct QT_QPA_PLATFORMTHEME if /usr/bin/qt5ct exists and LUMINA_USE_QT5CT is TRUE in /etc/defaul/lumina-qt5ct)
Diffstat (limited to 'debian/Lumina-DE')
-rwxr-xr-x | debian/Lumina-DE | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/Lumina-DE b/debian/Lumina-DE new file mode 100755 index 00000000..96e6832a --- /dev/null +++ b/debian/Lumina-DE @@ -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-DE.real |