I am getting the problem in eclipse ide. with jdk5 and 6, I knocked up
this quick script to zap all ...
#!/bin/bash
sos=`locate libmawt.so`
for SO in $sos ; do
dir=`dirname $SO`
# make copy of original
if [ ! -f $dir/libmawt.so.old ]; then
cp $SO $dir/libmawt.so.old
fi
sed -i 's/XINERAMA/FAKEEXTN/g' $SO
done
--
hardy, locking assertion failure, xorg/libsdl
https://bugs.launchpad.net/bugs/185311
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs