[Sugar-devel] PyGame can be run only once assertion error

2013-09-26 Thread laurent bernabe
Hello, everyone, In my project HitTheBalls, which I've just commited the last modifications, I have a bug I that I don't manage to solve. If I launch the game without sugar, however, it runs fine. Also I modified the activity.py in order to fit my main_game module modifications. Maybe that the

Re: [Sugar-devel] PyGame can be run only once assertion error

2013-09-26 Thread Alan Jhonn Aguiar Schwyn
A patch worth more than 1000 words.. In the patch I show the idea behind the problem. You can move all codethat not needs pygame to the __init__ of the Game class. From: alan...@hotmail.com To: laurent.bern...@gmail.com; sugar-devel@lists.sugarlabs.org Date: Thu, 26 Sep 2013 15:01:13 -0300

[Sugar-devel] Helping test Sugar 0.100

2013-09-26 Thread Gonzalo Odiard
To all the people interested in help to test the new features in Sugar 0.100, I have prepared rpms to install over a 13.2.0 image on xo-1.5 (I didn't tested on xo-1, but should work). The rpms include some improvements developed to include in Australia images too. *Steps to install:* * * 1)

Re: [Sugar-devel] Helping test Sugar 0.100

2013-09-26 Thread Manuel Quiñones
2013/9/26 Gonzalo Odiard gonz...@laptop.org: To all the people interested in help to test the new features in Sugar 0.100, I have prepared rpms to install over a 13.2.0 image on xo-1.5 (I didn't tested on xo-1, but should work). Excellent! Yes, should work in any XO architecture -- ..

Re: [Sugar-devel] Helping test Sugar 0.100

2013-09-26 Thread Flavio Danesse
Hay alguna imagen disponible para instalar en xo 1.5 o 1.75? 2013/9/26 Manuel Quiñones ma...@laptop.org 2013/9/26 Gonzalo Odiard gonz...@laptop.org: To all the people interested in help to test the new features in Sugar 0.100, I have prepared rpms to install over a 13.2.0 image on xo-1.5

Re: [Sugar-devel] Helping test Sugar 0.100

2013-09-26 Thread Flavio Danesse
Perdón, ya veo :P 2013/9/26 Flavio Danesse fdane...@gmail.com Hay alguna imagen disponible para instalar en xo 1.5 o 1.75? 2013/9/26 Manuel Quiñones ma...@laptop.org 2013/9/26 Gonzalo Odiard gonz...@laptop.org: To all the people interested in help to test the new features in Sugar

Re: [Sugar-devel] [IAEP] Helping test Sugar 0.100

2013-09-26 Thread Martin Abente
This looks really good, I will give it a try during the weekend! On Thu, Sep 26, 2013 at 2:58 PM, Gonzalo Odiard gonz...@laptop.org wrote: To all the people interested in help to test the new features in Sugar 0.100, I have prepared rpms to install over a 13.2.0 image on xo-1.5 (I didn't

Re: [Sugar-devel] Helping test Sugar 0.100

2013-09-26 Thread James Cameron
On Thu, Sep 26, 2013 at 03:58:39PM -0300, Gonzalo Odiard wrote: 1) Install 13.2.0, as explained here: http://wiki.laptop.org/go/Release_notes/ 13.2.0 2) Download http://dev.laptop.org/~gonzalo/testing-0.100-i386.zip 4) In the terminal unzip testing-0.100-i386.zip Your .zip has more levels

Re: [Sugar-devel] [support-gang] Helping test Sugar 0.100

2013-09-26 Thread James Cameron
On Thu, Sep 26, 2013 at 05:50:57PM -0300, Manuel Quiñones wrote: 2013/9/26 Gonzalo Odiard gonz...@laptop.org: To all the people interested in help to test the new features in Sugar 0.100, I have prepared rpms to install over a 13.2.0 image on xo-1.5 (I didn't tested on xo-1, but should

Re: [Sugar-devel] Helping test Sugar 0.100

2013-09-26 Thread James Cameron
On Thu, Sep 26, 2013 at 03:58:39PM -0300, Gonzalo Odiard wrote: Multiple Home Views: http://wiki.sugarlabs.org/go/Features/Multiple_home_views I could not see how to make this work. What is the test case? -- James Cameron http://quozl.linux.org.au/

Re: [Sugar-devel] Helping test Sugar 0.100

2013-09-26 Thread Walter Bender
My apologies: the current implementation is not documented (except in the patch). You need to use gconf settings to enable it. in desktop/sugar/desktop, you need to add view_icons entries (and optionally, favorite_icons), e.g.: ?xml version=1.0? gconf entry name=view_icons mtime=1375102663

Re: [Sugar-devel] Helping test Sugar 0.100

2013-09-26 Thread James Cameron
On Thu, Sep 26, 2013 at 10:01:51PM -0400, Walter Bender wrote: gconftool-2 -s /desktop/sugar/desktop/view_icons --type list --list-type string ['view-radial','view-radial'] gconftool-2 -s /desktop/sugar/desktop/view_favorites --type list --list-type string [emblem-favorite','emblem-favorite']