[Squeakland] Naming Environment-Variables in etoys.sh

K. K. Subramaniam subbukk at gmail.com
Mon Sep 15 18:28:21 PDT 2008


On Tuesday 16 Sep 2008 12:24:32 am Markus Schlager wrote:
> I'm just trying to set up Etoys on our Linux-computers at school. There I
> need to change the value of $SQUEAK_USERDIR. The easiest way in this case
> would be /etc/environment. I understand that the environment-variable used
> by the squeak-vm has to have the name SQUEAK_USERDIR, hasn't it? But we're
> using 'real' Squeak as well and I'd love to have different USERDIRs for
> these different images. Hence I'd like to have different
> environment-variables
You could also create launcher scripts (*.desktop files aka link to 
application) and use the following command:

SQUEAK_USERDIR=myowndir SQUEAK_IMAGE=myimagefile squeak ..

Regards .. Subbu



More information about the Squeakland mailing list