[Sugar-devel] [sugar-build] Ubuntu 13.04 support

2013-05-03 Thread Daniel Narvaez
Hello, I added support for Ubuntu 13.04 and removed 12.10. If you find any issue please let me know. As previously announced, development has moved on github, make sure you are pulling from the right repository git://github.com/sugarlabs/sugar-build.git -- Daniel Narvaez

Re: [Sugar-devel] Social Sugar : GSoC '13

2013-05-03 Thread Akshit Khurana
About the profiles, I was thinking about user profiles backed by different services one of which would be the sharing website, other FOSS backends could include identi.ca or diaspora, but I'm not sure about their popularity among kids. Can you think of any other solution popular among kids? The

Re: [Sugar-devel] [DESIGN] Journal share activity

2013-05-03 Thread Manuel Quiñones
2013/5/2 Gerald Ardito gma...@gmail.com: I am not sure if I should be commenting here, but I also prefer the version with no tabs. Gerald Thanks. Comments are welcome. Please note that nothing of this is set in stone, we are openning discussion. Are the depicted scenarios ok to everybody?

Re: [Sugar-devel] [DESIGN] Journal share activity

2013-05-03 Thread Gonzalo Odiard
On Thu, May 2, 2013 at 12:50 PM, Simon Schampijer si...@schampijer.dewrote: Hi, Manuel and myself have been looking at the work-flow for the Journal share activity these days: http://activities.sugarlabs.** org//en-US/sugar/addon/4656http://activities.sugarlabs.org//en-US/sugar/addon/4656

Re: [Sugar-devel] [PATCH TamTam 1/2 v2] Output to ALSA directly from csound

2013-05-03 Thread Gonzalo Odiard
Hi Daniel, Already released MusicKeyboard with this change, and waiting confirmation to release TamTam activities. Gonzalo On Thu, May 2, 2013 at 11:11 AM, Daniel Drake d...@laptop.org wrote: On Thu, May 2, 2013 at 7:44 AM, Gonzalo Odiard gonz...@laptop.org wrote: Thanks Daniel. Two

Re: [Sugar-devel] [DESIGN] Journal share activity

2013-05-03 Thread Simon Schampijer
On 05/03/2013 02:26 PM, Gonzalo Odiard wrote: On Thu, May 2, 2013 at 12:50 PM, Simon Schampijer si...@schampijer.dewrote: Hi, Manuel and myself have been looking at the work-flow for the Journal share activity these days: http://activities.sugarlabs.**

Re: [Sugar-devel] [DESIGN] Journal share activity

2013-05-03 Thread Gonzalo Odiard
I think there are two fundamental differences: - one-to-many: you share an item publically to all of the members of the session, the ones that are available should be visible in one list, in the mockup at the top left, everyone can download any of those items, the download will go into the

[Sugar-devel] How to write an html activity

2013-05-03 Thread Daniel Narvaez
Hello, the initial bits of the html activities work has landed. It should now be relatively easy to start writing an activity. First of all you will need a development environment. See http://sugarlabs.org/~buildbot/docs/build.html Then open a shell and move to the source directory make shell

Re: [Sugar-devel] First HTML activities API

2013-05-03 Thread Manuel Quiñones
Excellent. I have updated my toy web activity to make use of the close API: https://github.com/manuq/clockjs Now I'll do the activity icon painted with the xo-colors API, in the same way as in your xi-artwork/icons.js 2013/5/1 Daniel Narvaez dwnarv...@gmail.com: Hello, I submitted some

[Sugar-devel] [ASLO] Release Turtle Blocks-175

2013-05-03 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4027 Sugar Platform: 0.82 - 0.100 Download Now: http://activities.sugarlabs.org/downloads/file/28559/turtleblocks-175.xo Release notes: 175 ENHANCEMENT: * Power management utility: Alan Aguiar BUG FIXES: * Force audio sensors to use

[Sugar-devel] Licensing of the javascript libraries

2013-05-03 Thread Daniel Narvaez
Hello, we need to decide how to license the new javascript libraries. I am mostly clueless about the topic and I'm honestly scared to start this thread, please be gentle :) Following is the rationale I came up with for Agora. I think it probably applies to the sugar-html libraries too. Feedback

Re: [Sugar-devel] Licensing of the javascript libraries

