[Sugar-devel] [PATCH gst-plugins-espeak] Setup the plugin metadata

2012-09-25 Thread Daniel Narvaez
Work around https://bugzilla.gnome.org/show_bug.cgi?id=684765 --- src/gstespeak.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/gstespeak.c b/src/gstespeak.c index b7603eb..e884457 100644 --- a/src/gstespeak.c +++ b/src/gstespeak.c @@ -128,6 +128,12 @@ static void

Re: [Sugar-devel] Gst crash in sugar-build

2012-09-25 Thread Daniel Narvaez
I have to take that back, it's not fixed yet. Opened a bug about it https://bugzilla.gnome.org/show_bug.cgi?id=684765 It's triggered by our espeak plugin, so I sent a patch to work it around until upstream get it fixed and released. On 24 September 2012 20:47, Daniel Narvaez dwnarv...@gmail.com

Re: [Sugar-devel] [sugar] Gio.content_type_guess now returns a dict instead of a str

2012-09-25 Thread Simon Schampijer
Thanks! Pushed with a slight modification in displaying all the returns: http://git.sugarlabs.org/sugar/mainline/commit/bcb2da9259164402bbf2bbdfbe4f0cf3ef2279d2 On 09/21/2012 11:02 PM, godi...@sugarlabs.org wrote: From: Gonzalo Odiard godi...@gmail.com This is a change in the api. The second

Re: [Sugar-devel] [PATCH shell 1/2] Fix layout of Language and Modem sections in the Control Panel - SL #3902

2012-09-25 Thread Simon Schampijer
Excellent work! Pushed and closed ticket. http://git.sugarlabs.org/sugar/mainline/commit/374679c2fd7e6227a0440f85bed6d2232f42f684 On 09/25/2012 02:26 AM, Manuel Quiñones wrote: - Use hide() instead of hide_all() which doesn't exist in pygobject. - Remove the set_width_chars(100) of the

Re: [Sugar-devel] [PATCH shell 2/2] Get back text visibility in Network section of the Control Panel

2012-09-25 Thread Simon Schampijer
Works, pushed as http://git.sugarlabs.org/sugar/mainline/commit/9ba0a8b04d5cbb43f6bea7061221993873dbbf2f Thanks, Simon On 09/25/2012 02:26 AM, Manuel Quiñones wrote: Properly doing show() after packing the 'scrolled' and 'workspace' containers in this section makes the text visible again.

Re: [Sugar-devel] [PATCH shell 3/3] Fix layout of Clear search button in Journal and Activity List - SL #3809

2012-09-25 Thread Simon Schampijer
Great, works as expected: http://git.sugarlabs.org/sugar/mainline/commit/42fc93826f0d28c9cd43194df16c1fa47f930b2f Simon On 09/25/2012 04:31 AM, Manuel Quiñones wrote: To do it, add the button to a ButtonBox with layout Gtk.ButtonBoxStyle.CENTER. Signed-off-by: Manuel Quiñones

[Sugar-devel] Add translation of summary info to pootle potgenerator

2012-09-25 Thread Gonzalo Odiard
Hi Aleksey, Attached is a patch to add summary field in activity.info to the strings to be translated in the pot file generated by pogenerator.py I have tried modify the code as little as possible, then created another method _get_summary_name() and the activity.info file is readed two times.

[Sugar-devel] Call to Activities Maintainers! Summary info

2012-09-25 Thread Gonzalo Odiard
Hi Activities maintainers, In the next Sugar version, a summary will be displayed in the activities list, instead of the installation time. Something like [1] but in the xo looks better because we have more space. I have requested help to the Learning Team, to propose a summary for activities,

Re: [Sugar-devel] Call to Activities Maintainers! Summary info

2012-09-25 Thread Gonzalo Odiard
Just If is not obvious, the field is named summary Example: [Activity] name = Finance activity_version = 9 host_version = 1 bundle_id = org.laptop.community.Finance icon = Finance-activity exec = sugar-activity finance.Finance summary = Want to wisely manage money? Learn financial planning basics

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

