From cb2b8b4b4b3c370478a5fdfbe0e138475200a7f1 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 2 Jun 2023 17:27:55 +0200 Subject: DAW, LEAN, SLACKWARE: more detail in KDE Plasma System Info Even when running -current, the KDE Info Center will show Slackware's stable version number. Therefore, add a line of text informing about the development status of Slackware -current when the ISO is based on it. --- make_slackware_live.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index ccf9de9..bffa3d2 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2591,6 +2591,12 @@ if [ -d ${LIVE_ROOTDIR}/usr/lib${DIRSUFFIX}/kf5 ]; then # Set the OS name to "Slackware Live" in "System Information": echo "Name=${DISTRO^} Live" >> ${LIVE_ROOTDIR}/etc/kde/xdg/kcm-about-distrorc + # Use os-release's VERSION (default=false means: use VERSION_ID) + echo "UseOSReleaseVersion=true" >> ${LIVE_ROOTDIR}/etc/kde/xdg/kcm-about-distrorc + if [ "${SL_VERSION}" = "current" ]; then + # Some more detail on development release: + echo "Variant=Post-stable development (-current)" >> ${LIVE_ROOTDIR}/etc/kde/xdg/kcm-about-distrorc + fi # Set sane SDDM defaults on first boot (root-owned file): mkdir -p ${LIVE_ROOTDIR}/var/lib/sddm -- cgit v1.2.3