From f4eded5c261b8c1448d2b0fe843764647164956b Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 13 Nov 2019 20:27:09 +0100 Subject: PLASMA5: set the OS name to 'Slackware Live' in 'System Information' --- make_slackware_live.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 2cc96c7..ce0e7dd 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1885,6 +1885,10 @@ if [ "$LIVEDE" = "PLASMA5" ]; then then rm -f ${LIVE_ROOTDIR}/usr/share/wayland-sessions/plasmawayland.desktop || true fi + + # Set the OS name to "Slackware Live" in "System Information": + echo "Name=${DISTRO^} Live" >> ${LIVE_ROOTDIR}/etc/kde/xdg/kcm-about-distrorc + # Set sane SDDM defaults on first boot (root-owned file): mkdir -p ${LIVE_ROOTDIR}/var/lib/sddm cat < ${LIVE_ROOTDIR}/var/lib/sddm/state.conf -- cgit v1.2.3