Browse Source

Revert 33d755ffc366e3b9b6f86d0a795e1f8d23ad0c9e, now fixed

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

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

@@ -1,9 +1,14 @@
# 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