thorzul
Group: Members
Posts: 5
Joined: Feb. 2005 |
|
Posted: Mar. 17 2005,18:54 |
|
Quote (jshaw @ Mar. 16 2005,22:41) | In regards to the limewire.dsl,
It works great.... once it's running. I have to open an xterm and type
Code Sample | PATH=$PATH:/opt/jre1_5_0/bin limewire
|
to get it to start. After that it's great. And if you add home/dsl/.limewire to filetool.lst, all of the settings will be backed up for the next session.
josh |
I encountered this issue as well; when I clicked on the icon nothing would happen, and when I opened an xterm and ran it said it couldn't find java. I did add /opt/jre1_5_0/bin to my path and it does work. Question is, I wanted to have this done for me behind the scenes, so I tried this:
1) Created a script:
Code Sample | #!/bin/sh export PATH=$PATH:/opt/jre1_5_0/bin /usr/bin/limewire
|
(note, I'm not running DSL now, so the paths may not be correct, but they were when I tried this)
2) Modify .xtdesktop/limewire.lnk so it will run this script instead of directly calling limewire
But this didn't work. Any idea why, and what else I could try to get the PATH changed automatically?
|