Code Sample |
PATH=$PATH:/opt/jre1_5_0/bin limewire |
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
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 |
Code Sample |
#!/bin/sh export PATH=$PATH:/opt/jre1_5_0/bin /usr/bin/limewire |
Code Sample |
PATH=$PATH:/opt/jre1_5_0/bin limewire |
Quote (thorzul @ Mar. 17 2005,13:54) | ||
Question is, I wanted to have this done for me behind the scenes, so I tried this: 1) Created a script:
(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? |