View Single Post
jaeezzy's Avatar
Posts: 664 | Thanked: 160 times | Joined on Jul 2008 @ Australia
#2
Originally Posted by pka View Post
Hi!

I would need to start an maemo application from linux, basicly to run this

Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac -kb
scratchbox
af-sb-init.sh stop
af-sb-init.sh start
run-standalone.sh my_maemo_app

in one step from linux app. Is there any way to do it?

Thanks
pka
you should do run-standalone.sh ./my_maemo_app

for this to work you have to be on the same directory as the executable or run-standalone.sh /path/to/my_maemo_app