2013-05-03 Thread Daniel Narvaez
On 3 May 2013 16:15, Daniel Narvaez dwnarv...@gmail.com wrote: Hello, we need to decide how to license the new javascript libraries. I am mostly clueless about the topic and I'm honestly scared to start this thread, please be gentle :) Following is the rationale I came up with for Agora. I

Re: [Sugar-devel] [DESIGN] Journal share activity

2013-05-03 Thread Manuel Quiñones
2013/5/3 Gonzalo Odiard gonz...@laptop.org: I think there are two fundamental differences: - one-to-many: you share an item publically to all of the members of the session, the ones that are available should be visible in one list, in the mockup at the top left, everyone can download any of

Re: [Sugar-devel] First HTML activities API

2013-05-03 Thread Daniel Narvaez
On 3 May 2013 16:01, Manuel Quiñones ma...@laptop.org wrote: Excellent. I have updated my toy web activity to make use of the close API: https://github.com/manuq/clockjs Now I'll do the activity icon painted with the xo-colors API, in the same way as in your xi-artwork/icons.js Cool.

Re: [Sugar-devel] [DESIGN] Journal share activity

2013-05-03 Thread Simon Schampijer
On 05/03/2013 03:54 PM, Gonzalo Odiard wrote: I think there are two fundamental differences: - one-to-many: you share an item publically to all of the members of the session, the ones that are available should be visible in one list, in the mockup at the top left, everyone can download any of

Re: [Sugar-devel] First HTML activities API

2013-05-03 Thread Manuel Quiñones
2013/5/3 Daniel Narvaez dwnarv...@gmail.com: On 3 May 2013 16:01, Manuel Quiñones ma...@laptop.org wrote: Excellent. I have updated my toy web activity to make use of the close API: https://github.com/manuq/clockjs Now I'll do the activity icon painted with the xo-colors API, in the same

Re: [Sugar-devel] [DESIGN] Journal share activity

2013-05-03 Thread Gonzalo Odiard
Yes, but in the given scenario teacher collecting children work, it does not scale. Imagine the teacher's laptop receiving 25 alerts at the same time. That's why I'm proposing the download all button in the sketch. The teacher don't need download the work of kids. The kids upload their

Re: [Sugar-devel] [DESIGN] Journal share activity

2013-05-03 Thread Gonzalo Odiard
A note: Until now, I worked in a scheme one-to-many, many-to-one, then the implementation was done as a client-server, in fact, in the server, a web server is working, in the clients, almost all is javascript on a webkit viewer. If we want move to a full peer-to-peer model, by example to allow

Re: [Sugar-devel] How to write an html activity

2013-05-03 Thread Manuel Quiñones
2013/5/3 Daniel Narvaez dwnarv...@gmail.com: Hello, the initial bits of the html activities work has landed. It should now be relatively easy to start writing an activity. First of all you will need a development environment. See http://sugarlabs.org/~buildbot/docs/build.html Then open a

Re: [Sugar-devel] How to write an html activity

2013-05-03 Thread Daniel Narvaez
Yup! On 3 May 2013 16:42, Manuel Quiñones ma...@laptop.org wrote: 2013/5/3 Daniel Narvaez dwnarv...@gmail.com: Hello, the initial bits of the html activities work has landed. It should now be relatively easy to start writing an activity. First of all you will need a development

Re: [Sugar-devel] HTML5 Activities page on the Wiki

2013-05-03 Thread Daniel Narvaez
It would be nice to have a TODO somewhere, so that we can coordinate better on the work. Maybe just http://wiki.sugarlabs.org/go/HTML5_activities/TODO ? Or a github ticket. It has a very cool tasklist feature https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments On 30 April

Re: [Sugar-devel] [GSoC 2013] Interested in Implement help mechanism for activities using Mallard

2013-05-03 Thread Kalpa Welivitigoda
On Mon, Apr 15, 2013 at 8:36 PM, Bastien b...@laptop.org wrote: Gonzalo Odiard gonz...@laptop.org writes: FYI, I will convert the update of the sugar manual in the olpc wiki [1] to rst to generate new content for the Help activity. I will be working on this today and tomorrow probably.

[Sugar-devel] ASLO is really slow

2013-05-03 Thread Gonzalo Odiard
Hi, I don't know if all people suffer the same problem, but for me ASLO is really, really slow. I have tried with Firefox and with Chrome, and always while wait, show Waiting for www.google-analytics.com Is googl analytics slowing the site? Is really needed? Thanks Gonzalo

