Mailinglist Archive: opensuse (4348 mails)

< Previous Next >
Re: [SLE] how to add kde desktop icon
  • From: SuSEnixER <WideGlide@xxxxxxxxxxxxx>
  • Date: Mon, 21 Oct 2002 12:14:16 -0500
  • Message-id: <20021021171416.GE3602@xxxxxxxxxxxxxxx>
* steve <fsanta@xxxxxxxxxx> [10-21-02 10:51]:
> On Monday 21 October 2002 16:27, SuSEnixER wrote:
> > * steve <fsanta@xxxxxxxxxx> [10-20-02 13:57]:
> > > Hi. I run a program by launching a script: ./runLime.sh Fine. But I want
> > > a one click icon.
> > >
> > > If I right click>create new>link to
> > > application>execute>/path/to/the/script/./runLime.sh and click the new
> > > icon, it doesn't work. 'sh runLime.sh' and "sh runLime.sh" fail too.
> > > SuSE 8.0, Kde 304. What am I doing wrong? Thanks, Steve.
> >
> > Make a script to run a script. The script 'runLime.sh' needs to be
> > executed in the LimeWire directory.
> >
> > - - - script to run LimeWire - - -
> > #!/bin/bash
> > cd /your/directory/to/LimeWire
> > runLime.sh
> > exit
>
> Thanks. Worked first time!

Of course, you could have just added the 'cd /...etc' line into the top
of the 'runLime.sh' script and make a link to it in your $HOME
directory or some other directory in your $PATH. Your choice.
--
Patrick Shanahan
Registered Linux User #207535
@ http://counter.li.org

< Previous Next >
Follow Ups
References