diff options
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 |
commit | f4eded5c261b8c1448d2b0fe843764647164956b (patch) | |
tree | 1f6ba5f3de79a1b9316cb5920a225e23806ffeee /make_slackware_live.sh | |
parent | de5c7f897404b3ff78fc8e37ffd59b75b82dcba0 (diff) | |
download | liveslak-f4eded5c261b8c1448d2b0fe843764647164956b.tar.gz liveslak-f4eded5c261b8c1448d2b0fe843764647164956b.tar.xz |
PLASMA5: set the OS name to 'Slackware Live' in 'System Information'
Diffstat (limited to '')
-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 |