Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
05-24-2004, 05:59 AM
|
#1
|
Member
Registered: May 2004
Distribution: Ubuntu Warty
Posts: 61
Rep:
|
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.
|
|
|
05-24-2004, 07:24 AM
|
#2
|
Member
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205
Rep:
|
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
|
|
|
05-24-2004, 07:34 AM
|
#3
|
Member
Registered: May 2004
Distribution: Ubuntu Warty
Posts: 61
Original Poster
Rep:
|
Still no joy
|
|
|
05-24-2004, 07:42 AM
|
#4
|
Member
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205
Rep:
|
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
|
|
|
05-24-2004, 07:46 AM
|
#5
|
Member
Registered: May 2004
Distribution: Ubuntu Warty
Posts: 61
Original Poster
Rep:
|
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.
|
|
|
05-24-2004, 07:59 AM
|
#6
|
Member
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205
Rep:
|
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
|
|
|
05-24-2004, 08:01 AM
|
#7
|
Member
Registered: May 2004
Distribution: Ubuntu Warty
Posts: 61
Original Poster
Rep:
|
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.
|
|
|
05-24-2004, 08:04 AM
|
#8
|
Member
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205
Rep:
|
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
|
|
|
05-24-2004, 08:12 AM
|
#9
|
Member
Registered: May 2004
Distribution: Ubuntu Warty
Posts: 61
Original Poster
Rep:
|
It asks me what to open the file with ?
When I choose a terminal nothing happens.
|
|
|
05-24-2004, 08:15 AM
|
#10
|
Member
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205
Rep:
|
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
|
|
|
05-24-2004, 08:33 AM
|
#11
|
Member
Registered: May 2004
Distribution: Ubuntu Warty
Posts: 61
Original Poster
Rep:
|
It dosn't do anything because it has to be run from a terminal.
|
|
|
05-24-2004, 08:53 AM
|
#12
|
Member
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205
Rep:
|
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.
|
|
|
05-24-2004, 08:58 AM
|
#13
|
Member
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205
Rep:
|
Sorry, there is no jabber id on the profile. Anyways, it's drow at jabber dot org
|
|
|
05-24-2004, 09:05 AM
|
#14
|
Member
Registered: May 2004
Distribution: Ubuntu Warty
Posts: 61
Original Poster
Rep:
|
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"
|
|
|
|
05-24-2004, 09:18 AM
|
#15
|
Member
Registered: Apr 2004
Location: Germany
Distribution: Slackware, Gentoo, Fedora
Posts: 205
Rep:
|
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 11:38 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|