Re: [maemo-developers] use shell script to start application

2006-01-20 Thread Johannes Eickhold
On Fri, 2006-01-20 at 13:58 +0100, Henry Tang wrote: > Just a wild guess. Did you change the .service file to reference the > shell script too? So far gpsdrive has no .service file at all because it doesn't integrate with dbus. Although that could be a feature request. Greets, Jonek. ___

Re: [maemo-developers] use shell script to start application

2006-01-20 Thread Henry Tang
Just a wild guess. Did you change the .service file to reference the shell script too? On 1/20/06, Johannes Eickhold <[EMAIL PROTECTED]> wrote: On Wed, 2006-01-18 at 15:18 +0100, Johannes Eickhold wrote:> I have hildonized gpsdrive a bit and want it to appear in the task > navigator after startup.>

Re: [maemo-developers] use shell script to start application

2006-01-20 Thread Jari Tenhunen
On Fri, Jan 20, 2006 at 12:37:03PM +0100, Johannes Eickhold wrote: > > gpsdrive has to be started via the script "usr/bin/gpsdrive.sh". > > If I specify this file in the .desktop file, gpsdrive can be started in > > the correct way from the menu and via "run-standalone.sh > > usr/bin/gpsdrive.sh" b

Re: [maemo-developers] use shell script to start application

2006-01-20 Thread Florian Boor
Hi, Johannes Eickhold wrote: > Every time I specified the binary in Exec, only the binary was started. > Result: icon in task navigator but no script execution. Every time I > specified the script in Exec, only the script was executed. Result: no > icon in task navigator. its even more complex: G

Re: [maemo-developers] use shell script to start application

2006-01-20 Thread Johannes Eickhold
On Wed, 2006-01-18 at 15:18 +0100, Johannes Eickhold wrote: > I have hildonized gpsdrive a bit and want it to appear in the task > navigator after startup. > > For the following PWD=/var/lib/install. > > gpsdrive has to be started via the script "usr/bin/gpsdrive.sh". > > If I specify this file