Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-05 Thread Simon Schampijer
On 06/03/2013 01:15 PM, Daniel Narvaez wrote: Hi, It seems like things are coming together pretty nicely for a port of gtk3 sugar on Android. * libhybris is making progress http://mer-project.blogspot.fi/2013/05/wayland-utilizing-android-gpu-drivers.html * Gtk3 has been ported to wayland.

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-05 Thread Daniel Narvaez
On 5 June 2013 14:43, Simon Schampijer si...@schampijer.de wrote: On 06/03/2013 01:15 PM, Daniel Narvaez wrote: Hi, It seems like things are coming together pretty nicely for a port of gtk3 sugar on Android. * libhybris is making progress

Re: [Sugar-devel] Issue building Jukebox in sugar-build

2013-06-05 Thread Daniel Narvaez
This should be fixed with latest master. Thanks for reporting the issue. (At build time at least, not sure what happens at runtime). On 3 June 2013 21:23, lio...@olpc-france.org wrote: Hi all, ** ** I’ve an issue building jukebox in sugar-build (see error below). I’ve fixed it

Re: [Sugar-devel] m4 error when building sugar-build

2013-06-05 Thread Daniel Narvaez
Does rm -rf gst-plugins-espeak build give you the same error? If so, can you mail me the build/logs/main.log (need to see the whole build output not just the final error here). On 5 June 2013 17:26, lio...@olpc-france.org wrote: ** ** Hi all, ** ** I’ve got an error (see below) on

[Sugar-devel] m4 error when building sugar-build

2013-06-05 Thread lionel
Hi all, I’ve got an error (see below) on a missing m4 directory when building “gst-plugins-espeak” in sugar-build. Any idea? Seen similar issue on Google with an advice to create manually the directory but not sure where this directory should be… Lionel. Running

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-05 Thread Daniel Narvaez
By the way, I think this should not be too difficult to try out. Building a Fedora 19 chroot with pygobject and weston should be easy. libhybris could be manually built inside the chroot. Then it should be possible to run it in the x86 emulator, ld preloading libhybris and enabling the gtk

Re: [Sugar-devel] m4 error when building sugar-build

2013-06-05 Thread lionel
Great ! It works now. Thanks. Lionel. De : Daniel Narvaez [mailto:dwnarv...@gmail.com] Envoyé : mercredi 5 juin 2013 17:43 À : Lionel Laské Cc : sugar-devel@lists.sugarlabs.org Objet : Re: [Sugar-devel] m4 error when building sugar-build Does rm -rf

Re: [Sugar-devel] Issue building Jukebox in sugar-build

2013-06-05 Thread lionel
I confirm. It’s fixed. Thanks to you. Lionel. De : Daniel Narvaez [mailto:dwnarv...@gmail.com] Envoyé : mercredi 5 juin 2013 16:06 À : Lionel Laské Cc : sugar-devel@lists.sugarlabs.org Objet : Re: [Sugar-devel] Issue building Jukebox in sugar-build This should be

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-05 Thread Peter Robinson
On 5 Jun 2013 17:02, Daniel Narvaez dwnarv...@gmail.com wrote: By the way, I think this should not be too difficult to try out. Building a Fedora 19 chroot with pygobject and weston should be easy. libhybris could be manually built inside the chroot. Then it should be possible to run it in the

Re: [Sugar-devel] Web activities and i10n

2013-06-05 Thread Daniel Narvaez
We discussed this in irc a bit more. The plan is to fork webL10N to make it an amd module. Activity authors will provide a reference translation in locales/, bundlebuilder will generate a .pot from it. When building a xo or installing, bundlebuilder will also convert .po files to .properties. I

Re: [Sugar-devel] Web activities and i10n

2013-06-05 Thread Gonzalo Odiard
On Wed, Jun 5, 2013 at 2:34 PM, Daniel Narvaez dwnarv...@gmail.com wrote: We discussed this in irc a bit more. The plan is to fork webL10N to make it an amd module. Activity authors will provide a reference translation in locales/, bundlebuilder will generate a .pot from it. When building a xo

Re: [Sugar-devel] Web activities and i10n

2013-06-05 Thread Daniel Narvaez
I was thinking we would not have locale for web activities so it wouldn't be confusing. Though I just realised we will actually have it for the linfo. So yeah locales is not good. I can't think of a good name though... translations/? weblocales? On Wednesday, 5 June 2013, Gonzalo Odiard wrote:

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-05 Thread Daniel Narvaez
On Wednesday, 5 June 2013, Peter Robinson wrote: On 5 Jun 2013 17:02, Daniel Narvaez dwnarv...@gmail.comjavascript:_e({}, 'cvml', 'dwnarv...@gmail.com'); wrote: By the way, I think this should not be too difficult to try out. Building a Fedora 19 chroot with pygobject and weston should

