gtkstatus is broken, just launch oml for now
This commit is contained in:
parent
ebff5a8153
commit
0bfbebb21d
2 changed files with 19 additions and 5 deletions
10
ctl
10
ctl
|
|
@ -162,12 +162,14 @@ if [ "$1" == "open" ]; then
|
|||
xdg-open "file://${BASE}/openmedialibrary/static/html/load.html"
|
||||
fi
|
||||
else
|
||||
$PYTHON "${NAME}/oml/gtkstatus.py" $@
|
||||
exit $?
|
||||
#$PYTHON "${NAME}/oml/gtkstatus.py" $@
|
||||
#exit $?
|
||||
"$0" start &
|
||||
fi
|
||||
else
|
||||
$PYTHON "$NAME/oml/gtkstatus.py" $@
|
||||
exit $?
|
||||
#$PYTHON "$NAME/oml/gtkstatus.py" $@
|
||||
#exit $?
|
||||
"$0" start &
|
||||
fi
|
||||
fi
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue