View Single Post
Posts: 146 | Thanked: 149 times | Joined on Apr 2010
#9
Originally Posted by qwerty12 View Post
I know nothing about Upstart, so all I can do is give lame hints.

You may need the D-Bus initialization routines from http://talk.maemo.org/showpost.php?p...9&postcount=16 and, also, have you tried making it start when hildon-desktop has done so? I believe it's something like "start on started hildon-desktop" (alternatively, "start on started xsession" may work for you) in your Upstart service definition.
I'll have to check D-Bus initialization routines

I have tried to run my application from a init.d script inlcuding:
Code:
echo "SOME TEXT"
sleep 180
echo "SOME TEXT"
/usr/bin/imhere
echo "SOME TEXT"
, so it would for sure have the xsession and hildon-desktop, but I have got only all of the echoed texts, but app did not start,
I have checked with ps -A | grep imhere from terminal

Last edited by rachol; 2010-04-15 at 15:17.