summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-11-13 20:27:09 +0100
committer Eric Hameleers <alien@slackware.com>2019-11-13 20:27:09 +0100
commitf4eded5c261b8c1448d2b0fe843764647164956b (patch)
tree1f6ba5f3de79a1b9316cb5920a225e23806ffeee
parentde5c7f897404b3ff78fc8e37ffd59b75b82dcba0 (diff)
downloadliveslak-f4eded5c261b8c1448d2b0fe843764647164956b.tar.gz
liveslak-f4eded5c261b8c1448d2b0fe843764647164956b.tar.xz
PLASMA5: set the OS name to 'Slackware Live' in 'System Information'
-rwxr-xr-xmake_slackware_live.sh4
1 files changed, 4 insertions, 0 deletions
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 <<EOT > ${LIVE_ROOTDIR}/var/lib/sddm/state.conf