diff options
-rwxr-xr-x | make_slackware_live.sh | 4 |
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 |