diff options
author | Eric Hameleers <alien@slackware.com> | 2020-04-30 22:37:46 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-04-30 22:37:46 +0200 |
commit | a557c71aa5b9c1d04832c389dd6463689928738e (patch) | |
tree | b58de9d2408520a102e235443d5a79b3d4d3ffdd /make_slackware_live.sh | |
parent | 93efb95da5655133579ecc5974b045a50d6060a6 (diff) | |
download | liveslak-a557c71aa5b9c1d04832c389dd6463689928738e.tar.gz liveslak-a557c71aa5b9c1d04832c389dd6463689928738e.tar.xz |
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.
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 8 |
1 files changed, 0 insertions, 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 |