Comment 4 for bug 192761

Revision history for this message
FriedChicken (domlyons) wrote :

I thinks it's a general problem, for example Java Web Start doesn't work.

It would be better to use
   $ cp /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/xawt/libmawt.so /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/xawt/libmawt.so.saved
   $ echo /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/xawt/libmawt.so | sudo xargs sed -i 's/XINERAMA/FAKEEXTN/g'
because you don't have to be root and it's executable from evrywhere, not only in "/".

Thank you, this worked at my system, too.

I think we can change status to "Fix commited" because the guys packing java should know now what they have to change.