![]() |
|
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 |
| |||
![]() Quote:
#!/bin/bash (you forgot the !) ![]() |
| ||||
![]() There are also other programs with problems related to the switch to Dash. You can revert to Bash CLI by default by typing in terminal sudo dpkg-reconfigure dash Select No from the prompt, that way you don't have to edit runLime.sh or any other startup command using bash. They switched to Dash, because they say it is faster than Bash (I don't find that noticeable). Ciao
__________________ Liens d'intérêt /Links of interest: Gnutellaforums en français /The House's rules you have to respect / First search the forum, then create a thread / Free software alternatives! - Logiciels alternatifs gratuits!/ |
| |||
![]() ok, i found the best way to fix it. To solve the problem we have to run the "runLime.sh" file with Bash. how to do it easly ? editing the file itself doesn't work for me... and editing this file may be dangerous for non-expert users. The question is, if the launcher is runLime.sh, what do we execute when we run the "limewire" command ? response : /usr/bin/limewire what is it in this file ?? " #!/bin/bash cd /usr/lib/LimeWire sh ./runLime.sh " Nothing Else. So this /usr/bin/limewire is just a link to execute /usr/lib/Limewire/runLime.sh and we want to execute this runLime.sh with bash. To do so, just remplace "sh ./runLime.sh" by "bash ./runLime.sh" then, your /usr/bin/limewire file is : " #!/bin/bash cd /usr/lib/LimeWire bash ./runLime.sh " and it works fine ![]() I don't think there is an easier way. Last edited by koolfy; May 12th, 2007 at 04:54 AM. |
![]() |
| |
![]() LinkBack to this Thread: https://www.gnutellaforums.com/general-linux-support/60358-limewire-broken-under-ubuntu-edgy.html | ||||
Posted By | For | Type | Date | |
Forum Ubuntu-fr.org / Impossible de lancer Limewire | This thread | Refback | September 10th, 2010 10:01 AM |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
New to Limewire help please""""""""""""""""""""(can't download videos) | liljohn28 | Download/Upload Problems | 1 | January 27th, 2007 05:12 PM |
My Limewire Is "Broken" HELP!!! | psychosicc | Open Discussion topics | 6 | January 15th, 2006 12:33 AM |
losing files - "Broken Link" error message | cindyrv | Tips & Tricks | 2 | February 1st, 2005 06:23 PM |
LimeWire 2.4.4 "Multiple Source Download" broken | Unregistered | Download/Upload Problems | 7 | May 30th, 2002 06:14 AM |