From 288bb887de9410e75456bcaec51c2852f9271e21 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 29 Oct 2021 15:36:17 +0200 Subject: DAW: use kicker instead of kickoff, we want to have real menus --- make_slackware_live.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3