From b5a56ad62ca42d31184887782ef2cb970994580e Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 24 Dec 2023 16:14:56 +0100 Subject: Only the old Qt5 based Wayland session was non-functional --- make_slackware_live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 87b1d44..5f61a65 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2601,7 +2601,7 @@ if [ -d ${LIVE_ROOTDIR}/usr/lib${DIRSUFFIX}/libexec/kf5 ] || [ -d ${LIVE_ROOTDIR 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 non-functional wayland session: + # Remove non-functional Qt5 wayland session: if [ ! -f ${LIVE_ROOTDIR}/usr/lib${DIRSUFFIX}/qt5/bin/qtwaylandscanner ]; then rm -f ${LIVE_ROOTDIR}/usr/share/wayland-sessions/plasmawayland.desktop || true -- cgit v1.2.3