View Single Post
  #5 (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/bin
start by opening a terminal and typing lime
or add to your menu and desktop
Reply With Quote