[Sugar-devel] Not able to make xo package of ListenSpellActivity

2009-06-21 Thread chirag jain
Hi everyone! I am currently developing the ListenSpell Activity. The main points of development are: 1. Integration of gst-plugin-espeak with the activity - successfull 2. Making the activity a fun game. I have converted the activity into a game in which the user has to spell words of

Re: [Sugar-devel] [PATCH] Implement tabs support

2009-06-21 Thread Simon Schampijer
On 06/17/2009 07:20 PM, Tomeu Vizoso wrote: Hi, attached are two patches that add tabs to Browse. One of the is for hulahop and the other is for Browse. Thanks, Tomeu Hi Tomeu, first - thanks for these great patches. Some high level observations: - they worked for me out of the box :) -

Re: [Sugar-devel] Linuxtag - What is left to do to make it a success?

2009-06-21 Thread Simon Schampijer
On 06/18/2009 11:13 AM, Simon Schampijer wrote: On 06/18/2009 10:57 AM, Sascha Silbe wrote: On Thu, Jun 18, 2009 at 08:59:53AM +0200, Simon Schampijer wrote: http://wiki.sugarlabs.org/go/Marketing_Team/Events/LinuxTag2009 Quoting that page: Not permitted by Linuxtag: * wireless access

Re: [Sugar-devel] [SoaS] Important: Please test the new Snapshot!

2009-06-21 Thread Simon Schampijer
On 06/21/2009 02:20 AM, Sebastian Dziallas wrote: A new snapshot is underway, building right now. As the build process takes rather long, I'll upload and announce it tomorrow morning. Changes will include the new openchrome driver (fixes #730) and an updated Pippy version (from 25 to 31).

Re: [Sugar-devel] [PATCH] Implement tabs support

2009-06-21 Thread Tomeu Vizoso
On Sun, Jun 21, 2009 at 10:43, Simon Schampijersi...@schampijer.de wrote: On 06/17/2009 07:20 PM, Tomeu Vizoso wrote: Hi, attached are two patches that add tabs to Browse. One of the is for hulahop and the other is for Browse. Thanks, Tomeu Hi Tomeu, first - thanks for these great

Re: [Sugar-devel] [IAEP] Linuxtag - What is left to do to make it a success?

2009-06-21 Thread Sean DALY
Great news! I was worried about that thanks Sean On Sun, Jun 21, 2009 at 10:50 AM, Simon Schampijersi...@schampijer.de wrote: On 06/18/2009 11:13 AM, Simon Schampijer wrote: On 06/18/2009 10:57 AM, Sascha Silbe wrote: On Thu, Jun 18, 2009 at 08:59:53AM +0200, Simon Schampijer wrote:

Re: [Sugar-devel] Not able to make xo package of ListenSpellActivity

2009-06-21 Thread Tomeu Vizoso
On Sun, Jun 21, 2009 at 08:48, chirag jainchiragjain1...@gmail.com wrote: Hi everyone! I am currently developing the ListenSpell Activity. The main points of development are: 1. Integration of gst-plugin-espeak with the activity - successfull 2. Making the activity a fun game. I

Re: [Sugar-devel] Not able to make xo package of ListenSpellActivity

2009-06-21 Thread chirag jain
Tomeu, Thanks for replying. I have pstebined the error log that I get after running the ./setup.py dist_xo http://pastebin.be/19303 Although the error log shows that the manifest file does not contains the file names, but actually itcontains all the file names to be included in the package.

Re: [Sugar-devel] Not able to make xo package of ListenSpellActivity

2009-06-21 Thread Tomeu Vizoso
On Sun, Jun 21, 2009 at 13:00, chirag jainchiragjain1...@gmail.com wrote: Tomeu, Thanks for replying. I have pstebined the error log that I get after running the ./setup.py dist_xo http://pastebin.be/19303 Although the error log shows that the manifest file does not contains the file

Re: [Sugar-devel] [PATCH] Implement tabs support

2009-06-21 Thread Simon Schampijer
On 06/21/2009 11:36 AM, Tomeu Vizoso wrote: On Sun, Jun 21, 2009 at 10:43, Simon Schampijersi...@schampijer.de wrote: On 06/17/2009 07:20 PM, Tomeu Vizoso wrote: Hi, attached are two patches that add tabs to Browse. One of the is for hulahop and the other is for Browse. Thanks, Tomeu

