summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/modules/lightdm-greeter-bwlp/data/etc/lightdm/lightdm.conf.d/10-openslx.conf2
-rwxr-xr-xcore/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/greeter-wrapper5
2 files changed, 6 insertions, 1 deletions
diff --git a/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/lightdm.conf.d/10-openslx.conf b/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/lightdm.conf.d/10-openslx.conf
index 8fbb9e25..b58e55c0 100644
--- a/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/lightdm.conf.d/10-openslx.conf
+++ b/core/modules/lightdm-greeter-bwlp/data/etc/lightdm/lightdm.conf.d/10-openslx.conf
@@ -1,7 +1,7 @@
[SeatDefaults]
greeter-hide-users=true
greeter-session=qt-lightdm-greeter
-
+greeter-wrapper=/opt/openslx/lightdm/greeter-wrapper
greeter-allow-guest=true
allow-guest=true
guest-wrapper=/opt/openslx/lightdm/guest-session
diff --git a/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/greeter-wrapper b/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/greeter-wrapper
new file mode 100755
index 00000000..a77120c0
--- /dev/null
+++ b/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/greeter-wrapper
@@ -0,0 +1,5 @@
+#!/bin/ash
+#
+# This just makes sure that nothing else wraps the greeter startup...
+
+exec "$@"