Collection of tools useful for audio production
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
296B

  1. # Cadence Session Startup
  2. # Part 2 - Start JACK (or not), according to user settings
  3. # Do not use this for KDE
  4. if [ ! -z "$KDEDIRS" ]; then
  5. INSTALL_PREFIX="X-PREFIX-X"
  6. CADENCE_SESSION="$INSTALL_PREFIX/bin/cadence-session-start --system-start"
  7. exec $CADENCE_SESSION &
  8. unset INSTALL_PREFIX
  9. fi