aboutsummaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-02-04 14:45:47 +0100
committer Eric Hameleers <alien@slackware.com>2022-02-04 14:45:47 +0100
commited371d6e63abb17fde04fa2c1f15c007d4a8c284 (patch)
tree4cedc9499f167dde2d0e84e351447256ede06d6a /make_slackware_live.sh
parente1817d85ca57f8363e158ffab53b65102040e3d9 (diff)
downloadliveslak-ed371d6e63abb17fde04fa2c1f15c007d4a8c284.tar.gz
liveslak-ed371d6e63abb17fde04fa2c1f15c007d4a8c284.tar.xz
DAW: address qjackctl desktop filename change
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 9a8f1d9..8b2488f 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -2765,8 +2765,13 @@ EOT
# Autostart qjackctl:
mkdir -p ${LIVE_ROOTDIR}/home/${LIVEUID}/.config/autostart
- cp -a ${LIVE_ROOTDIR}/usr/share/applications/qjackctl.desktop \
- ${LIVE_ROOTDIR}/home/${LIVEUID}/.config/autostart
+ if [ -f ${LIVE_ROOTDIR}/usr/share/applications/org.rncbc.qjackctl.desktop ]; then
+ QJCDF=/usr/share/applications/org.rncbc.qjackctl.desktop
+ else
+ QJCDF=/usr/share/applications/qjackctl.desktop
+ fi
+ cp -a ${QJCDF} \
+ ${LIVE_ROOTDIR}/home/${LIVEUID}/.config/autostart/
# Add all our programs into their own submenu Applications>Multimedia>DAW
# to avoid clutter in the Multimedia menu. We will use a custom category