View Single Post
  #3 (permalink)  
Old October 1st, 2003
Digitalhobo
Guest
 
Posts: n/a
Default

Create a start-up script
open an editor and type:

#!/bin/bash
cd /home/myhome/LimeWire ( type the path
to your limewire directory)
./LimeWire

Save as lime to /usr/local/bin or /home/myhome/bin. start by opening
a terminal and typing lime or add to your
menu and desktop. Make it executable by
checking properties and check the box or
in a terminal type chmod 755 /usr/local/bin/lime
Reply With Quote