diff options
author | Eric Hameleers <alien@slackware.com> | 2017-09-19 19:22:02 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-09-19 19:22:02 +0200 |
commit | 88b45c07c3fa1d16d6752f1e5dd78b39f4015af7 (patch) | |
tree | 9cc49f052031606b9656ead11b4a05e70cd6ed9f | |
parent | 0af34fb94fd15a212eb232ac6ba276e6c97f04d7 (diff) | |
download | liveslak-88b45c07c3fa1d16d6752f1e5dd78b39f4015af7.tar.gz liveslak-88b45c07c3fa1d16d6752f1e5dd78b39f4015af7.tar.xz |
PLASMA5: remove the non-functional Wayland sesion from the dropdown
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 <<EOT > ${LIVE_ROOTDIR}/var/lib/sddm/state.conf |