From 88b45c07c3fa1d16d6752f1e5dd78b39f4015af7 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 19 Sep 2017 19:22:02 +0200 Subject: PLASMA5: remove the non-functional Wayland sesion from the dropdown --- make_slackware_live.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 9075d35..a300e6c 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1687,6 +1687,8 @@ if [ "$LIVEDE" = "PLASMA5" ]; then rm -f ${LIVE_ROOTDIR}/usr/share/xsessions/openbox-session.desktop || true # Remove the buggy mediacenter session: rm -f ${LIVE_ROOTDIR}/usr/share/xsessions/plasma-mediacenter.desktop || true + # Remove the non-functional wayland session: + rm -f ${LIVE_ROOTDIR}/usr/share/wayland-sessions/plasmawayland.desktop || true # Set sane SDDM defaults on first boot (root-owned file): mkdir -p ${LIVE_ROOTDIR}/var/lib/sddm cat < ${LIVE_ROOTDIR}/var/lib/sddm/state.conf -- cgit v1.2.3