new linux install confused!

Damien Cassou damien.cassou at laposte.net
Sat Apr 22 12:34:58 UTC 2006


It seems all is configured properly. Things you can do if you only want
to work on a single image (we often have different images for different
purposes: development, testing new images...) is to write a simple
script like this one:

/home/ron/bin/squeak.sh:

#! /bin/sh
cd ~/squeak
exec squeak squeak.image

chmod +x /home/ron/bin/squeak.sh

Now, you just have to type 'squeak.sh' where you want and squeak will be
launched.

Another thing you can do is to link .image extension to squeak in you
favorite file system navigator. Then you will be able to just click on
an image and squeak will be launched.

-- 
Damien Cassou




More information about the Squeak-dev mailing list