Stef,<br>I am still playing with your artifacts and noticed Sugar integration isn&#39;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>&nbsp;&nbsp;&nbsp; -encoding UTF-8 -vm-display-X11 -xshm \<br>&nbsp;&nbsp;&nbsp; -sugarBundleId $bundle_id \<br>&nbsp;&nbsp;&nbsp; -sugarActivityId $activity_id \
<br>&nbsp;&nbsp;&nbsp; --document BotsInc002.pr \<br>&nbsp;&nbsp;&nbsp; &quot;&quot; \<br>&nbsp;&nbsp;&nbsp; $args<br>------<br><br>have to be:<br>------<br>
# now run Squeak VM with etoys image the botsinc project<br>
exec etoys \<br>
&nbsp;&nbsp;&nbsp; -encoding UTF-8 -vm-display-X11 -xshm \<br>
&nbsp;&nbsp;&nbsp; -sugarBundleId $bundle_id \<br>
&nbsp;&nbsp;&nbsp; -sugarActivityId $activity_id \<br>
&nbsp;&nbsp;&nbsp; --document BotsInc002.pr \<br>&nbsp;&nbsp;&nbsp; $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>