View Single Post
  #5 (permalink)  
Old September 19th, 2001
twist's Avatar
twist twist is offline
Bum
 
Join Date: September 19th, 2001
Location: No fixed abode
Posts: 45
twist is flying high
Smile Backgrounding...

If you start LimeWire from a terminal with, say, ./runlime.sh then LimeWire will close when you close the terminal.

The way to get around this is to background the runlime.sh process so you can close the terminal without terminating the runlime.sh process as well. To background the process start LimeWire like this:

./runlime.sh &
Reply With Quote