[squeak-dev] Can you launch a squeak image on an etoys vm in Ubuntu?

Bert Freudenberg bert at freudenbergs.de
Tue Apr 14 07:39:24 UTC 2009


On 14.04.2009, at 02:31, Jerome Peace wrote:

> Hi Bert
>
> Making a launcher with the command
> squeak -vm-sound-OSS
> then clicking on the launcher does not open any image at all.

Well what image are you giving? We seem to be talking past each other.
>
> <etoys.sh>


Ah, I see. The section with  -r "$ALTIMG" in that script is a remnant  
of an older script that someone failed to delete.

The simplest you could do is copy your "etoys.sh" to "myimage.sh" and  
replace the line

IMAGE="$DIR/Contents/Resources/etoys.image"

with

IMAGE="/path/to/my.image"

- Bert -





More information about the Squeak-dev mailing list