Fix for Limewire blank beryl problem

Sponsored Link
If you are working limewire with beryl you might see blank beryl problem here is the solution for this.

Open terminal type

sudo gedit /usr/lib/LimeWire/runLime.sh

we are assuming this is where you have runLime.sh if not correct so also, you can use other editors.ok so next erase everything inside runLime.sh and paste the following lines

#!/bin/bash
java -jar LimeWire.jar

Save and exit the file

Now you need goto, Aplications->Network->LimeWire

Now it works with beryl runnning of course

Related posts

You may also like...

1 Response

  1. Ray says:

    Yeah, that just totally broke limewire from even coming up blank.

    In terminal it says:

    java.awt.AWTError: Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit
    at java.awt.Toolkit.getDefaultToolkit(libgcj.so.70)
    at com.limegroup.gnutella.gui.Main.showInitialSplash(Main.java:61)
    at com.limegroup.gnutella.gui.Main.main(Main.java:39)
    Caused by: java.lang.UnsatisfiedLinkError: libgtkpeer: libgtkpeer.so: cannot open shared object file: No such file or directory
    at java.lang.Runtime._load(libgcj.so.70)
    at java.lang.Runtime.loadLibrary(libgcj.so.70)
    at java.lang.System.loadLibrary(libgcj.so.70)
    at gnu.java.awt.peer.gtk.GtkToolkit.(libgcj.so.70)
    at java.lang.Class.initializeClass(libgcj.so.70)
    at java.lang.Class.forName(libgcj.so.70)
    at java.awt.Toolkit.getDefaultToolkit(libgcj.so.70)
    …2 more

Leave a Reply

Your email address will not be published.