Re: [Sugar-devel] [PATCH sugar-toolkit] Move the translation initialisation to an earlier stage, SL #3654

2012-06-05 Thread Simon Schampijer
Am 05.06.2012 um 07:03 schrieb Manuel Quiñones ma...@laptop.org: 2012/6/4 Daniel Drake d...@laptop.org: On Mon, Jun 4, 2012 at 10:52 AM, Simon Schampijer si...@schampijer.de wrote: To not depend on gconf at this stage the shell does set an env variable when reading the GConf key. This is

Re: [Sugar-devel] [PATCH sugar-toolkit] Move the translation initialisation to an earlier stage, SL #3654

2012-06-05 Thread Simon Schampijer
On 06/05/2012 08:06 AM, Simon Schampijer wrote: Am 05.06.2012 um 07:03 schrieb Manuel Quiñonesma...@laptop.org: 2012/6/4 Daniel Draked...@laptop.org: On Mon, Jun 4, 2012 at 10:52 AM, Simon Schampijersi...@schampijer.de wrote: To not depend on gconf at this stage the shell does set an env

Re: [Sugar-devel] [PATCH sugar-toolkit] Move the translation initialisation to an earlier stage, SL #3654

2012-06-05 Thread Simon Schampijer
On 06/05/2012 08:21 AM, Simon Schampijer wrote: On 06/05/2012 08:06 AM, Simon Schampijer wrote: Am 05.06.2012 um 07:03 schrieb Manuel Quiñonesma...@laptop.org: 2012/6/4 Daniel Draked...@laptop.org: On Mon, Jun 4, 2012 at 10:52 AM, Simon Schampijersi...@schampijer.de wrote: To not depend

Re: [Sugar-devel] [PATCH sugar-toolkit] Move the translation initialisation to an earlier stage, SL #3654

2012-06-05 Thread Chris Leonard
On Tue, Jun 5, 2012 at 2:25 AM, Simon (erikos) Schampijer si...@laptop.org wrote: In the case of Clock actually the po file is borked. Have a look at es.po for example, the strings like 'Nice Clock' are commented at the end of the file, uncommenting them and rerunning 'setup.py build' does

Re: [Sugar-devel] Object Chooser

2012-06-05 Thread Sascha Silbe
Bert Freudenberg b...@freudenbergs.de writes: On 04.06.2012, at 14:13, Bert Freudenberg wrote: So you're saying that in the response, the second argument would more properly be named object_id_or_full_path. And to distinguish the two cases, we have to look at its first character: if it is

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Sascha Silbe
Ajay Garg ajaygargn...@gmail.com writes: a) As mentioned in one of the earlier emails, 'get_properties' method needs to succeed to open a journal/external-USB-drive object. So, my query is : is the end-result just opening of the file (from journal/external-USB-drive), or something more too ?

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 07:25, Ajay Garg wrote: Just wish to confirm, if the following hold true :: a) As mentioned in one of the earlier emails, 'get_properties' method needs to succeed to open a journal/external-USB-drive object. So, my query is : is the end-result just opening of the file

Re: [Sugar-devel] 0.96 Change?

