Created
January 25, 2012 20:19
-
-
Save zunda/1678424 to your computer and use it in GitHub Desktop.
Momonga 7のetoysのウインドウの大きさが小さくならないようにする
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /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