<div dir="ltr">Hi Sebastian,<div><div><br></div><div>When you said "no errors in the logs" do you mean the Sugar log ?</div><div>Is there any error in the browser console error ?</div><div><br></div><div>The symptom "activity icon not colored" always means that the activity failed to initialize Sugar-Web stack.</div><div>Specifically it means that "activity.setup()" call failed (or never happen). This call is here [1] in the ActivityTemplate. May be you could inspect what going wrong in your case on this call.</div><div><br></div><div>Best regards from France.</div><div><br></div><div>       Lionel.</div></div><div><br></div><div>[1] <a href="https://github.com/llaske/sugarizer/blob/master/activities/ActivityTemplate/js/activity.js#L7">https://github.com/llaske/sugarizer/blob/master/activities/ActivityTemplate/js/activity.js#L7</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-03-25 16:09 GMT+01:00 Sebastian Silva <span dir="ltr"><<a href="mailto:sebastian@fuentelibre.org" target="_blank">sebastian@fuentelibre.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm creating my first web activity and I've used the ActivityTemplate<br>
from Sugarizer repository.<br>
<br>
However I'm failing to get my activity to run under Sugar.<br>
<br>
The same happens when I try to run any of the Sugar-web activities<br>
contained in `activities/` directory of Sugarizer repository.<br>
<br>
However when I download Markdown.activity from ASLO, I am able to run it.<br>
<br>
The failure consists of the activity icon not becoming colored and no<br>
datastore object being created. Furthermore, there are no errors in the<br>
logs that I can find.<br>
<br>
I'm testing with Sugar 0.110 as packaged in Debian Testing.<br>
<br>
Thanks for your help and hard work!<br>
<span class="HOEnZb"><font color="#888888"><br>
Sebastian<br>
<br>
<br>
</font></span></blockquote></div><br></div>