Comment 3 for bug 193103

Revision history for this message
Sylvain59 (sylvain59) wrote :

Perhaps there is the solution here : http://forum.ubuntu-fr.org/viewtopic.php?id=199146

LIB_TO_PATCH=libmawt.so
for f in `find /usr/lib/jvm -name "$LIB_TO_PATCH"`
do
echo "Patching library $f"
sudo sed -i 's/XINERAMA/FAKEEXTN/g' "$f"
done