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/build/kdeconnect-framework | 1 + kde/build/kwayland | 1 + kde/build/plasma-framework | 1 + kde/post-install/plasma-workspace/scripts/startkwayland | 7 ++++++- 4 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 kde/build/kdeconnect-framework create mode 100644 kde/build/kwayland create mode 100644 kde/build/plasma-framework (limited to 'kde') diff --git a/kde/build/kdeconnect-framework b/kde/build/kdeconnect-framework new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/kdeconnect-framework @@ -0,0 +1 @@ +2 diff --git a/kde/build/kwayland b/kde/build/kwayland new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/kwayland @@ -0,0 +1 @@ +2 diff --git a/kde/build/plasma-framework b/kde/build/plasma-framework new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/plasma-framework @@ -0,0 +1 @@ +2 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