summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-10-29 15:36:17 +0200
committer Eric Hameleers <alien@slackware.com>2021-10-29 15:36:17 +0200
commit288bb887de9410e75456bcaec51c2852f9271e21 (patch)
tree0b1d5692c7f2594a11a2f93bb2727fb3ab1ed89b
parent1cf736ba7d8825d04b4c30b9e85aeae85d272079 (diff)
downloadliveslak-288bb887de9410e75456bcaec51c2852f9271e21.tar.gz
liveslak-288bb887de9410e75456bcaec51c2852f9271e21.tar.xz
DAW: use kicker instead of kickoff, we want to have real menus
-rwxr-xr-xmake_slackware_live.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 1da27aa..f03fa23 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -2625,6 +2625,12 @@ EOT
ln -s /usr/share/vcvrack/$(basename ${PLUGIN}) ${LIVE_ROOTDIR}/home/${LIVEUID}/.Rack/plugins-v1/
done
+ # The new Kickoff application launcher that replaced the old Kickoff,
+ # does not adhere to the XDG Desktop standards.
+ # Therefore we will switch the DAW desktop to Kicker instead, to preserve
+ # our 'Slackware DAW' menu structure in the 'Multimedia' menu:
+ sed -e 's/kickoff/kicker/g' -i ${LIVE_ROOTDIR}/usr/share/plasma/layout-templates/org.kde.plasma.desktop.defaultPanel/contents/layout.js
+
fi # End LIVEDE = DAW
if [ "$LIVEDE" = "STUDIOWARE" ]; then