[Sugar-devel] Problems with GTK3 activity developpement

2013-10-14 Thread laurent bernabe
Hi to all, I gave up coding a web activity for my LearningChess program, coding it in GTK3 instead. (As I am more comfortable with languages like Python, it is more efficient, and pictures seems to render better : it is more true with svg images, which I can resize easily nearly without blur

Re: [Sugar-devel] Problems with GTK3 activity developpement

2013-10-14 Thread Ignacio Rodríguez
Try to add: self.show_all() ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Arch Linux XO image and Sugar packages

2013-10-14 Thread Christophe Guéret
Hello, Nice! I'm maintaining a couple of packages in AUR using the version of the packages shipped in the latest stable release (currently the 13.2.0). Please, let me know if these package do not work for you and if they need to be fixed ;-) Cheers, Christophe On 6 October 2013 01:59, Daniel

Re: [Sugar-devel] [ASLO] Release Abecedarium-4 (Sugar Labs Activities)

2013-10-14 Thread Lionel Laské
Nice to see that my Abecedarium activity is now available in Spanish (the most important Sugar community !). Hope that everyone will enjoy it. Just a word to thanks: - Joaquim Ribier, a new OLPC France volunteer that realized this version, - Gonzalo to motivate us to do this new version and for

Re: [Sugar-devel] [ASLO] Release Abecedarium-4 (Sugar Labs Activities)

2013-10-14 Thread Chris Leonard
Is it set up on Pootle? On Mon, Oct 14, 2013 at 8:37 AM, Lionel Laské lio...@olpc-france.org wrote: Nice to see that my Abecedarium activity is now available in Spanish (the most important Sugar community !). Hope that everyone will enjoy it. Just a word to thanks: - Joaquim Ribier, a new

Re: [Sugar-devel] [ASLO] Release Abecedarium-4 (Sugar Labs Activities)

2013-10-14 Thread Gonzalo Odiard
Hi Chris, I have created a pootle file with all the words in the Art4Apps collection, and link to the images as a reference for the translator. [1] I am not sure what is the best way to put this in pootle yet, but may be we can package all as a resource available to be used in more activities. Can

Re: [Sugar-devel] [ASLO] Release Abecedarium-4 (Sugar Labs Activities)

2013-10-14 Thread Lionel Laské
Main issue here is that all contents (about 500 to 1000 words depending of language) comes from the database. The main issue is not only to have the text translation but also to have the vocal version (.OGG audio file) of each translation. Do you think it could be handle by Pootle ?

Re: [Sugar-devel] Problems with GTK3 activity developpement

2013-10-14 Thread laurent bernabe
I've already called show_all() for all the components tree : in line 44 of game.py (to the _main_zone component, the one that is defined as Sugar Canvas, and where I put both BoardView and InteractionView instances). Regards 2013/10/14 Ignacio Rodríguez nachoe...@gmail.com Try to add:

Re: [Sugar-devel] [ASLO] Release Abecedarium-4 (Sugar Labs Activities)

2013-10-14 Thread Chris Leonard
The POT file looks okay, but I don't know what to do about the ogg file collection. maybe write up a specia lwiki page for how to localize this avtivity explaining the whole process. cjl On Mon, Oct 14, 2013 at 8:49 AM, Gonzalo Odiard gonz...@laptop.org wrote: Hi Chris, I have created a

[Sugar-devel] How to manage Pootle and a (own) git submodule ?

2013-10-14 Thread laurent bernabe
Hi all, As I plan to build several parts (each one into its own activity) of my new idea LearnChess, I've noticed that making a git submodule in order to develop the common part in its own repository (inside my overall LearnChess git project) can be very useful :

Re: [Sugar-devel] [ASLO] Release Abecedarium-4 (Sugar Labs Activities)

2013-10-14 Thread Gonzalo Odiard
Yes. Sound is another chapter. But we can do a lot if have the words translated. Gonzalo On Mon, Oct 14, 2013 at 10:38 AM, Chris Leonard cjlhomeaddr...@gmail.comwrote: The POT file looks okay, but I don't know what to do about the ogg file collection. maybe write up a specia lwiki page for