Re: [Sugar-devel] [RFC] Better disk format for journal entries

2010-06-27 Thread Lucian Branescu
I think it would be very useful if the datastore were less opaque to regular tools. Especially as a developer, I find the Journal sometimes gets in the way and going around it should be easier. Related to the Gnome thread, this sort of work might help in making Sugar impervious to Gnome damage,

Re: [Sugar-devel] [RFC] Better disk format for journal entries

2010-06-27 Thread Bert Freudenberg
On 27.06.2010, at 05:06, Michael Stone wrote: Folks, I've longed, for quite some time, for an encoding of Sugar's journal entries that is more amenable to manipulation with standard Linux tools and APIs. I've also longed for a format that is friendly to rainbow and which can encode both

[Sugar-devel] Python tutorial for Pippy

2010-06-27 Thread Dinko Galetic
Hello everyone, I'm currently working on a Python tutorial for Pippy as part of my GSOC project. I've written several lessons and am now wrapping them in Python code to make them interactive. I've attached a prototype of what I'm trying to accomplish and I'm hoping for your reviews (it's also

Re: [Sugar-devel] Fwd: Analysis help needed re: sugargame (pygame) on the 1.0XO (build 802)

2010-06-27 Thread Wade Brainerd
Hi George, Turns out the get_window() method is indeed missing in that older PyGTK. Instead, there is a property called window. So just replace: self._socket.get_window() with: self._socket.window And it should work fine. I'll release a new version with this change. Thanks, Wade On Sat,

Re: [Sugar-devel] [RFC] Better disk format for journal entries

2010-06-27 Thread Sascha Silbe
Excerpts from Michael Stone's message of Sun Jun 27 05:06:31 +0200 2010: I've longed, for quite some time, for an encoding of Sugar's journal entries that is more amenable to manipulation with standard Linux tools and APIs. I've also longed for a format that is friendly to rainbow and which

[Sugar-devel] [PATCH] Make initial DCON unfreeze conditional on the presence of a DCON.

2010-06-27 Thread Michael Stone
Presently, Sugar tries to unfreeze the XO's secondary display controller (DCON) regardless of whether or not a DCON is present. This generates unsightly error messages every time Sugar starts. To fix the problem, we test for the presence of a DCON following the advice of

Re: [Sugar-devel] [RFC] Better disk format for journal entries

2010-06-27 Thread Michael Stone
On 27.06.2010, at 05:06, Michael Stone wrote: Folks, I've longed, for quite some time, for an encoding of Sugar's journal entries that is more amenable to manipulation with standard Linux tools and APIs. I've also longed for a format that is friendly to rainbow and which can encode both

Re: [Sugar-devel] [PATCH] Make initial DCON unfreeze conditional on the presence of a DCON.

