Browse Source

Always run cadence-session-start, the kde autostart is not enough

tags/v0.9.0
falkTX 9 years ago
parent
commit
33d755ffc3
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      data/99cadence-session-start

+ 0
- 5
data/99cadence-session-start View File

@@ -1,14 +1,9 @@
# Cadence Session Startup
# Part 2 - Start JACK (or not), according to user settings

# Do not use this for KDE
if [ ! -z "$KDEDIRS" ]; then

INSTALL_PREFIX="X-PREFIX-X"

CADENCE_SESSION="$INSTALL_PREFIX/bin/cadence-session-start --system-start"
exec $CADENCE_SESSION &

unset INSTALL_PREFIX

fi

Loading…
Cancel
Save