- start without splash screen
This commit is contained in:
Stephan Raue 2009-09-28 14:21:25 +02:00
parent 4af0e126e5
commit 420cb8bdf1

View File

@ -1,3 +1,4 @@
#!/bin/sh
################################################################################
# Start moovida program.
#
@ -19,7 +20,7 @@ if /usr/bin/test "${MOOVIDA_DEBUG}" = "yes" ; then
fi
if /usr/bin/test "${MOOVIDA_FULLSCREEN}" = "yes" ; then
args="${args} -f -t"
args="${args} -f -n -t"
fi
if /usr/bin/test "${MOOVIDA_DEBUG}" = "yes" ; then