<br><br><div class="gmail_quote">On Sun, Apr 12, 2009 at 7:14 PM, Jerome Peace <span dir="ltr">&lt;<a href="mailto:peace_the_dreamer@yahoo.com">peace_the_dreamer@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
<br>
Hi all and especially Bert,<br>
<br>
I am thinking about a work around to get sound going on my development images.<br>
<br>
So far on Ubuntu I&#39;ve found I can make launchers with commands<br>
<br>
like<br>
<br>
squeak -image MySqueak<br>
</blockquote><div><br>I don&#39;t know Etoys, but in Squeak I do something like this in ubuntu:<br><br> /usr/local/bin/squeak /home/mariano/squeak/imagenes/sq3.10.2-7179web09.02.3.image <br><br>And that works perfect. <br>
<br>You can also so something like:<br><br>#!/bin/sh<br>APP=`dirname $0`<br>EXE=&quot;$APP/Contents/Linux686&quot;<br>RES=&quot;$APP/Contents/Resources&quot;<br><br>exec &quot;$EXE/squeak&quot; -plugins &quot;$EXE&quot; \<br>
    -encoding latin1 \<br>    -vm-display-X11 -swapbtn  \<br>    &quot;$RES/pier.2.image&quot;<br><br> <br><br>I don&#39;t know If I understood ok your question.<br><br>Cheers,<br><br>Mariano<br><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
and it will launch something other than the installed 3.9 image.<br>
<br>
for etoys the installed launcher has<br>
&#39;/usr/bin/etoys&#39;<br>
<br>
as a command which runs the etoys shell script.<br>
<br>
The shell script seems to recognize a -r alt.image option<br>
<br>
but I have not been able to get it to work for me.<br>
<br>
I&#39;ve tried it both inside and outside the single quotes above.<br>
<br>
What am I missing?<br>
<br>
Yours in curiosity and service, --Jerome Peace<br>
<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div><br>