From 53f579a46dcb5981d7ba0ba6ebb51ebaefde1203 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 23 Feb 2020 13:42:38 +0100 Subject: Rebuild packages to pick up Wayland kwayland, plasma-framework in frameworks kdeconnect-framework in plasma-extra And I refreshed all of the Plasma packages. --- kde/post-install/plasma-workspace/scripts/startkwayland | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'kde/post-install/plasma-workspace') diff --git a/kde/post-install/plasma-workspace/scripts/startkwayland b/kde/post-install/plasma-workspace/scripts/startkwayland index 506e276..7ca8a0a 100644 --- a/kde/post-install/plasma-workspace/scripts/startkwayland +++ b/kde/post-install/plasma-workspace/scripts/startkwayland @@ -1,4 +1,9 @@ #!/bin/sh # Start KWin as a Plasma 5 Wayland session -ck-launch-session dbus-launch --sh-syntax --exit-with-session /usr/bin/startplasmacompositor +# 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 -- cgit v1.2.3