summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
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
commit88b45c07c3fa1d16d6752f1e5dd78b39f4015af7 (patch)
tree9cc49f052031606b9656ead11b4a05e70cd6ed9f /make_slackware_live.sh
parent0af34fb94fd15a212eb232ac6ba276e6c97f04d7 (diff)
downloadliveslak-88b45c07c3fa1d16d6752f1e5dd78b39f4015af7.tar.gz
liveslak-88b45c07c3fa1d16d6752f1e5dd78b39f4015af7.tar.xz
PLASMA5: remove the non-functional Wayland sesion from the dropdown
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh2
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