summaryrefslogtreecommitdiffstats
path: root/kde/post-install/plasma-workspace/scripts
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-06-08 21:30:18 +0200
committer Eric Hameleers <alien@slackware.com>2020-06-08 21:30:18 +0200
commite41c0c99c8d498cc2f3761eb35d4f5389a6d1798 (patch)
tree3b0294e2874f1a34943eeb9a19682313ba43e6c2 /kde/post-install/plasma-workspace/scripts
parentf6a28c20081bd24619074c99ddfeb1932b09df2f (diff)
downloadktown-e41c0c99c8d498cc2f3761eb35d4f5389a6d1798.tar.gz
ktown-e41c0c99c8d498cc2f3761eb35d4f5389a6d1798.tar.xz
Proposed changes for a migration from ConsoleKit2 to elogind
Using elogind will enable a fully working Wayland session for KDE Plasma5.
Diffstat (limited to '')
-rw-r--r--kde/post-install/plasma-workspace/scripts/startkwayland7
1 files changed, 1 insertions, 6 deletions
diff --git a/kde/post-install/plasma-workspace/scripts/startkwayland b/kde/post-install/plasma-workspace/scripts/startkwayland
index 7ca8a0a..2d8cf55 100644
--- a/kde/post-install/plasma-workspace/scripts/startkwayland
+++ b/kde/post-install/plasma-workspace/scripts/startkwayland
@@ -1,9 +1,4 @@
#!/bin/sh
# Start KWin as a Plasma 5 Wayland session
-# Choose correct options depending on whether PAM is installed:
-if [ -L /lib${LIBDIRSUFFIX}/libpam.so.? ]; then
- dbus-launch --sh-syntax --exit-with-session /usr/bin/startplasma-wayland
-else
- ck-launch-session dbus-launch --sh-syntax --exit-with-session /usr/bin/startplasma-wayland
-fi
+dbus-launch --sh-syntax --exit-with-session /usr/bin/startplasma-wayland