2012-06-05 Thread Sascha Silbe
Art Hunkins abhun...@uncg.edu writes: I notice that for Sugar 0.96 it seems necessary, in copying a file from the Terminal to a USB stick, to do: cp myfile.py /run/media/liveuser/myUSB/myfile.py (perhaps I've got liveuser and myUSB reversed) instead of the much simpler (in 0.94 and

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 07:31, Ajay Garg wrote: Also, is there a 'development-branch for etoys :-P , from where etoys binary can be downloaded, and tested ? We only build new images in the hot development phase before a new release. In between, you can test by loading updates from inside Etoys: *

[Sugar-devel] Fwd: Scratch source code version 1.4.0.6 released

2012-06-05 Thread Bert Freudenberg
Begin forwarded message: From: Amos Blanton a...@scratch.mit.edu Subject: Scratch source code version 1.4.0.6 released Date: 5. Juni 2012 03:23:50 MESZ To: Linux Scratch li...@scratch.mit.edu, scra...@lists.launchpad.net, Debian Bugs 471...@bugs.debian.org We've released an update to the

Re: [Sugar-devel] Fwd: Scratch source code version 1.4.0.6 released

2012-06-05 Thread Jonas Smedegaard
On 12-06-05 at 10:26am, Bert Freudenberg wrote: Begin forwarded message: From: Amos Blanton a...@scratch.mit.edu Subject: Scratch source code version 1.4.0.6 released Date: 5. Juni 2012 03:23:50 MESZ To: Linux Scratch li...@scratch.mit.edu, scra...@lists.launchpad.net, Debian Bugs

Re: [Sugar-devel] 0.96 Change?

2012-06-05 Thread Peter Robinson
On Tue, Jun 5, 2012 at 9:04 AM, Sascha Silbe si...@activitycentral.com wrote: Art Hunkins abhun...@uncg.edu writes: I notice that for Sugar 0.96 it seems necessary, in copying a file from the Terminal to a USB stick, to do:   cp myfile.py /run/media/liveuser/myUSB/myfile.py (perhaps I've got

Re: [Sugar-devel] Object Chooser

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 09:21, Sascha Silbe wrote: Bert Freudenberg b...@freudenbergs.de writes: On 04.06.2012, at 14:13, Bert Freudenberg wrote: So you're saying that in the response, the second argument would more properly be named object_id_or_full_path. And to distinguish the two cases, we

[Sugar-devel] [PATCH sugar] Journal: rename object_id argument to object_id_or_path

2012-06-05 Thread Bert Freudenberg
In particular, this shows up in DBus introspection. The rename should alert API users not to expect only an object_id. Signed-off-by: Bert Freudenberg b...@freudenbergs.de --- src/jarabe/journal/journalactivity.py | 24 1 files changed, 12 insertions(+), 12

Re: [Sugar-devel] [PATCH sugar] Set the SUGAR_LANGPACKDIR env variable when reading the GConf key, part of SL #3654

2012-06-05 Thread Sascha Silbe
Simon Schampijer si...@schampijer.de writes: We can not mix static and dynamic gconf bindings in one process, | export path as env variable so it can be read by sugar-activity when launching the activity. This patch series would have been easier to review if it had

Re: [Sugar-devel] [PATCH sugar-toolkit] Move the translation initialisation to an earlier stage, SL #3654

2012-06-05 Thread Manuel Quiñones
2012/6/5 Simon Schampijer si...@schampijer.de: Am 05.06.2012 um 07:03 schrieb Manuel Quiñones ma...@laptop.org: 2012/6/4 Daniel Drake d...@laptop.org: On Mon, Jun 4, 2012 at 10:52 AM, Simon Schampijer si...@schampijer.de wrote: To not depend on gconf at this stage the shell does set an

Re: [Sugar-devel] [PATCH sugar] Set the SUGAR_LANGPACKDIR env variable when reading the GConf key, part of SL #3654

2012-06-05 Thread Simon Schampijer
On 06/05/2012 01:19 PM, Sascha Silbe wrote: Simon Schampijersi...@schampijer.de writes: We can not mix static and dynamic gconf bindings in one process, | export path as env variable so it can be read by sugar-activity when launching the activity. This patch series

[Sugar-devel] ANNOUNCE: Sugar on a Stick 7 (Quandong)

2012-06-05 Thread Peter Robinson
I'd like to announce Sugar on a Stick 7 (Quandong) There's been a lot of work go into this release from a lot of communities from Fedora and all the Fedora 17 features that give us new and exciting hardware support to the Sugar Labs community and all the new features that come with the Sugar 0.96

[Sugar-devel] [sugar mainline PATCH] sl#3605: Do not rely on 'mountpoint' property being present in the metadata per entry. Instead use the global API.

2012-06-05 Thread Ajay Garg
Following are the steps to reproduce the issue :: a) Ensure that the Journal and Documents are empty. b) Copy a file (I tried with a mp3) to a USB drive, from a non-XO machine. c) Insert the USB drive in the XO. d) Copy the file (of step b) ) to Documents folder. e) View Details of the copied

[Sugar-devel] [sugar PATCH] sl#3605: Do not rely on 'mountpoint' property being present in the metadata per entry. Instead use the global API.

