From 7ef412975cd01230c4e3a04d41b9ce1c7ad98b23 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 5 Dec 2020 21:22:07 +0100 Subject: PLASMA5: Remove broken/unwanted shortcuts (discover/konqueror) from taskbar --- make_slackware_live.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'make_slackware_live.sh') diff --git a/make_slackware_live.sh b/make_slackware_live.sh index e7d2b67..03bfdd0 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2191,6 +2191,11 @@ if [ "$LIVEDE" = "PLASMA5" -o "$LIVEDE" = "DAW" ]; then rm -f ${LIVE_ROOTDIR}/usr/share/wayland-sessions/plasmawayland.desktop || true fi + # Remove broken/unwanted shortcuts (discover and konqueror) from taskbar: + sed -i ${LIVE_ROOTDIR}/usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/config/main.xml \ + -e 's#,applications:org.kde.discover.desktop##' \ + -e s'#,preferred://browser##' + # Set the OS name to "Slackware Live" in "System Information": echo "Name=${DISTRO^} Live" >> ${LIVE_ROOTDIR}/etc/kde/xdg/kcm-about-distrorc -- cgit v1.2.3