Browse Source

Another fix

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

+ 5
- 1
data/cadence-session-start View File

@@ -11,7 +11,11 @@ INSTALL_PREFIX="X-PREFIX-X"
if [ "$1"x == "--system-start-by-x11-startup"x ]; then
$PYTHON $INSTALL_PREFIX/share/cadence/src/cadence_session_start.py --system-start &
shift
exec "$@"
if [ "$1"x != ""x ]; then
exec "$@"
else
exec x-session-manager
fi
else
exec $PYTHON $INSTALL_PREFIX/share/cadence/src/cadence_session_start.py "$@"
fi

Loading…
Cancel
Save