[Sugar-devel] Pippy - font size

2009-06-21 Thread Simon Schampijer
Hi, who can do this change and provide us with a new version of Pippy? http://dev.sugarlabs.org/ticket/607#comment:13 Would be awesome to get this done as quickly as possible as we generate our final image of the Soas release today or tomorrow. Thanks, Simon

Re: [Sugar-devel] Not able to make xo package of ListenSpellActivity

2009-06-21 Thread chirag jain
I call the python setup.py dist_xo without MANIFEST. Although I got an XO package which installed correctly but the activity does not run from the icon displayed on the panel after the installation. The icon comes after the restart of the system. On clicking the icon, the activity tries to start

Re: [Sugar-devel] Not able to make xo package of ListenSpellActivity

2009-06-21 Thread Walter Bender
It is a long shot, but I wonder if the problem is the - in the name? Try renaming your bundle org.laptop.:ListenSpellActivity -walter On Sun, Jun 21, 2009 at 9:27 AM, chirag jainchiragjain1...@gmail.com wrote: I call the python setup.py dist_xo without MANIFEST. Although I got an XO package

Re: [Sugar-devel] Not able to make xo package of ListenSpellActivity

2009-06-21 Thread Bert Freudenberg
Hyphens are not allowed in the bundle-id. See http://wiki.laptop.org/go/Activity_bundles#.info_file_format - Bert - On 21.06.2009, at 15:27, chirag jain wrote: I call the python setup.py dist_xo without MANIFEST. Although I got an XO package which installed correctly but the activity does

Re: [Sugar-devel] Not able to make xo package of ListenSpellActivity

2009-06-21 Thread Tomeu Vizoso
On Sun, Jun 21, 2009 at 15:31, Walter Benderwalter.ben...@gmail.com wrote: It is a long shot, but I wonder if the problem is the - in the name? Try renaming your bundle org.laptop.:ListenSpellActivity The logs suggests what Walter says, but don't include that : in the name or you will get the

Re: [Sugar-devel] Not able to make xo package of ListenSpellActivity

2009-06-21 Thread Walter Bender
Yes. The : was a typo :) -walter On Sun, Jun 21, 2009 at 9:32 AM, Tomeu Vizosoto...@sugarlabs.org wrote: On Sun, Jun 21, 2009 at 15:31, Walter Benderwalter.ben...@gmail.com wrote: It is a long shot, but I wonder if the problem is the - in the name? Try renaming your bundle

Re: [Sugar-devel] [IAEP] Linuxtag - What is left to do to make it a success?

2009-06-21 Thread Caroline Meeks
Don't forget to have a supply of boot-helper CDs. It can be much less frustrating then trying to figure out the Bios for some machines. Has anyone made a CD label yet? On Sun, Jun 21, 2009 at 5:57 AM, Sean DALY sdaly...@gmail.com wrote: Great news! I was worried about that thanks Sean On

Re: [Sugar-devel] [SoaS] Important: Please test the new Snapshot!

2009-06-21 Thread Simon Schampijer
On 06/21/2009 10:56 AM, Simon Schampijer wrote: On 06/21/2009 02:20 AM, Sebastian Dziallas wrote: A new snapshot is underway, building right now. As the build process takes rather long, I'll upload and announce it tomorrow morning. Changes will include the new openchrome driver (fixes #730)

[Sugar-devel] Customizing a Master Stick

2009-06-21 Thread Caroline Meeks
I have a cool USB Copy machine thanks to NexCopy. My plan for FOSSED is to create a stick, download the extra activities, etc. I want, ideally add the manual pdf, and then de-personalize the stick and copy it. Walter showed me that rm -r .sugar will take a stick back to the state where it asks

[Sugar-devel] French FLOSS Manual Sprint (The End)

2009-06-21 Thread LASKE, Lionel (C2S)
Bonjour à tous, Je suis heureux de vous annoncer la fin de notre course pour la finalisation du guide d'utilisateur du XO en Français. Le résultat, mise en page, est disponible sur : http://olpc-france.org/docs/OLPC%20Guide%20de%20l'ordinateur.pdf J'imprimerais demain les exemplaires qui

Re: [Sugar-devel] [IAEP] Linuxtag - What is left to do to make it a success?

