Just a wild guess. Did you change the .service file to reference the shell script too?<br><br>
<div><span class="gmail_quote">On 1/20/06, <b class="gmail_sendername">Johannes Eickhold</b> &lt;<a href="mailto:jeickhold@gmx.de">jeickhold@gmx.de</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Wed, 2006-01-18 at 15:18 +0100, Johannes Eickhold wrote:<br>&gt; I have hildonized gpsdrive a bit and want it to appear in the task
<br>&gt; navigator after startup.<br>&gt;<br>&gt; For the following PWD=/var/lib/install.<br>&gt;<br>&gt; gpsdrive has to be started via the script &quot;usr/bin/gpsdrive.sh&quot;.<br>&gt;<br>&gt; If I specify this file in the .desktop file, gpsdrive can be started in
<br>&gt; the correct way from the menu and via &quot;run-standalone.sh<br>&gt; usr/bin/gpsdrive.sh&quot; but doesn't show up in the task navigator.<br>&gt;<br>&gt; If I specify &quot;.../usr/bingpsdrive&quot; (the binary executable) in
<br>&gt; the .desktop file, only the application is startet broken (needed parts<br>&gt; from the script are not executed) BUT it shows up in the task navigator<br>&gt; after that. If I start it via run-standalone.sh everyting is fine (
e.g.<br>&gt; correct startup AND showing in task navigator).<br>&gt;<br>&gt; How can I fix this?<br><br>Since nobody answerd my question yet I'm going to share my thoughts with<br>you I had in the meantime.<br><br>First a thx to Florian Boor for pointing me to
<br><a href="http://maemo.org/platform/docs/tutorials/Maemo_tutorial.html#Automatic-connection">http://maemo.org/platform/docs/tutorials/Maemo_tutorial.html#Automatic-connection</a> which seems to descibe what I want to achieve. It says: &quot;... This my_application.sh is then started from the desktop file where the runnable binary is normally specified. Read more about desktop files from this earlier chapter. ...&quot; That leads to the question HOW to start the _script_ if Exec specifies the _binary_ (&quot;
gpsdrive.sh&quot; vs. &quot;gpsdrive&quot;)? That's not described in the referenced section.<br><br>Every time I specified the binary in Exec, only the binary was started.<br>Result: icon in task navigator but no script execution. Every time I
<br>specified the script in Exec, only the script was executed. Result: no<br>icon in task navigator.<br><br>I tried this inside scratchbox and on the real device. After each change<br>to the desktop file maemo had to be restarted what I did.
<br><br>So far the only possible solution seems to be to move the work done by<br>the script into the binary which in my opinion is ugly.<br><br>I realy would like to get enlightened!<br><br>Thanks, Jonek.<br>_______________________________________________
<br>maemo-developers mailing list<br><a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br><a href="https://maemo.org/mailman/listinfo/maemo-developers">https://maemo.org/mailman/listinfo/maemo-developers
</a><br></blockquote></div><br>