2012-06-05 Thread Ajay Garg
Following are the steps to reproduce the issue :: a) Ensure that the Journal and Documents are empty. b) Copy a file (I tried with a mp3) to a USB drive, from a non-XO machine. c) Insert the USB drive in the XO. d) Copy the file (of step b) ) to Documents folder. e) View Details of the copied

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Ajay Garg
Bert, A small query :: I have the version etoys4.1. Is the 5.0.2406 version based on a higher release version of Fedora? Regards, Ajay On Tue, Jun 5, 2012 at 1:45 PM, Bert Freudenberg b...@freudenbergs.dewrote: On 05.06.2012, at 07:31, Ajay Garg wrote: Also, is there a

Re: [Sugar-devel] [SoaS] ANNOUNCE: Sugar on a Stick 7 (Quandong)

2012-06-05 Thread Christoph Derndorfer
Hi Peter, thanks a lot for the heads-up and your continued great work! I can't wait to give Quandong a spin later today. Cheers, Christoph On Tue, Jun 5, 2012 at 2:41 PM, Peter Robinson pbrobin...@gmail.com wrote: I'd like to announce Sugar on a Stick 7 (Quandong) There's been a lot of

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 15:33, Ajay Garg wrote: Bert, A small query :: I have the version etoys4.1. Is the 5.0.2406 version based on a higher release version of Fedora? Fedora is a Linux distribution. Etoys is an application. Your question makes no sense to me. Or are you asking if Etoys 5

Re: [Sugar-devel] ANNOUNCE: Sugar on a Stick 7 (Quandong)

2012-06-05 Thread Thomas C Gilliard
Peter; Wiki page is updated with your announcement: http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Quandong Now we need to move and update it to left Projects menu on the wiki: http://wiki.sugarlabs.org/go/Sugar_on_a_Stick Tom Gilliard On 06/05/2012 05:41 AM, Peter Robinson wrote: I'd like

Re: [Sugar-devel] [REMINDER] Development team meeting --- 05. June 2012 (15:00 UTC)

2012-06-05 Thread Simon Schampijer
On 06/05/2012 12:10 AM, Simon Schampijer wrote: Oups, it should have been the Tuesday the 5th! On 06/04/2012 06:08 PM, Simon Schampijer wrote: Hi, tomorrow we will have our weekly development team meeting after a few weeks of absence, the topics will be: - introducing new contributors -

Re: [Sugar-devel] [SoaS] Etoys translations

2012-06-05 Thread Simon Schampijer
On 06/01/2012 05:24 PM, Bert Freudenberg wrote: On 28.05.2012, at 21:48, Bert Freudenberg wrote: On 28.05.2012, at 20:29, Peter Robinson wrote: As mentioned previously look at the other Activities, like TurtleArt, it works like the rest of the distro translation stuff, I'm not sure if

Re: [Sugar-devel] 0.96 Change?

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 10:04, Sascha Silbe wrote: Art Hunkins abhun...@uncg.edu writes: I notice that for Sugar 0.96 it seems necessary, in copying a file from the Terminal to a USB stick, to do: cp myfile.py /run/media/liveuser/myUSB/myfile.py (perhaps I've got liveuser and myUSB reversed)

Re: [Sugar-devel] [SoaS] Etoys translations

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 16:39, Simon Schampijer wrote: On 06/01/2012 05:24 PM, Bert Freudenberg wrote: On 28.05.2012, at 21:48, Bert Freudenberg wrote: On 28.05.2012, at 20:29, Peter Robinson wrote: As mentioned previously look at the other Activities, like TurtleArt, it works like the rest

Re: [Sugar-devel] [PATCH calculate] Remove dependency on CanvasIcon

2012-06-05 Thread Sascha Silbe
Sascha Silbe sascha-ml-reply-to-201...@silbe.org writes: Excerpts from Sascha Silbe's message of 2011-11-14 21:59:11 +0100: The code that used CanvasIcon was commented out in 2007 already. [...] Gary, can you include this patch in Calculate, please? Ping. Sascha --

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 15:57, Bert Freudenberg wrote: On 05.06.2012, at 15:33, Ajay Garg wrote: Bert, A small query :: I have the version etoys4.1. Is the 5.0.2406 version based on a higher release version of Fedora? Fedora is a Linux distribution. Etoys is an application. Your

[Sugar-devel] [MINUTES] Development team meeting --- 05. June 2012 (15:00 UTC)

2012-06-05 Thread Simon Schampijer
Minutes: http://meeting.sugarlabs.org/sugar-meeting/meetings/2012-06-05T15:05:10.html Log: http://meeting.sugarlabs.org/sugar-meeting/meetings/2012-06-05T15:05:10 Action items garycmartin to proove that Clock is not broken manuq follow up on humitos list of non-translated activities

[Sugar-devel] [ASLO] Release Speak-40

2012-06-05 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4038 Sugar Platform: 0.82 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/28094/speak-40.xo Release notes: * Add DescriptionItem to the toolbar. Sugar Labs Activities http://activities.sugarlabs.org

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Ajay Garg
Hi Bert. There is good news, and (rather mild bad news). I updated the code from etoys4.1 to etoys5.0, as suggested by you via update code from server, and the following use-cases worked perfectly as expected :: a) Open an mp3 from a USB pen-drive via journal-object-chooser. Click Play in

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Move the translation initialisation to an earlier stage, SL #3654

2012-06-05 Thread Simon Schampijer
Must be done early, some activities set translations globally. Remove the support for the langpackdir. Signed-off-by: Simon Schampijer si...@laptop.org --- bin/sugar-activity |8 src/sugar3/activity/activity.py |6 -- src/sugar3/activity/i18n.py |7

[Sugar-devel] [PATCH sugar-toolkit] Move the translation initialisation to an earlier stage, SL #3654

2012-06-05 Thread Simon Schampijer
Remove the support for the langpackdir. Signed-off-by: Simon Schampijer si...@laptop.org --- src/sugar/activity/activity.py |6 -- src/sugar/activity/i18n.py |7 --- 2 files changed, 13 deletions(-) diff --git a/src/sugar/activity/activity.py b/src/sugar/activity/activity.py

[Sugar-devel] [PATCH sugar] Remove the support for the langpackdir, SL #3654

2012-06-05 Thread Simon Schampijer
Signed-off-by: Simon Schampijer si...@laptop.org --- data/sugar.schemas.in | 12 1 file changed, 12 deletions(-) diff --git a/data/sugar.schemas.in b/data/sugar.schemas.in index 763aa38..579d24b 100644 --- a/data/sugar.schemas.in +++ b/data/sugar.schemas.in @@ -262,18 +262,6 @@

Re: [Sugar-devel] [PATCH sugar] Remove the support for the langpackdir, SL #3654

2012-06-05 Thread Daniel Drake
On Tue, Jun 5, 2012 at 3:18 PM, Simon Schampijer si...@schampijer.de wrote: Signed-off-by: Simon Schampijer si...@laptop.org Looks good to me. Perhaps mention in the commit message that this presented challenges with GTK2/GTK3 compatibility and that we decided the best solution is just to

Re: [Sugar-devel] Object Chooser (was Re: Etoys mp3 files)

2012-06-05 Thread Bert Freudenberg
On 05.06.2012, at 22:53, Ajay Garg wrote: Hi Bert. There is good news, and (rather mild bad news). I updated the code from etoys4.1 to etoys5.0, as suggested by you via update code from server, and the following use-cases worked perfectly as expected :: a) Open an mp3 from a USB

[Sugar-devel] [RELEASE] sugar-toolkit-0.96.3

2012-06-05 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-toolkit/sugar-toolkit-0.96.3.tar.bz2 == News == * Release 0.96.3 (Simon Schampijer) * Move the translation initialisation to an earlier stage, SL #3654 (Simon Schampijer) ___

[Sugar-devel] [PATCH Jukebox] Subtoolbar with Clear and Remove buttons SL #3357

2012-06-05 Thread Manuel Kaufmann
There is a new Toolbar that contains Clear Playlist and Remove selected track(s) from the playlist buttons. Signed-off-by: Manuel Kaufmann humi...@gmail.com --- icons/edit-clear.svg |7 +++ jukeboxactivity.py | 40 widgets.py | 12

Re: [Sugar-devel] [SoaS] Etoys translations

2012-06-05 Thread Chris Leonard
On Tue, Jun 5, 2012 at 11:58 AM, Bert Freudenberg b...@freudenbergs.de wrote: Due to the high number of translatable phrases, translators prefer separate PO files. Squeak + Etoys has more strings than the rest of Sugar combined. Yes, multiple PO files are good for a project this big. We