<div dir="ltr">Hi,<div><br></div><div>so I've done a git pull (simply calling git pull on my project root directory), but I've still got problems for closing the activity.</div><div><br></div><div>As for the project creation, i've launched the command written in the documentation</div><div><br></div><div>_______________________________________________</div><div><br></div><div> volo create simple-tictactoe-activity ./sugar-web-template<br></div><div><br></div><div>__________________________________________________</div><div><br></div><div>Regards</div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-10 12:46 GMT+01:00 Lionel Laské <span dir="ltr"><<a href="mailto:lionel@olpc-france.org" target="_blank">lionel@olpc-france.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div>Yes, you need to git pull from your local repository to see my changes.</div><div><br></div><div>Regarding missing libraries, I'm not sure to understand why. I guessed that you've done a wrong copy of the sugar-web-template but libraries are not in the repository [1]. So not sure that a pull on sugar-build could change the problem.</div><div>However, how do you create your activity ? Do you really call "volo create my-activity ./sugar-web-template" like described here [2] ?</div><div><br></div><div>          Lionel.</div><div><br></div><div>[1] <a href="https://github.com/sugarlabs/sugar-web-template" target="_blank">https://github.com/sugarlabs/sugar-web-template</a></div><div>[2] <a href="https://github.com/sugarlabs/sugar-docs/blob/master/activity.md" target="_blank">https://github.com/sugarlabs/sugar-docs/blob/master/activity.md</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-09 22:13 GMT+01:00 laurent bernabe <span dir="ltr"><<a href="mailto:laurent.bernabe@gmail.com" target="_blank">laurent.bernabe@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Lionel,<div><br></div><div>Thank you very much, I've merged your pull request.</div><div>Do I need to pull the changes from my repository ? (I am asking, as it is my very first pull merge from a repository)</div><div><br></div><div>As for the missing libraries, do you advice me to do a pull on sugar-build, so that one new activity won't miss these ?</div><div><br></div><div>Regards</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>2014-12-09 22:02 GMT+01:00 Lionel Laské <span dir="ltr"><<a href="mailto:lionel@olpc-france.org" target="_blank">lionel@olpc-france.org</a>></span>:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><br><div>Hi Laurent,</div><div><br></div><div>I've worked on your icon issue and solved it (sent you a pull request [1]).</div><div><div>Shortly, some needed js library was missing: domReady.js, text.js and webL10n.js.</div><div>It's why it doesn't work.</div><div>I've also replaced the sugar-web library version by the one working both on Sugar and Sugarizer.</div></div><div>Tested on Sugarizer, it works now.</div><div><br></div><div>Best regards from France.</div><div><br></div><div>              Lionel.</div><div><br></div><div>[1] <a href="https://github.com/loloof64/olpc-simple-tictactoe-activity/pull/1" target="_blank">https://github.com/loloof64/olpc-simple-tictactoe-activity/pull/1</a></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-03 15:40 GMT+01:00  <span dir="ltr"><<a href="mailto:sugar-devel-request@lists.sugarlabs.org" target="_blank">sugar-devel-request@lists.sugarlabs.org</a>></span>:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Date: Wed, 03 Dec 2014 10:50:05 +0000<br>
From: Iain Brown Douglas <<a href="mailto:iain@browndouglas.plus.com" target="_blank">iain@browndouglas.plus.com</a>><br>
To: laurent bernabe <<a href="mailto:laurent.bernabe@gmail.com" target="_blank">laurent.bernabe@gmail.com</a>><br>
Cc: Sugar Devel <<a href="mailto:sugar-devel@lists.sugarlabs.org" target="_blank">sugar-devel@lists.sugarlabs.org</a>>, Lionel Lask?<br>
        <<a href="mailto:lionel@olpc-france.org" target="_blank">lionel@olpc-france.org</a>><br>
Subject: Re: [Sugar-devel] Starting a new web activity : problem when<br>
        closing activity, and with icon design<br>
Message-ID: <1417603805.3476.2.camel@vey-waldorf><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
You could eliminate that by substituting a known working .svg borrowed<br>
from another activity.<br>
<br>
Iain<br>
On Wed, 2014-12-03 at 11:16 +0100, laurent bernabe wrote:<br>
> My intuition is that I've misued stroke and fill entities, though I<br>
> processed the icon with the sugariconify script.<br>
> Indeed, in Sugarizer, my activity icon is different than the others<br>
> (screenshot provided).<br>
><br>
><br>
> Regards<br>
><br>
> 2014-12-03 1:00 GMT+01:00 laurent bernabe <<a href="mailto:laurent.bernabe@gmail.com" target="_blank">laurent.bernabe@gmail.com</a>>:<br>
>         Hi,<br>
><br>
><br>
>         I've replaced the content of<br>
>         <sugar-build>/activities/simple-tictactoe-activity/lib/sugar-web folder with the <sugar-build>/activities/ActivityTemplate/lib/sugar-web folder.<br>
>         But I still can't close my application with the stop button.<br>
><br>
><br>
>         Even after having restarted the chrome navigator (keeping the<br>
>         flag --allow-access-from-files).<br>
><br>
><br>
>         Regards<br>
><br>
>         2014-12-02 19:04 GMT+01:00 Lionel Lask?<br>
>         <<a href="mailto:lionel@olpc-france.org" target="_blank">lionel@olpc-france.org</a>>:<br>
>                 It's a nice first start.<br>
>                 Now replace your lib/sugar-web directory with the one<br>
>                 from lib/ActivityTemplate directory.<br>
>                 It should work.<br>
><br>
><br>
>                           Lionel<br></blockquote></div></div></div>
<br></div></div><span>_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org" target="_blank">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
<br></span></blockquote></div><span><font color="#888888"><br><br clear="all"><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><div><div dir="ltr">Laurent Bernabé <div><br></div><div><a href="mailto:laurent.bernabe@gmail.com" target="_blank">laurent.bernabe@gmail.com</a></div></div></div>
</font></span></font></span></div>
</blockquote></div><br></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Laurent Bernabé <div><br></div><div><a href="mailto:laurent.bernabe@gmail.com" target="_blank">laurent.bernabe@gmail.com</a></div></div></div>
</div>