2010-06-27 Thread Sascha Silbe
Excerpts from Michael Stone's message of Sun Jun 27 17:27:59 +0200 2010: Presently, Sugar tries to unfreeze the XO's secondary display controller (DCON) regardless of whether or not a DCON is present. This generates unsightly error messages every time Sugar starts. Does anyone use (or is

Re: [Sugar-devel] [PATCH] Make initial DCON unfreeze conditional on the presence of a DCON.

2010-06-27 Thread Daniel Drake
On 27 June 2010 11:21, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.org wrote: Does anyone use (or is going to use) OHM with Sugar 0.88? If not, we should just throw out this code - powerd doesn't provide the OHM API. powerd could implement it trivially, and should. (with a simple binary using

Re: [Sugar-devel] [RFC] Better disk format for journal entries

2010-06-27 Thread Michael Stone
Excerpts from Michael Stone's message of Sun Jun 27 05:06:31 +0200 2010: I've longed, for quite some time, for an encoding of Sugar's journal entries that is more amenable to manipulation with standard Linux tools and APIs. I've also longed for a format that is friendly to rainbow and which

[Sugar-devel] [ANNOUNCE] Sugargame v1.1

2010-06-27 Thread Wade Brainerd
== Sugargame == Sugargame is a Python package which allows [http://www.pygame.org/ Pygame] programs to run well under Sugar. It is fork of the olcpgames framework, which is no longer maintained. http://wiki.sugarlabs.org/go/Development_Team/Sugargame http://git.sugarlabs.org/projects/sugargame

[Sugar-devel] [GSoC] [Patch] Sugar Smolt Control Panel Integration

2010-06-27 Thread Sebastian Dziallas
I've been working on an integration of Smolt (https://fedorahosted.org/smolt/) into Sugar as part of my GSoC. The purpose of this is to help us gather information about the hardware Sugar is running on, as well as to help users filing bug reports to simplify the process of providing said

Re: [Sugar-devel] [GSoC] [Patch] Sugar Smolt Control Panel Integration

2010-06-27 Thread Gary Martin
Hi Sebastian, On 27 Jun 2010, at 20:07, Sebastian Dziallas wrote: I've been working on an integration of Smolt (https://fedorahosted.org/smolt/) into Sugar as part of my GSoC. The purpose of this is to help us gather information about the hardware Sugar is running on, as well as to help

Re: [Sugar-devel] [PATCH] Make initial DCON unfreeze conditional on the presence of a DCON.

2010-06-27 Thread Sascha Silbe
Excerpts from Daniel Drake's message of Sun Jun 27 18:30:02 +0200 2010: On 27 June 2010 11:21, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.org wrote: Does anyone use (or is going to use) OHM with Sugar 0.88? If not, we should just throw out this code - powerd doesn't provide the OHM

Re: [Sugar-devel] [GSoC] [Patch] Sugar Smolt Control Panel Integration

2010-06-27 Thread Peter Robinson
On Sun, Jun 27, 2010 at 8:33 PM, Gary Martin garycmar...@googlemail.com wrote: Hi Sebastian, On 27 Jun 2010, at 20:07, Sebastian Dziallas wrote: I've been working on an integration of Smolt (https://fedorahosted.org/smolt/) into Sugar as part of my GSoC. The purpose of this is to help us

Re: [Sugar-devel] [PATCH] Make initial DCON unfreeze conditional on the presence of a DCON.

2010-06-27 Thread Paul Fox
daniel wrote: On 27 June 2010 11:21, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.org wrote: Does anyone use (or is going to use) OHM with Sugar 0.88? If not, we should just throw out this code - powerd doesn't provide the OHM API. powerd could implement it trivially, and

Re: [Sugar-devel] [PATCH] Make initial DCON unfreeze conditional on the presence of a DCON.

2010-06-27 Thread Bernie Innocenti
El Sun, 27-06-2010 a las 18:21 +0200, Sascha Silbe escribió: Excerpts from Michael Stone's message of Sun Jun 27 17:27:59 +0200 2010: Presently, Sugar tries to unfreeze the XO's secondary display controller (DCON) regardless of whether or not a DCON is present. This generates unsightly

Re: [Sugar-devel] [PATCH] Add ds2xos conversion script to export journal entries as .xos session dirs.

2010-06-27 Thread Bernie Innocenti
El Sat, 26-06-2010 a las 23:07 -0400, Michael Stone escribió: * whose name is URL-encoded with spaces encoded as pluses Why pluses? Can't we simply leave spaces as spaces? Or convert them to '_' and use '~' or ';' as a version separator? I like the idea, but I would also like to see a

[Sugar-devel] reschedule when? How Cellular Data can Reach *Distant* Schools [was: 5 upcoming Sunday talks/events for OLPC volunteers]

2010-06-27 Thread Holt
Please RSVP if you helped with Latin America's / Sugar's friendly new 3G My Settings option -- letting me know which days you can join our meeting over IRC and/or ideally phone! (As glitches canceled today's 4PM talk below, and rescheduling is a challenge with Sundays pre-booked every week

Re: [Sugar-devel] [PATCH] Add ds2xos conversion script to export

2010-06-27 Thread Michael Stone
El Sat, 26-06-2010 a las 23:07 -0400, Michael Stone escribió: * whose name is URL-encoded with spaces encoded as pluses Why pluses? Because they're nicer than %20 and python provides urllib.quote_plus? Can't we simply leave spaces as spaces? Have you got a shell that doesn't require

Re: [Sugar-devel] [PATCH] Add ds2xos conversion script to export

2010-06-27 Thread Bernie Innocenti
El Sun, 27-06-2010 a las 21:53 -0400, Michael Stone escribió: Can't we simply leave spaces as spaces? Have you got a shell that doesn't require me to escape them in order to process the resulting files? Are we optimizing for shell convenience over desktop convenience? Or convert them

Re: [Sugar-devel] [PATCH] Add ds2xos conversion script to export

2010-06-27 Thread C. Scott Ananian
On Sun, Jun 27, 2010 at 9:53 PM, Michael Stone mich...@laptop.org wrote: El Sat, 26-06-2010 a las 23:07 -0400, Michael Stone escribió:    * whose name is URL-encoded with spaces encoded as pluses Why pluses? Because they're nicer than %20 and python provides urllib.quote_plus? Can't we

Re: [Sugar-devel] [PATCH] Add ds2xos conversion script to export

2010-06-27 Thread Michael Stone
Scott wrote: On Sun, Jun 27, 2010 at 9:53 PM, Michael Stone mich...@laptop.org wrote: El Sat, 26-06-2010 a las 23:07 -0400, Michael Stone escribi=C3=B3: * whose name is URL-encoded with spaces encoded as pluses Why pluses? Because they're nicer than %20 and python provides