![]() |
|
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.) |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
| |||
![]() OK, this is my solution (repeated as separate posting) Installing LineWire I had the problem that LimeWire worked only with root authorisations. Setting SUID rood didnt help, downloads still were not working. I fixed it the following: login as root install limewire to /opt/LimeWire create a script, lets say lw, and put it to /usr/local/bin (or somewhere else, e.g. $HOME). Assuming you are joe_user, the script is: -------- snip #!/bin/sh XAUTHORITY=/home/joe_user/.Xauthority; export XAUTHORITY DISPLAY=:0.0; export DISPLAY /opt/LimeWire/LimeWire -------- snap next you need sudo installed on your machine. Pls. Note that there was a security announcement last (look at portal.suse.de/en). With visudo, configure sudo and add the following line: joe_user ALL=NOPASSWD:/usr/local/bin/lw now you can start limewire with sudo lw .....and enjoy sucking songz! |
![]() |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SuSE 9 and LimeWire | branchms | General Linux Support | 0 | March 2nd, 2004 08:43 AM |
suse 8.1 and limewire help please | vesnick | General Linux Support | 3 | December 25th, 2002 04:50 AM |
SuSE 8.0 and LimeWire | Unregistered | General Linux Support | 10 | October 13th, 2002 02:25 AM |
LimeWire under SuSE 8.0 | Unregistered | General Linux Support | 5 | July 13th, 2002 11:10 AM |
limewire and suse 72 | Unregistered | General Linux Support | 14 | September 5th, 2001 10:37 PM |