From d6cbbd6c43eb494644e47ddadc629e99985eb593 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 10 Sep 2023 16:53:31 +0200 Subject: DAW/LEAN: Wayland graphical sessions are not supported here --- make_slackware_live.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index f352c13..52bfb16 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2787,6 +2787,11 @@ cat <${LIVE_ROOTDIR}/usr/share/fontconfig/conf.avail/99-noto-mono-color-em EOT + if [ "$LIVEDE" = "DAW" ] || [ "$LIVEDE" = "LEAN" ]; then + # These lean installations do not support Wayland graphical sessions: + rm -rf ${LIVE_ROOTDIR}/usr/share/wayland-sessions + fi + fi # End Plasma5 if [ "$LIVEDE" = "DLACK" ]; then -- cgit v1.2.3