2012-09-25 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4027 Sugar Platform: 0.82 - 0.98 Download Now: http://activities.sugarlabs.org/downloads/file/28228/turtle_art-160.xo Release notes: 160 ENHANCEMENTS: * Add gray as argument to fill screen block * Added new summary field * New sample

[Sugar-devel] [ASLO] Release Memorize-43

2012-09-25 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4063 Sugar Platform: 0.86 - 0.98 Download Now: http://activities.sugarlabs.org/downloads/file/28229/memorize-43.xo Release notes: Add summary info Fix error in the use of menus to change game and size - SL #3959 Replace cjson by json due

Re: [Sugar-devel] [PATCH Browse] Error page SL #3500

2012-09-25 Thread Manuel Kaufmann
On Fri, Sep 21, 2012 at 8:32 PM, Martin Langhoff martin.langh...@gmail.com wrote: So just put img src=file:///path/to/file . That saves a some of pointless CPU cycles, some RAM. This old man doesn't like inefficient code, even in small details. I agree with you in this point but I would like

Re: [Sugar-devel] [PATCH Browse] Error page SL #3500

2012-09-25 Thread Daniel Narvaez
The API description is not very clear and I didn't read the code. But I guess it would allow remote web pages (http) to access local files? If so you don't want to enable it :) On 25 September 2012 18:43, Manuel Kaufmann humi...@gmail.com wrote: On Fri, Sep 21, 2012 at 8:32 PM, Martin Langhoff

Re: [Sugar-devel] [PATCH Browse] Error page SL #3500

2012-09-25 Thread Manuel Quiñones
2012/9/25 Daniel Narvaez dwnarv...@gmail.com: The API description is not very clear and I didn't read the code. But I guess it would allow remote web pages (http) to access local files? If so you don't want to enable it :) Right, is a security issue and I think is good webkit doesn't allow it.

