Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

[patch] use squeak #3

Open
glixx opened this issue Oct 8, 2014 · 1 comment
Open

[patch] use squeak #3

glixx opened this issue Oct 8, 2014 · 1 comment

Comments

@glixx
Copy link

glixx commented Oct 8, 2014

From Fedora:

diff -ur scratch-1.4.0.6.src.orig/src/scratch scratch-1.4.0.6.src/src/scratch
--- scratch-1.4.0.6.src.orig/src/scratch    2011-07-01 18:21:32.000000000 -0400
+++ scratch-1.4.0.6.src/src/scratch 2012-09-10 09:39:20.555278005 -0400
@@ -4,11 +4,9 @@
 # Original Author: Bert Freudenberg
 # Adapted by:      Miriam Ruiz

-VM_VERSION=`find /usr/lib/squeak/ -name "squeakvm" -type f|cut -f5 -d"/"`
-SQ_DIR=/usr/lib/squeak/$VM_VERSION
-VM="$SQ_DIR/squeakvm"
-VMOPTIONS="-encoding UTF-8 -vm-display-x11 -xshm -plugins /usr/lib/scratch/Plugins/:$SQ_DIR/"
-IMAGE="/usr/lib/scratch/Scratch.image"
+VM="/usr/bin/squeak"
+VMOPTIONS="-encoding UTF-8"
+IMAGE="/usr/share/scratch/Scratch.image"
 IMOPTIONS=""
 DOCUMENT=""
 WRAPPER=""
@glixx
Copy link
Author

glixx commented Oct 8, 2014

The Squeak VM version 4.10.2.2593 and greater includes all the plugins previously included as part of Scratch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant