Re: [Sugar-devel] The stacktrace for the Pippy camera example error

2011-12-07 Thread laurent bernabe
Hello, @Gonzalo Odiard Ok, i'll keep on using my favorite IDE and sugar emulator @James Cameron - As Gonzalo Odiard made me notice that it is best to have my own IDE in order to build activity, I'll keep on going this way. - I'll look at my file system in pippy/libraries for the api r

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-07 Thread laurent bernabe
Hello, here the camera.py modification 2011/12/7 Rafael Ortiz > > > On Tue, Dec 6, 2011 at 7:57 PM, James Cameron wrote: > >> On Wed, Dec 07, 2011 at 01:43:20AM +0100, laurent bernabe wrote: >> > Yes, your last modifications made it work after about 2 or 3 seconds. >> > (I moved the gst initi

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-07 Thread James Cameron
On Wed, Dec 07, 2011 at 10:41:22AM +0100, laurent bernabe wrote: > here the camera.py modification Thanks, pushed. http://git.sugarlabs.org/pippy/mainline/commit/1c69184a9ad48d716469876cb6723d346396974b Would appreciate test reports on OLPC XO, I'm a bit sleepy. -- James Cameron http://quozl.l

Re: [Sugar-devel] sugar-toolkit-gtk3 patches

2011-12-07 Thread Benjamin Berg
Hello, On Tue, 2011-12-06 at 00:24 +0100, Sascha Silbe wrote: > sugar-toolkit-gtk3 is starting to get into shape (branch > silbe-rework-20111205). Remaining issues: Nice! > Several patches also lack a Signed-off-by from their respective author > (Daniel Drake, Simon Schampijer, Benjamin Berg, Ra

[Sugar-devel] [ASLO] Release ClassRoomBroadcast-4

2011-12-07 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4507 Sugar Platform: 0.82 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/27772/classroombroadcast-4.xo Release notes: *pep8 and pyflakes clean-ups *Documentation available in: http://wiki.sugarlabs.org/go/Activities/

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-07 Thread Rafael Ortiz
On Wed, Dec 7, 2011 at 6:14 AM, James Cameron wrote: > On Wed, Dec 07, 2011 at 10:41:22AM +0100, laurent bernabe wrote: > > here the camera.py modification > > Thanks, pushed. > > > http://git.sugarlabs.org/pippy/mainline/commit/1c69184a9ad48d716469876cb6723d346396974b > > Would appreciate test r

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

2011-12-07 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/27773/speak-35.xo Release notes: * New translations * Fix for not-initing in jhbuild on es LANG (Gonzalo Odiard) Sugar Labs Activities http:/

[Sugar-devel] [ASLO] Release Pippy-44

2011-12-07 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4041 Sugar Platform: 0.82 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/27774/pippy-44.xo Release notes: * New translations * Removing cumbersome xolympics example. * camera example, fix for delay in image capture fil

[Sugar-devel] [PATCH 2/2] Ensure we have an m4 directory before running intltoolize

2011-12-07 Thread Marco Pesenti Gritti
Fixes the following error: ln: failed to create symbolic link `m4/intltool.m4': No such file or directory cp: cannot create regular file `m4/intltool.m4': No such file or directory Signed-off-by: Marco Pesenti Gritti --- autogen.sh |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) di

[Sugar-devel] [PATCH 1/2] Allow to build outside the source directory

2011-12-07 Thread Marco Pesenti Gritti
Signed-off-by: Marco Pesenti Gritti --- autogen.sh | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/autogen.sh b/autogen.sh index a71e202..28bc45c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,13 @@ #!/bin/sh + +test -n "$srcdir" || srcdir=`dirname "$0"`

[Sugar-devel] [PATCH] Add a run target to the makefile

2011-12-07 Thread Marco Pesenti Gritti
This allows to run sugar from outside the system path for development purpouses. Signed-off-by: Marco Pesenti Gritti --- Makefile.am |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9e252af..79511e8 100644 --- a/Makefile.am +++ b/Ma

[Sugar-devel] [PATCH] Add a run target to the makefile

2011-12-07 Thread Marco Pesenti Gritti
This allows to run sugar from outside the system path for development purpouses. Signed-off-by: Marco Pesenti Gritti --- Makefile.am |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9e252af..97992be 100644 --- a/Makefile.am +++ b/Ma

[Sugar-devel] forcing a specific language translation

2011-12-07 Thread Erik Blankinship
Normally, I use something like this to automatically get translations from the right .mo file from gettext import gettext def _( s ): return gettext( s ) But what if I want to force my activity to run in a different language? (e.g. Swedish Chef Cookbook Activity) I tried this: import gett

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-07 Thread James Cameron
On Wed, Dec 07, 2011 at 11:01:12AM -0500, Rafael Ortiz wrote: > Tested on an xo-1.5, the pippy camera example works > as expected. Good, thanks. -- James Cameron http://quozl.linux.org.au/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org ht

[Sugar-devel] [ASLO] Release Reflection-2

2011-12-07 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4517 Sugar Platform: 0.82 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/27775/reflection-2.xo Release notes: 2 ENHANCEMENTS: * new bilateral symmetry game * save/restore game state to Journal * enable sharing BUG_FI

[Sugar-devel] [ASLO] Release Reflection-2

2011-12-07 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4517 Sugar Platform: 0.82 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/27775/reflection-2.xo Release notes: 2 ENHANCEMENTS: * new bilateral symmetry game * save/restore game state to Journal * enable sharing BUG_FI

[Sugar-devel] Sugar Digest 2011-12-07

2011-12-07 Thread Walter Bender
== Sugar Digest == 1. I was on a flight from Miami to Boston with Reuben Caron last night during which we discussed the hot-button topic of Flash games. Reuben was on his way back from a deployment that was heavy into Flash and was looking for a way to wean itself from a dependency on deprecated s