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 Desktop Bugs, which is subscribed to pygtk in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs