Stef,<br>I am still playing with your artifacts and noticed Sugar integration isn't working:<br>On hitting stop button on navigator, Etoys ask if you really want to quit.<br>If it is working correctly Etoys will automatically save project to journal and quit without asking.
<br><br>In bin/botsinc_activity, these lines:<br>------<br># now run Squeak VM with etoys image the botsinc project<br>exec etoys \<br> -encoding UTF-8 -vm-display-X11 -xshm \<br> -sugarBundleId $bundle_id \<br> -sugarActivityId $activity_id \
<br> --document BotsInc002.pr \<br> "" \<br> $args<br>------<br><br>have to be:<br>------<br>
# now run Squeak VM with etoys image the botsinc project<br>
exec etoys \<br>
-encoding UTF-8 -vm-display-X11 -xshm \<br>
-sugarBundleId $bundle_id \<br>
-sugarActivityId $activity_id \<br>
--document BotsInc002.pr \<br> $args<br>
------<br>
(it seems you mixed wrong part of epaati :-)<br><br>I tested it on XO and think at least Sugar integration part works with this.<br><br>Cheers,<br>/Korakurider<br><br>