![]() |
|
|||||||
| Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
| General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.) |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have to be in /LimeWire to run the binary, any idea's to how i can make it to where i can just open up a console and type in limewire and it starts up?
|
|
#2
|
|||
|
|||
|
to run LimeWire without being in the directory of LimeWire you have to open up your console, and then
su your root password ln -s /yourdirectorytoLimeWire/LimeWire/LimeWire /usr/bin then everytime you type LimeWire from your home directory as any user, it will open LimeWire automatically |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
|||
|
|||
|
Quote:
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is Limewire still running | fanturex | Connection Problems | 1 | April 17th, 2005 12:37 PM |
| Limewire now not running | Gaunty | General Mac OSX Support | 3 | April 10th, 2005 02:32 AM |
| running LimeWire | LedZppln217 | Open Discussion topics | 6 | March 7th, 2005 03:41 PM |
| Running limewire | [email protected] | Windows | 1 | January 11th, 2004 08:41 AM |
| Running LimeWire | mahitabel | Open Discussion topics | 0 | June 21st, 2001 10:47 AM |