Jump to content

frostwire [solved]


grimx
 Share

Recommended Posts

Please let us know how you solved it. This could be helpful to other newbies.

 

Just saying it is fixed doesn't give help to anyone else.

Even if it was just fixing a little booboo that you made can be a help to others. There is no shame here in admitting booboos. we all make them even after lots of experience.

 

That if why this MUB is probably the most successful site in its field. Elitism is one of the things relatively absent from here.

 

Cheers. John.

Link to comment
Share on other sites

  • 1 year later...

It may not be the way grimx solved it, but here's the way I got Frostwire working on my 2008.1 64bit system:

 

Frostwire was not available via urpmi or MCC so I downloaded the noarch version from sourceforge.

It would not work when I clicked the icon in Kmenu >Internet >Frostwire.

When I ran it from the terminal, I got errors saying to update to version 1.5-sun.

I did and tried again, but got the same errors.

So I ran this, as root:

update-alternatives --config java

Here's what I got:

There are 2 programs which provide `java'.

 Selection	Command
-----------------------------------------------
*   1		/usr/lib/jvm/jre-1.7.0-icedtea.x86_64/bin/java
+	 2		/usr/lib/jvm/jre-1.5.0-sun/bin/java

Enter to keep the default[*], or type selection number:

Turns out it was using Icedtea, so I selected /usr/lib/jvm/jre-1.5.0-sun/bin/java.

After that I ran Frostwire as root from the terminal again and it found java ok but it was complaining about the order in which some libs were being loaded. I've forgotten which ones they were.

But I did a search on google/linux that turned up the final piece to the puzzle (for me):

I opened a root terminal and typed:

nano /usr/lib/frostwire/runFrostwire.sh

 

I then changed this line from

export AWT_TOOLKIT=MToolkit

to

export AWT_TOOLKIT=XToolkit

And that got it running for me. :)

Hope that helps someone.

lynch

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...