[Sugar-devel] [ASLO] Release VncLauncher-7

2013-05-03 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4311 Sugar Platform: 0.82 - 0.100 Download Now: http://activities.sugarlabs.org/downloads/file/28560/vnclauncher-7.xo Release notes: * Use the binaries available in the system, or check platform * Fix code to get the ip address * Add

Re: [Sugar-devel] ASLO is really slow

2013-05-03 Thread Bernie Innocenti
On 05/03/2013 02:34 PM, Gonzalo Odiard wrote: Hi, I don't know if all people suffer the same problem, but for me ASLO is really, really slow. I have tried with Firefox and with Chrome, and always while wait, show Waiting for www.google-analytics.com I heard that there was some sort of

Re: [Sugar-devel] ASLO is really slow

2013-05-03 Thread Aleksey Lim
On Fri, May 03, 2013 at 03:55:08PM -0400, Bernie Innocenti wrote: On 05/03/2013 02:34 PM, Gonzalo Odiard wrote: Hi, I don't know if all people suffer the same problem, but for me ASLO is really, really slow. I have tried with Firefox and with Chrome, and always while wait, show Waiting

[Sugar-devel] Google Summer of Code

2013-05-03 Thread Walter Bender
Sugar Labs has 37 applications applications for GSoC. We have the next three days to review the applications and rank them by preference. I don't know yet how many slots we will get -- probably between 2 and 5, so we are only going to be able to accept about one in ten applications. Please, if

Re: [Sugar-devel] New TamTamSuite release

2013-05-03 Thread Aleksey Lim
On Thu, May 02, 2013 at 05:54:09PM -0300, Gonzalo Odiard wrote: dirakx, alsroot, I have tested the patches provided by dsd [1] and [2] applied over the sugar-0.94 branch, on all the xo models, and have ready to upload to aslo a new version 67. While I am one of the maintainers, releases were

Re: [Sugar-devel] New TamTamSuite release

2013-05-03 Thread Gonzalo Odiard
Ok. I will try to work on this then. Gonzalo On Fri, May 3, 2013 at 5:23 PM, Aleksey Lim alsr...@sugarlabs.org wrote: On Thu, May 02, 2013 at 05:54:09PM -0300, Gonzalo Odiard wrote: dirakx, alsroot, I have tested the patches provided by dsd [1] and [2] applied over the sugar-0.94

[Sugar-devel] [ASLO] Release TamTam Mini-67

2013-05-03 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4061 Sugar Platform: 0.82 - 0.100 Download Now: http://activities.sugarlabs.org/downloads/file/28561/tamtammini-67.xo Release notes: Output to ALSA directly from csound (Daniel Drake) Clooper: strip built library (Daniel Drake) Sugar

[Sugar-devel] [ASLO] Release TamTam Jam-67

2013-05-03 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4060 Sugar Platform: 0.82 - 0.100 Download Now: http://activities.sugarlabs.org/downloads/file/28562/tamtamjam-67.xo Release notes: Sugar Labs Activities http://activities.sugarlabs.org ___

[Sugar-devel] [ASLO] Release TamTam Edit-67

2013-05-03 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4059 Sugar Platform: 0.82 - 0.100 Download Now: http://activities.sugarlabs.org/downloads/file/28563/tamtamedit-67.xo Release notes: Sugar Labs Activities http://activities.sugarlabs.org ___

[Sugar-devel] [ASLO] Release TamTam Synth Lab-67

2013-05-03 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4062 Sugar Platform: 0.82 - 0.100 Download Now: http://activities.sugarlabs.org/downloads/file/28564/tamtamsynthlab-67.xo Release notes: Sugar Labs Activities http://activities.sugarlabs.org

Re: [Sugar-devel] How to write an html activity

2013-05-03 Thread Manuel Quiñones
2013/5/3 Daniel Narvaez dwnarv...@gmail.com: Hello, the initial bits of the html activities work has landed. It should now be relatively easy to start writing an activity. First of all you will need a development environment. See http://sugarlabs.org/~buildbot/docs/build.html Then open a

Re: [Sugar-devel] How to write an html activity

2013-05-03 Thread Daniel Narvaez
On 4 May 2013 02:37, Manuel Quiñones ma...@laptop.org wrote: 2013/5/3 Daniel Narvaez dwnarv...@gmail.com: Hello, the initial bits of the html activities work has landed. It should now be relatively easy to start writing an activity. First of all you will need a development