Comment 3 for bug 87665

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

Another way to patch is following what is written on beryl wiki... http://wiki.beryl-project.org/wiki/Java

Forcing beryl to show itself as Compiz (editing its code) is another working workaround...
Just edit the file running this on main beryl-core dir:
 perl -i -p -e 's/#define MYNAME "beryl"/#define MYNAME "compiz"/' ./src/screen.c

Bye