aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-09-10 16:53:31 +0200
committer Eric Hameleers <alien@slackware.com>2023-09-10 16:53:31 +0200
commitd6cbbd6c43eb494644e47ddadc629e99985eb593 (patch)
treeacc288da3c1cb79371a5e7d3f05011280665f699
parent4f49673121219831f794cdd19f670b405f9264db (diff)
downloadliveslak-d6cbbd6c43eb494644e47ddadc629e99985eb593.tar.gz
liveslak-d6cbbd6c43eb494644e47ddadc629e99985eb593.tar.xz
DAW/LEAN: Wayland graphical sessions are not supported here
-rwxr-xr-xmake_slackware_live.sh5
1 files changed, 5 insertions, 0 deletions
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 <<EOT >${LIVE_ROOTDIR}/usr/share/fontconfig/conf.avail/99-noto-mono-color-em
</fontconfig>
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