Gnutella Forums  

Go Back   Gnutella Forums > Current Gnutella Client Forums > LimeWire+WireShare (Cross-platform) > Technical Support > General Linux Support
Register FAQ The Twelve Commandments Members List Find the Best VPN Today's Posts

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.)


Reply
 
Thread Tools Display Modes
  #1  
Old August 23rd, 2006
BigCdaAnswer3 BigCdaAnswer3 is offline
Novicius
 
Join Date: August 23rd, 2006
Posts: 2
BigCdaAnswer3 is flying high
Thumbs down limewire is broken under ubuntu "edgy"

limewire worked fine under dapper, but something in this script needs to be adjusted to work under edgy.

runLime.sh: 44: Syntax error: "(" unexpected (expecting "}")
Reply With Quote
  #2  
Old October 28th, 2006
vaskark vaskark is offline
Novicius
 
Join Date: October 10th, 2005
Posts: 3
vaskark is flying high
Default

*bump*
Reply With Quote
  #3  
Old October 28th, 2006
BigCdaAnswer3 BigCdaAnswer3 is offline
Novicius
 
Join Date: August 23rd, 2006
Posts: 2
BigCdaAnswer3 is flying high
Default

its a simple fix. simply change runLime.sh's first line from #/bin/sh to #/bin/bash

/bin/sh in edgy is linked to dash.
Reply With Quote
  #4  
Old October 28th, 2006
vaskark vaskark is offline
Novicius
 
Join Date: October 10th, 2005
Posts: 3
vaskark is flying high
Default

Quote:
Originally Posted by BigCdaAnswer3
its a simple fix. simply change runLime.sh's first line from #/bin/sh to #/bin/bash

/bin/sh in edgy is linked to dash.
I made the change, but it didnt work. And the line should read ...

#!/bin/bash

(you forgot the !)
Reply With Quote
  #5  
Old November 2nd, 2006
et voilà's Avatar
et voilà et voilà is offline
+Modérateur à ses heures+
 
Join Date: July 26th, 2002
Location: Le Québec
Posts: 2,904
et voilà is a great assister to others; your light through the dark tunnel
Default

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
Reply With Quote
  #6  
Old November 4th, 2006
koolfy koolfy is offline
Novicius
 
Join Date: November 4th, 2006
Posts: 1
koolfy is flying high
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New to Limewire help please""""""""""""""""""""(can't download videos) liljohn28 Download/Upload Problems 1 January 27th, 2007 06:12 PM
My Limewire Is "Broken" HELP!!! psychosicc Open Discussion topics 6 January 15th, 2006 01:33 AM
losing files - "Broken Link" error message cindyrv Tips & Tricks 2 February 1st, 2005 07:23 PM
LimeWire 2.4.4 "Multiple Source Download" broken Unregistered Download/Upload Problems 7 May 30th, 2002 06:14 AM


All times are GMT -7. The time now is 08:24 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.

Copyright © 2026 Gnutella Forums
All Rights Reserved