2009-06-21 Thread Simon Schampijer
On 06/21/2009 03:55 PM, Caroline Meeks wrote: Don't forget to have a supply of boot-helper CDs. It can be much less frustrating then trying to figure out the Bios for some machines. /me has 15 boot helper cds with latest kernel cheers, Simon ___

[Sugar-devel] Etoys - export as video

2009-06-21 Thread Simon Schampijer
Hi, are there ways to export an animation one has done in etoys into a ogg file for example? Would one do a screencast, maybe? Thanks, Simon ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] [IAEP] Linuxtag - What is left to do to make it a success?

2009-06-21 Thread Mike Lee
I finally have all the bits and pieces of art elements collected (SL logos, copyright notices, cd-rom logo, typeface) collected. I've got to step away from my computer for a couple hours, but will finish the art right after. Maybe another 30 minutes work. On Sun, Jun 21, 2009 at 9:55 AM,

Re: [Sugar-devel] testing composition for speeding up graphics performance

2009-06-21 Thread Chris Marshall
os767 sugar 0.82.1 booting from SD on an XO-1 The composite extension works well. Tabbing between Activities is much zippier. Switching zoom level views seems faster too, although the Home view takes a while to draw the circle of Activity icons. The XO in the center appears first, then a

Re: [Sugar-devel] Show Must Go On - SoaS for the XO-1

2009-06-21 Thread Chris Marshall
Thanks for the sneak preview. I downloaded the image and installed on my XO-1. The general appearance and operation are very nice. Some issues I had: (1) the Browse activity did not load---just lots of blinking of the startup screen, no error logs by default. I do see errors about missing gtk

Re: [Sugar-devel] Testing streamlined sugar-jhbuild

2009-06-21 Thread Sascha Silbe
On Fri, Jun 19, 2009 at 11:18:23AM -0700, Edward Cherlin wrote: As you probably all know, I do run a certain distribution different from those emphasized above.  I do not, however, trust a complex web-interacting script like jhbuild to run on my machine. After the problems I have had before,

[Sugar-devel] [RELEASE] Pippy v32 (0.84+)

2009-06-21 Thread Brian Jordan
== Sources == http://download.sugarlabs.org/sources/sucrose/fructose/Pippy/Pippy-32.tar.bz2 == XO Bundle == http://activities.sugarlabs.org/en-US/sugar/downloads/file/26191/pippy-32.xo == NEWS == - Trac #607 (SL), Font size needs to be 10 for 0.84+

Re: [Sugar-devel] Not able to make xo package of ListenSpellActivity

2009-06-21 Thread chirag jain
Hi, Thanks for your reply. I changed my bundle_id to org.laptop.ListenSpellActivity The new XO package is still not running although it gets installed correctly. But this time the errors in the log are changed. I think that the previous error has been fixed by changing the name. But this time

Re: [Sugar-devel] Not able to make xo package of ListenSpellActivity

2009-06-21 Thread Tomeu Vizoso
On Sun, Jun 21, 2009 at 19:59, chirag jainchiragjain1...@gmail.com wrote: Hi, Thanks for your reply. I changed my bundle_id to org.laptop.ListenSpellActivity The new XO package is still not running although it gets installed correctly. But this time the errors in the log are changed. I

Re: [Sugar-devel] Etoys - export as video

2009-06-21 Thread Bert Freudenberg
On 21.06.2009, at 16:34, Simon Schampijer wrote: Hi, are there ways to export an animation one has done in etoys into a ogg file for example? With the new GStreamer support this may be possible to implement, but hasn't been done yet, to my knowledge. There was a recent discussion on how

Re: [Sugar-devel] [IAEP] Fwd: sugar on a stick localized in farsi or pashto or both

2009-06-21 Thread David Farning
Sameer, This sounds like an interesting possibility for spreading Sugar. All of the SoaS contributors are currently working pretty hard to get the Strawberry release ready to ship next week. Can you follow up on this request in about two weeks to make sure it is brought up again as part of the

[Sugar-devel] [RELEASE] Pippy-33

2009-06-21 Thread Sugar Labs Activities
Url: http://activities.sugarlabs.org/addon/4041 Release notes: Added new physics game example (XOlympics) Support for 0.82 and 0.84 default font sizes. Reviewer comments: This request has been approved. Sugar Labs Activities http://activities.sugarlabs.org

[Sugar-devel] [RELEASE] View Slides-8

