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 & |