From a557c71aa5b9c1d04832c389dd6463689928738e Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 30 Apr 2020 22:37:46 +0200 Subject: Do not autostart latte-dock Latte-dock depends on the window manager's compositor. If you use Alt-Shift-F12 in Plasma5 to disable compositing (for instance if you want to record audio and the compositor is just eating your precious CPU cycles) then you do not want Latte-dock running. --- make_slackware_live.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index dd53180..364e03a 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2117,14 +2117,6 @@ EOT cp -a ${LIVE_ROOTDIR}/usr/share/applications/qjackctl.desktop \ ${LIVE_ROOTDIR}/home/${LIVEUID}/.config/autostart - # If we added latte-dock then autostart it: - if [ -f ${LIVE_ROOTDIR}/usr/share/applications/org.kde.latte-dock.desktop ]; - then - mkdir -p ${LIVE_ROOTDIR}/home/${LIVEUID}/.config/autostart - cp -a ${LIVE_ROOTDIR}/usr/share/applications/org.kde.latte-dock.desktop \ - ${LIVE_ROOTDIR}/home/${LIVEUID}/.config/autostart - fi - fi # End LIVEDE = DAW if [ "$LIVEDE" = "STUDIOWARE" ]; then -- cgit v1.2.3