[squeak-dev] how to pass default startup parameters to VM?

Eliot Miranda eliot.miranda at gmail.com
Thu Feb 12 18:59:20 UTC 2015


Hi Chris,

damn, I thought I'd fixed this.  Linux right?  I see

r2275 | eliot | 2010-09-04 08:52:10 -0700 (Sat, 04 Sep 2010) | 3 lines

Fix filename character encoding for Mac OS X (in Info.plist; use UTF-8).
Update minimal VMMaker image to latest trunk.

But that's only Mac.  I should fix this for the Spur VM on linux.

On Thu, Feb 12, 2015 at 8:12 AM, Chris Muller <ma.chris.m at gmail.com> wrote:

> Has anyone noticed that cutting text out of Chrome and trying to paste
> it in Squeak does not work at all unless you first paste into a
> text-editor first and copy it out of there?
>
> Or, if you simply pass the -textenc utf8 paramter to the VM, all
> C&P'ing seems to work just fine.
>
> But I never remember to do it, plus its more to type every time I
> start a VM.  So I wnat to put it into the actual bash script.
>
> I thought I could just sneak it into the last line in that file:
>
> LD_LIBRARY_PATH="$PLUGINS:$SVMLLP:${LD_LIBRARY_PATH}" exec "$BIN/squeak"
> "$@"
>
> changing it to:
>
> LD_LIBRARY_PATH="$PLUGINS:$SVMLLP:${LD_LIBRARY_PATH}" exec
> "$BIN/squeak -textenc utf8" "$@"
>
> but that isn't right.  Any suggestions?  Thx.
>
>


-- 
best,
Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20150212/7157b81c/attachment.htm


More information about the Squeak-dev mailing list