LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Creating a desktop icon for Azureus (https://www.linuxquestions.org/questions/linux-newbie-8/creating-a-desktop-icon-for-azureus-185145/)

Scorpio 05-24-2004 05:59 AM

Creating a desktop icon for Azureus
 
As it's a shell script it won't open by just pointing the link at it.
When I try the link "in terminal" it shows up for a few seconds then disappears.
I can start Azureus no problem from the cli no problem.



Scorpio.

drowstar 05-24-2004 07:24 AM

Hi Scorpio,
select "Create New -> File -> Link to application" in kde and in the Application tab add "sh /path/to/script" to the string in the line labeled Command:.

Should do the trick, good luck,
- drowstar

Scorpio 05-24-2004 07:34 AM

Still no joy :(

drowstar 05-24-2004 07:42 AM

Hi Scorpio,
do you call the script with an absolute file name? If not, try adding the full path.
Also, try using the very same command on the command line and look out for any errors. If there are any, post them here, please.

good luck,
- drowstar

Scorpio 05-24-2004 07:46 AM

I've tried using the full path including the .sh at the end and everything.
I don't get any errors because when I start a terminal in the directory and call up ./azureus it starts up fine.

:confused:

drowstar 05-24-2004 07:59 AM

I've tried using the full path including the .sh at the end and everything.
I don't get any errors because when I start a terminal in the directory and call up ./azureus it starts up fine.

I am confused: "./azureus" does not contain any .sh at the end? are you sure you are calling the correct command at all? ./azureus executes an executable called azureus (and nothing more and nothing less) in the current directory.

Hope this gets you on the right track,
- drowstar

Scorpio 05-24-2004 08:01 AM

When I mouse over the file it tell's me it's a shell script.
But it indeed hasn't got the .sh file ext.
But still won't open when calling without the .sh.


Thanks for the help btw.

drowstar 05-24-2004 08:04 AM

Have you tried dragging the file on the desktop and choosing "link here" in the menu that pops up when you release it?
Works for me. But then the other ways worked also ;)

Good luck,
- drowstar

Scorpio 05-24-2004 08:12 AM

It asks me what to open the file with ?
When I choose a terminal nothing happens.

drowstar 05-24-2004 08:15 AM

Sounds like you got the wrong file. Check if there is an executable (probably called azureus) in the path (there has got to be at least one). Try the dragging trick with that.
Good luck,
- drowstar

Scorpio 05-24-2004 08:33 AM

It dosn't do anything because it has to be run from a terminal.

drowstar 05-24-2004 08:53 AM

Scorpio,
I was wrong about this being the wrong file. It probably was the right one in the first place. However, I cannot imagine, why it would not work adding the command sh before the path to the script. (the thing we tried first)
By the way: Are you certain, you added sh before the path to the script? This thought just occured to me, when I was going over the steps we have tried (I am wondering, because your idea of adding ".sh" came up right after that).

It dosn't do anything because it has to be run from a terminal
Does it say, it cannot be launched from the Desktop? Else, how did you come to this conclusion?

Anyways, if this does not work, I had a look at the azureus website:
Quote:

If Azureus does not show up after a minute, you can try starting it manually:
GTK:
java -cp swt.jar:swt-pi.jar:systray4j.jar:Azureus2.jar -Djava.library.path=./ org.gudy.azureus2.ui.swt.Main
Try using this command in "link to application" instead of the link to the azureus script file.

Good luck,
- drowstar

ps: I have no clue why it wont work the usual way, however. You can ICQ or Jabber me (see my profile) if you would like to work this out in a more direct way.

drowstar 05-24-2004 08:58 AM

Sorry, there is no jabber id on the profile. Anyways, it's drow at jabber dot org

Scorpio 05-24-2004 09:05 AM

That command didn't work either.
I tried adding sh to the start of the other command but to no avail.

Unable to use Jabber at the minute.

It can't run from the desktop because when I drag the file over and it links it, the new shortcut dosn't give the option to run in a terminal.

Here's what it says in the readme
Quote:

3. Start Azureus by running the script named 'azureus'; ex. "./azureus"

drowstar 05-24-2004 09:18 AM

Scorpio,
azureus is a java bit torrent client, right? and it uses a graphical user interface, right again? (These are real questions)
If I am correct about the above, you dont need to launch it in a terminal as long as it is correctly interpreted (i.e. the program sh (or bash, ...) is called to interpret the file).

There is another idea: what happens, when you click on the file named azureus in the directory (not a link, the real thing)?
Open with dialog? make sure it is executable for the user:
try this in the terminal:
ls -lx azureus
if azureus is listed, everything should be fine (damn!)
else:
chown <user>:users * -R
where <user> is your username
chmod u+rx azureus

Hope this fixes it!
- drowstar


All times are GMT -5. The time now is 05:17 AM.