[Sugar-devel] [PATCH] Fix external media mounting (#3911)

2012-09-25 Thread Daniel Drake
The GVolumeMonitor used for mounting devices must not drop out of scope, otherwise it will be destroyed, and no signals will be receieved. Move it into global scope. Update mount and unmount calls for introspection. Remove dead code from volumestoolbar. --- extensions/deviceicon/volume.py

Re: [Sugar-devel] [PATCH Browse] Error page SL #3500

2012-09-25 Thread Martin Langhoff
On Tue, Sep 25, 2012 at 12:43 PM, Manuel Kaufmann humi...@gmail.com wrote: ** Message: console message: @0: Not allowed to load local resource: file:///home/humitos/src/browse/browse.png What do you think? Should I go for the file:// approach anyway? Hmmm, security, tiny performance tweak,

[Sugar-devel] [PATCH v2 sugar] Finish port of palettes in network device icon

2012-09-25 Thread Manuel Quiñones
Started in aaa963cf with the port of wireless. The pending one was GsmPalette. WiredPalette doesn't need to be changed, it doesn't pack MenuItems, just sets the content with set_content, is all informational. And device type OLPC mesh uses the same palette as wireless, already ported. - use

Re: [Sugar-devel] [PATCH v2 sugar] Finish port of palettes in network device icon

2012-09-25 Thread Manuel Quiñones
What I did to test without a modem (proper testing encuraged): --- a/extensions/deviceicon/network.py +++ b/extensions/deviceicon/network.py @@ -1052,19 +1052,8 @@ class NetworkManagerObserver(object): nm_device = self._bus.get_object(network.NM_SERVICE, device_op) props =

Re: [Sugar-devel] Call to Activities Maintainers! Summary info

2012-09-25 Thread Alan Jhonn Aguiar Schwyn
The field in the activity.info is optional? Or required? If an activity no have summary field, what happens? Regards! Alan Date: Tue, 25 Sep 2012 11:41:06 -0300 From: gonz...@laptop.org To: sugar-devel@lists.sugarlabs.org; dir...@gmail.com; walter.ben...@gmail.com; alsr...@activitycentral.org;

[Sugar-devel] A simple way for teachers to review children works

2012-09-25 Thread lionel
Hi all, One of the main feedback from teachers in our small XO deployment at Saint-Denis (a poor suburb of Paris) is related to children works review. The teacher would like a way to control and review works of children. Generally they ask to children to write a text or something else

Re: [Sugar-devel] Call to Activities Maintainers! Summary info

2012-09-25 Thread Gonzalo Odiard
Is optional. If the activities does not have the field, will not dhow the text in the activities list view. Gonzalo On Tue, Sep 25, 2012 at 4:05 PM, Alan Jhonn Aguiar Schwyn alan...@hotmail.com wrote: The field in the activity.info is optional? Or required? If an activity no have summary

[Sugar-devel] [ASLO] Release Abacus-36

2012-09-25 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4293 Sugar Platform: 0.82 - 0.98 Download Now: http://activities.sugarlabs.org/downloads/file/28230/abacus-36.xo Release notes: 36 ENHANCEMENT * New translations * summary string in activity.info Sugar Labs Activities

Re: [Sugar-devel] [PATCH v2 sugar] Finish port of palettes in network device icon

2012-09-25 Thread Simon Schampijer
Thanks Manuel. On 09/25/2012 08:42 PM, Manuel Quiñones wrote: Started in aaa963cf with the port of wireless. The pending one was GsmPalette. WiredPalette doesn't need to be changed, it doesn't pack MenuItems, just sets the content with set_content, is all informational. And device type OLPC

[Sugar-devel] [ASLO] Release Finance-10

2012-09-25 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4040 Sugar Platform: 0.98 - 0.98 Download Now: http://activities.sugarlabs.org/downloads/file/28231/finance-10.xo Release notes: Replace the help top bar by a HelpButton Add summary information Sugar Labs Activities

Re: [Sugar-devel] A simple way for teachers to review children works

2012-09-25 Thread Tabitha Roder
Hi Lionel I recommend you look at XS or at least look at using Moodle. Students can submit their work in assignments on moodle, for example. Lots of people / places use Moodle so getting help is easy, there are public forums on moodle.org and there are Moodle partners. Tabitha (sent from phone)

Re: [Sugar-devel] [ASLO] Release Read-101

2012-09-25 Thread Peter Robinson
Any chance of tarballs ;-) On Thu, Sep 13, 2012 at 6:33 PM, Sugar Labs Activities activit...@sugarlabs.org wrote: Activity Homepage: http://activities.sugarlabs.org/addon/4028 Sugar Platform: 0.98 - 0.98 Download Now: http://activities.sugarlabs.org/downloads/file/28216/read-101.xo

Re: [Sugar-devel] [ASLO] Release Abacus-36

2012-09-25 Thread Peter Robinson
Hi Walter, I'm seeing issues building this as an rpm, there are the logs http://kojipkgs.fedoraproject.org//work/tasks/6308/4526308/build.log Peter On Tue, Sep 25, 2012 at 10:07 PM, Sugar Labs Activities activit...@sugarlabs.org wrote: Activity Homepage:

Re: [Sugar-devel] [ASLO] Release Get Books-13

2012-09-25 Thread Peter Robinson
Can I get some tar balls please? peter On Fri, Sep 14, 2012 at 11:21 PM, Sugar Labs Activities activit...@sugarlabs.org wrote: Activity Homepage: http://activities.sugarlabs.org/addon/4304 Sugar Platform: 0.98 - 0.98 Download Now:

Re: [Sugar-devel] [PATCH v2 sugar] Finish port of palettes in network device icon

2012-09-25 Thread Manuel Quiñones
2012/9/25 Simon Schampijer si...@schampijer.de: Thanks Manuel. On 09/25/2012 08:42 PM, Manuel Quiñones wrote: Started in aaa963cf with the port of wireless. The pending one was GsmPalette. WiredPalette doesn't need to be changed, it doesn't pack MenuItems, just sets the content with

Re: [Sugar-devel] [ASLO] Release Abacus-36

2012-09-25 Thread Walter Bender
On Tue, Sep 25, 2012 at 7:05 PM, Peter Robinson pbrobin...@gmail.com wrote: Hi Walter, I'm seeing issues building this as an rpm, there are the logs http://kojipkgs.fedoraproject.org//work/tasks/6308/4526308/build.log Strange. Seems to be related somehow to ./setup.py build but I have no