2009-06-21 Thread Sugar Labs Activities
Url: http://activities.sugarlabs.org/addon/4039 Release notes: Release 8 adds the ability to use View Slides to create slide shows as well as view them. The Slides toolbar lets you open a panel that lets you select image files in your Journal (both the Journal proper and also any USB devices

Re: [Sugar-devel] [SoaS] Important: Please test the new Snapshot!

2009-06-21 Thread Ton van Overbeek
On Sun, Jun 21, 2009 at 10:06 AM, Simon Schampijersi...@schampijer.de wrote: snip And another snapshot on our way to the final image. The ring has been adjusted to display as well Record, Paint and Labyrinth by default.

Re: [Sugar-devel] Testing streamlined sugar-jhbuild

2009-06-21 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 On Sun, Jun 21, 2009 at 07:41:52PM +0200, Sascha Silbe wrote: On Fri, Jun 19, 2009 at 11:18:23AM -0700, Edward Cherlin wrote: As you probably all know, I do run a certain distribution different from those emphasized above.  I do not,

Re: [Sugar-devel] [SoaS] Important: Please test the new Snapshot!

2009-06-21 Thread Simon Schampijer
On 06/21/2009 11:21 PM, Rafael Enrique Ortiz Guerrero wrote: Ton, Tamtam activities are not working on soas as per http://dev.sugarlabs.org/ticket/607, so i guess this change is intentional. Right, we first have to find and fix the issues - otherwise people will be disappointed. And they

[Sugar-devel] Journal feature request--more data in main display

2009-06-21 Thread Edward Cherlin
We have about 60 characters worth of blank space in every Journal entry. It would be a great help if we could display 40-50 characters from the description field for each entry on the main page. We could also drop off the word Activity from every Activity name. I am going to create dozens of

Re: [Sugar-devel] Customizing a Master Stick

2009-06-21 Thread Edward Cherlin
On Sun, Jun 21, 2009 at 2:33 PM, Walter Benderwalter.ben...@gmail.com wrote: The user info is in .sugar/default/gconf/desktop/sugar/user Delete .sugar/default/gconf/desktop/sugar/user/%gconf.xml .sugar/default/gconf doesn't exist in the SoaS image I am using from May 3. -walter On Sun, Jun

Re: [Sugar-devel] testing composition for speeding up graphics performance

2009-06-21 Thread Eduardo H. Silva
2009/6/19 Gary C Martin g...@garycmartin.com: On 18 Jun 2009, at 10:29, Tomeu Vizoso wrote: On Thu, Jun 18, 2009 at 11:21, Sascha Silbesascha-ml-ui-sugar-de...@silbe.org wrote: On Thu, Jun 18, 2009 at 11:09:06AM +0200, Tomeu Vizoso wrote: Wonder if that's intended, as going to a zoom level

Re: [Sugar-devel] testing composition for speeding up graphics performance

2009-06-21 Thread Gary C Martin
Hi Eduardo, On 21 Jun 2009, at 23:46, Eduardo H. Silva wrote: 2009/6/19 Gary C Martin g...@garycmartin.com: On 18 Jun 2009, at 10:29, Tomeu Vizoso wrote: On Thu, Jun 18, 2009 at 11:21, Sascha Silbesascha-ml-ui-sugar-de...@silbe.org wrote: On Thu, Jun 18, 2009 at 11:09:06AM +0200, Tomeu

[Sugar-devel] [RELEASE] Physics-2

2009-06-21 Thread Sugar Labs Activities
Url: http://activities.sugarlabs.org/addon/4193 Release notes: Reviewer comments: This request has been approved. Sugar Labs Activities http://activities.sugarlabs.org ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

[Sugar-devel] testing out browser speed issues

2009-06-21 Thread Bryan Berry
subzero, it just occurred to me that the easiest webkit-based browser to run on the XO is probably Opera. Afaik, it doesn't have a ton of QT dependencies like Konqueror and u won't have to custom compile it for the XO. just a thought -- Bryan W. Berry Technology Director OLE Nepal,

Re: [Sugar-devel] Not able to make xo package of ListenSpellActivity

2009-06-21 Thread chirag jain
As is mentioned in: http://wiki.laptop.org/go/Low-level_Activity_API#File_Access I changed the path of the config file from $HOME to $SUGAR_ACTIVITY_ROOT/data/ But still I am not able to run it. This time the logs are: http://pastebin.be/19321 Here is a code snippet: http://pastebin.be/19322