Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-11 Thread laurent bernabe
Hi, I've created a new github project for hosting my sugar build environment : https://github.com/loloof64/my_sugarizer_environment.git But as you can see, I did not manage to push the simple tic tac toe activity. I've tried to add it (git add activities/simple-tictactoe-activity/*) but I got an

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-11 Thread Lionel Laské
Strange. Perfectly work here in Sugarizer. Don't understand your error log: - The first mean that you're not in Sugarizer (websocket is the way to communicate between sugar-web in Sugar and Sugar python), - I don't understand what is "sugar.js" file. There is now such file neither in your repositor

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-11 Thread laurent bernabe
Hi, I can confirm you that all required libraries (text.js, domReady.js and webL10n.js) are now in the project folder. But even in sugarizer, my activity doesn't close. Here is the browser errors : __ Invalid url for websocket ws://localho

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-11 Thread Lionel Laské
Could you confirm that missing js files now appears in your repository ? Do you test it both on Sugar and in Sugarizer ? Do you have any error in the log ? Browser log in Sugarizer or using ctrl+shift+i in Sugar. Lionel. 2014-12-11 0:34 GMT+01:00 laurent bernabe : > Hi, > > so I'

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-10 Thread laurent bernabe
garizer. >>> Tested on Sugarizer, it works now. >>> >>> Best regards from France. >>> >>> Lionel. >>> >>> [1] https://github.com/loloof64/olpc-simple-tictactoe-activity/pull/1 >>> >>> 2014-12-03 15:40 G

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-10 Thread Iain Brown Douglas
On Wed, 2014-12-03 at 19:42 +0100, laurent bernabe wrote: > Hi > > > I am aware this could be the solution. > Meanwhile, I would like to use a custom icon, as the idea behind the > icon I designed is more related to my activity. > > > In fact : > 1. In a first time, I used black lines for

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-09 Thread Lionel Laské
urent bernabe > Cc: Sugar Devel , Lionel Lask? > > Subject: Re: [Sugar-devel] Starting a new web activity : problem when > closing activity, and with icon design > Message-ID: <1417603805.3476.2.camel@vey-waldorf> > Content-Type: text/plain; charset="UTF-8&

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-03 Thread laurent bernabe
Hi I am aware this could be the solution. Meanwhile, I would like to use a custom icon, as the idea behind the icon I designed is more related to my activity. In fact : 1. In a first time, I used black lines for the cell lines, and blue/red colors for circles and crosses 2. I replaced a

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-03 Thread Lionel Laské
Ooch, it's a key issue. In practice, an activity using the Sugarizer sugar-web version could work both on Sugarizer and Sugar without any change. The bad news is that the reverse is not true - today. The problem is that of course, sugar-web must have a different implementation for Sugarizer and f

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-03 Thread Iain Brown Douglas
You could eliminate that by substituting a known working .svg borrowed from another activity. Iain On Wed, 2014-12-03 at 11:16 +0100, laurent bernabe wrote: > My intuition is that I've misued stroke and fill entities, though I > processed the icon with the sugariconify script. > Indeed, in Sugariz

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-02 Thread laurent bernabe
Hi, I've replaced the content of /activities/simple-tictactoe-activity/lib/sugar-web folder with the /activities/ActivityTemplate/lib/sugar-web folder. But I still can't close my application with the stop button. Even after having restarted the chrome navigator (keeping the flag --allow-access-fr

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-02 Thread Gonzalo Odiard
Hi Lionel, Why we need two different versions of sugar-web? That in practice makes the same activity can't run in both environments... Gonzalo On Tue, Dec 2, 2014 at 3:04 PM, Lionel Laské wrote: > It's a nice first start. > Now replace your lib/sugar-web directory with the one from > lib/Activi

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-02 Thread Lionel Laské
It's a nice first start. Now replace your lib/sugar-web directory with the one from lib/ActivityTemplate directory. It should work. Lionel 2014-12-02 11:04 GMT+01:00 laurent bernabe : > Hi again, > > Restarting my computer, I was finally able to run sugarizer in my chrome > instance. >

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-02 Thread laurent bernabe
Hi again, Restarting my computer, I was finally able to run sugarizer in my chrome instance. Meanwhile, I can't close my application (Simple Tic Tagardsc Toe). regards 2014-12-01 18:42 GMT+01:00 laurent bernabe : > I am just using the "modified" chrome instance (with allow access from > file),

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-01 Thread laurent bernabe
I am just using the "modified" chrome instance (with allow access from file), but I am still getting the same errors in the navigator console. Regards 2014-12-01 15:57 GMT+01:00 Lionel Laské : > > > 2014-12-01 15:25 GMT+01:00 laurent bernabe : > >> >> So it seems that the option is not taken in

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-01 Thread Lionel Laské
2014-12-01 15:25 GMT+01:00 laurent bernabe : > > So it seems that the option is not taken into account from my Chrome > instance. > I will look for another way (like in settings:// ?) to set this option. > > Ensure that no other instance is running. If one instance is running, it's not possible to

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-01 Thread laurent bernabe
error while loading shared libraries: libudev.so.0: cannot >>>>>> > open shared object file: No such file or directory >>>>>> > >>>>>> >&

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-12-01 Thread Lionel Laské
hile loading shared libraries: libudev.so.0: cannot >>>>> > open shared object file: No such file or directory >>>>> > >>>>> ________________________ >>>>> >

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-11-30 Thread laurent bernabe
Thank you very much. I'll convert my icon with this script Regards 2014-11-30 22:02 GMT+01:00 Walter Bender : > Check out http://wiki.sugarlabs.org/go/Sugariconify > > On Fri, Nov 28, 2014 at 9:00 AM, laurent bernabe > wrote: > > > > Hello everyone, > > > > I am starting a new activity in orde

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-11-30 Thread Walter Bender
Check out http://wiki.sugarlabs.org/go/Sugariconify On Fri, Nov 28, 2014 at 9:00 AM, laurent bernabe wrote: > > Hello everyone, > > I am starting a new activity in order to get started with Web Actvity > development : a simple tic tac toe : github project > > But when I launch the activity from i

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-11-30 Thread laurent bernabe
rizer and it should work. >> > Instruction here [1] and here [2]. >> > >> > >> > Lionel. >> > >> > >> > [1] http://developer.sugarlabs.org/activity.md.html >> > [2] http://sugarizer

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-11-30 Thread laurent bernabe
patible > > both with Sugar/Sugarizer and it should work. > > Instruction here [1] and here [2]. > > > > > >Lionel. > > > > > > [1] http://developer.sugarlabs.org/activity.md.html > > [2] http:/

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-11-30 Thread Iain Brown Douglas
To: Gonzalo Odiard > Cc: Sugar Devel > Subject: Re: [Sugar-devel] Starting a new web > activity : problem when > closing activity, and with icon design > Message-ID: >

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-11-30 Thread laurent bernabe
Instruction here [1] and here [2]. > >Lionel. > > [1] http://developer.sugarlabs.org/activity.md.html > [2] http://sugarizer.org/#client > > >> Date: Fri, 28 Nov 2014 23:10:47 +0100 >> From: laurent bernabe >> To: Gonzalo Odiard >> Cc: Sugar

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-11-29 Thread Lionel Laské
://sugarizer.org/#client > Date: Fri, 28 Nov 2014 23:10:47 +0100 > From: laurent bernabe > To: Gonzalo Odiard > Cc: Sugar Devel > Subject: Re: [Sugar-devel] Starting a new web activity : problem when > closing activity, and with icon design > Message-ID: > bfwkjm6q

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-11-28 Thread laurent bernabe
Hi, I've just pulled the latest version of sugar-build, but I still can't close the activity. My icon does not shows up well on the home view : no token inside the grid, it seems empty. Regards 2014-11-28 21:21 GMT+01:00 Gonzalo Odiard : > Be sure the version of sugar-web included in your acti

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-11-28 Thread Gonzalo Odiard
What is wrong with the icon? On Fri, Nov 28, 2014 at 5:21 PM, Gonzalo Odiard wrote: > Be sure the version of sugar-web included in your activity is updated. > A error avoiding close the activity was solved recently. > > Gonzalo > > > On Fri, Nov 28, 2014 at 11:00 AM, laurent bernabe < > laurent.

Re: [Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-11-28 Thread Gonzalo Odiard
Be sure the version of sugar-web included in your activity is updated. A error avoiding close the activity was solved recently. Gonzalo On Fri, Nov 28, 2014 at 11:00 AM, laurent bernabe wrote: > > Hello everyone, > > I am starting a new activity in order to get started with Web Actvity > devel

[Sugar-devel] Starting a new web activity : problem when closing activity, and with icon design

2014-11-28 Thread laurent bernabe
Hello everyone, I am starting a new activity in order to get started with Web Actvity development : a simple tic tac toe : github project But when I launch the activity from inside sugar-build : - the icon design seems to be weird,