Beryl and Frostwire togethet???

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
starkey
Level 3
Level 3
Posts: 131
Joined: Fri Dec 15, 2006 5:27 pm
Location: Mexico

Beryl and Frostwire togethet???

Post by starkey »

Hi, I installed Beryl, but when I tried to install frostwire, it doesn't work, it only shows a blank screen, I have to turn beryl off, to use frostwire; is there any way to use both in the same time????
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Re: Beryl and Frostwire togethet???

Post by scorp123 »

starkey wrote:Hi, I installed Beryl, but when I tried to install frostwire, it doesn't work, it only shows a blank screen, I have to turn beryl off, to use frostwire
Hmmmm ... same problem here (LinuxMint 2.0 "Barbara"). Looks like the Java libraries FrostWire was written with don't like Beryl ... Workaround: Don't use Beryl or use a different Gnutella-client (e.g. gtk-gnutella). I agree, this sort of sucks. Maybe there is a better solution?
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Post by scorp123 »

[ EDIT: previous posting deleted ... the solution presented there did not work reliably! ]

OK, here is the real solution:

Can you please check if this file exists: /usr/bin/frostwire ... ? For example you could open a terminal and type this command:

Code: Select all

ls -al /usr/bin/frostwire
If you get an output similar to this then it means the file exists:

Code: Select all

-rwxr-xr-x 1 root root 103 2006-12-23 23:03 /usr/bin/frostwire
If it does not exist: OK, no problem, we will create it!

This file is a very very ugly shell script that doesn't do certain things right. On my system the file looked like this inside:

Code: Select all

bash /usr/lib/frostwire/runFrostwire.sh
That's really bad shell scripting right there, sorry to say so!

So we need to correct this. Please become root and open an editor, e.g.

Code: Select all

gksudo gedit /usr/bin/frostwire
The GNOME editor should be open.
Now please delete the content there (yes, really!) and replace it with this:

Code: Select all

#! /bin/bash
export AWT_TOOLKIT=MToolkit
export HOSTNAME=localhost
/usr/lib/frostwire/runFrostwire.sh
Save and close this file.

Now when you call frostwire it should work as expected, regardless if you are in Beryl or not.

Regards,

Scorp123
User avatar
starkey
Level 3
Level 3
Posts: 131
Joined: Fri Dec 15, 2006 5:27 pm
Location: Mexico

Post by starkey »

That's is great. now frostwire works, thank you so much :D :D :D :D :D :D :D
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Post by scorp123 »

starkey wrote:That's is great. now frostwire works, thank you so much :D :D :D :D :D :D :D
You're welcome :D
User avatar
hairy_Palms
Level 4
Level 4
Posts: 292
Joined: Mon Nov 27, 2006 10:46 am

Post by hairy_Palms »

i found that upgrading to java6 also fixed the problem with java apps and beryl :)
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Post by scorp123 »

hairy_Palms wrote:i found that upgrading to java6 also fixed the problem with java apps and beryl :)
How did you upgrade? Via synaptic or the apt-get commands? Or did you manually download and install the package?
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Post by scorp123 »

bourbonstreet wrote:Thank you scorp123 i`ve been looking for a fix for this for a while. I even registered just to say thank you. :lol:
Hey wow, thank you :D
User avatar
hairy_Palms
Level 4
Level 4
Posts: 292
Joined: Mon Nov 27, 2006 10:46 am

Post by hairy_Palms »

i upgraded using the official installer in /usr/lib/jvm/java-1.5.0-sun it replaces the jre folder
Locked

Return to “Software & Applications”