Ab Ubuntu 12.04 gibt es einen Fehler beim vergrössern des Fensters bei der Squeak Engine
* Das Phänomen ist hier beschrieben (inkl. Lösung): http://forum.world.st/Shrinking-windows-when-Scratch-is-run-on-4-4-7-2357-VM-Ubuntu-12-04-64bit-td4633392.html * https://bugs.launchpad.net/ubuntu/+source/scratch/+bug/1025013Here's a fix. In a terminal, type:
sudo gedit /usr/bin/scratch
You'll see a line that starts with VMOPTIONS. Remove the -xshm from that line, so it looks like this:
VMOPTIONS="-encoding UTF-8 -vm-display-x11 -plugins /usr/lib/scratch/plugins/:$SQ_DIR/"
Save the file. Scratch should no longer have this bug.