Re: [Sugar-devel] volo add slowness

2013-06-05 Thread Daniel Narvaez
A work around for this landed. I'll test volojs master and update if it works. On Sunday, 26 May 2013, Daniel Narvaez wrote: Hey, the extreme slowness with volo add seems to be a bug. Everything is apparently done in a few secs but the process is not exiting for 1 min or so after.

Re: [Sugar-devel] Web activities and i10n

2013-06-05 Thread Gonzalo Odiard
The developer need provide a .properties file or is this generated in a automatic way? If is generated, may be we can put it in the po directory? Gonzalo On Wed, Jun 5, 2013 at 3:32 PM, Daniel Narvaez dwnarv...@gmail.com wrote: I was thinking we would not have locale for web activities so it

Re: [Sugar-devel] Web activities and i10n

2013-06-05 Thread Daniel Narvaez
The developer needs to provide a reference translation (so one of the files), then one file per translation will be generated by the build. On 5 June 2013 21:11, Gonzalo Odiard gonz...@laptop.org wrote: The developer need provide a .properties file or is this generated in a automatic way? If

Re: [Sugar-devel] Web activities and i10n

2013-06-05 Thread Daniel Narvaez
I played with the tools. moz2po seems to work, but po2moz is not working. I opened a bug http://bugs.locamotion.org/show_bug.cgi?id=2996 Bit surprised because it seems mozilla is using these tools... maybe they didn't upgrade to 1.10 yet. ___

Re: [Sugar-devel] Gtk3 sugar on Android

2013-06-05 Thread Peter Robinson
On Wed, Jun 5, 2013 at 7:38 PM, Daniel Narvaez dwnarv...@gmail.com wrote: On Wednesday, 5 June 2013, Peter Robinson wrote: On 5 Jun 2013 17:02, Daniel Narvaez dwnarv...@gmail.com wrote: By the way, I think this should not be too difficult to try out. Building a Fedora 19 chroot with

Re: [Sugar-devel] Web activities and i10n

2013-06-05 Thread Chris Leonard
It might be an idea to ask on the Pootle list. https://lists.sourceforge.net/lists/listinfo/translate-pootle The same folks make the Translate Toolkit (moz2po, etc.) and I think they've had some funding from Mozilla as they are hosting the server below on Mozilla's behalf, which is definitely at

Re: [Sugar-devel] Web activities and i10n

2013-06-05 Thread Daniel Narvaez
That's very interesting. I suspect they are using hooks to perform the conversion with po2moz and moz2po. That might actually be a better approach then doing the conversion in bundlebuilder. It keeps the source cleaner. Which pootle version are we running? On 5 June 2013 23:40, Chris Leonard

Re: [Sugar-devel] volo add slowness

2013-06-05 Thread Manuel Quiñones
2013/6/5 Daniel Narvaez dwnarv...@gmail.com: A work around for this landed. I'll test volojs master and update if it works. Great to see this fixed, at least in an obscure way. -- .. manuq .. ___ Sugar-devel mailing list

Re: [Sugar-devel] Web activities and i10n

2013-06-05 Thread Chris Leonard
On Wed, Jun 5, 2013 at 6:29 PM, Daniel Narvaez dwnarv...@gmail.com wrote: That's very interesting. I suspect they are using hooks to perform the conversion with po2moz and moz2po. That might actually be a better approach then doing the conversion in bundlebuilder. It keeps the source

Re: [Sugar-devel] Web activities and i10n

2013-06-05 Thread Daniel Narvaez
Hello, I setup a fork of webL10n. I amdified it and replaced API with the gaia one minus the b2g specific stuff. https://github.com/sugarlabs/webL10n I sent a pull request to integrate this in sugar-web. https://github.com/sugarlabs/sugar-web/pull/38 Left to do * The naming of the .js file

Re: [Sugar-devel] Web activities and i10n

2013-06-05 Thread Daniel Narvaez
On 6 June 2013 01:17, Daniel Narvaez dwnarv...@gmail.com wrote: Left to do * The naming of the .js file is sometimes l10n.js (which is what I want), sometimes webL10n.js. Let's see what we get when it's pulled from git, if it's wrong I'll have to understand the volo logic exactly. *