| 
  Create a start-up scriptopen 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
 |