Skip to content

Instantly share code, notes, and snippets.

@zunda
Created January 25, 2012 20:19
Show Gist options
  • Save zunda/1678424 to your computer and use it in GitHub Desktop.
Save zunda/1678424 to your computer and use it in GitHub Desktop.
Momonga 7のetoysのウインドウの大きさが小さくならないようにする
--- /usr/bin/etoys 2010-09-01 13:36:27.000000000 -1000
+++ ./etoys 2012-01-25 10:18:26.000000000 -1000
@@ -5,7 +5,7 @@
# with the etoys.image
VM="/usr/bin/squeak"
-VMOPTIONS="-encoding UTF-8 -vm-display-x11 -xshm"
+VMOPTIONS="-encoding UTF-8 -vm-display-x11"
IMAGE="/usr/share/etoys/etoys.image"
IMOPTIONS=""
DOCUMENT=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment