$(tr 'No Apps installet')
fi ?> if [ -n "$GET_app" ]; then ?>Starting App $GET_app ...
app="$(grep "^$GET_app " /usr/share/applications | sed "s/\S* //")" if [ -x /usr/bin/startapp ]; then startapp $app else eval "DISPLAY=:0 $app" -n >>/var/log/sysinit 2>&1 & fi ?> fi ?>