File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22# /usr/libexec/Xorg :0 -noreset -background none -seat seat0 -nolisten tcp -keeptty vt1
3+ # Debian (as root) # /usr/bin/Xorg :0 -noreset -background none -seat seat0 -nolisten tcp -keeptty vt1
34
45export CFNETWORK_LIBRARY_PATH=" /usr/NextSpace/lib/libCFNetwork.so"
56
67PROG_NAME=" Workspace"
78PROG_PATH=" /usr/NextSpace/Apps/Workspace.app/Workspace"
89PROG_ARGS=" --GNU-Debug=DBus --GNU-Debug=dealloc"
910
10- WS_PID=" ` ps auxw| grep ${PROG_NAME} | grep -v grep| grep -v /bin/sh| awk -c ' {print $2}' ` "
11- if [ " $WS_PID " == " " ]; then
11+ WS_PID=" ` ps auxw| grep ${PROG_NAME} | grep -v grep| grep -v /bin/sh| awk ' {print $2}' ` "
12+ if [ -z " $WS_PID " ]; then
1213 echo " Starting new '${PROG_NAME} ' instance..."
1314 export DISPLAY=:0.0
1415 gnustep-services start
You can’t perform that action at this time.
0 commit comments