[Sugar-devel] Sugar module build is broken by translations

2012-06-13 Thread Daniel Narvaez
Hello, the build on sugar git master has been broken for a few days for me on Fedora 17. aym.po:1912: duplicate message definition... aym.po:1890: ...this is the location of the first definition aym.po:1956: duplicate message definition... aym.po:1895: ...this is the location of the first

Re: [Sugar-devel] Sugar module build is broken by translations

2012-06-13 Thread Daniel Narvaez
That's bad :( Would reverting the commit break pootle? If we was using gerrit the commits could be pushed only after buildbot verified they works :) On Wednesday, 13 June 2012, Simon Schampijer wrote: On 06/13/2012 05:15 PM, Daniel Narvaez wrote: Hello, the build on sugar git master has

[Sugar-devel] [PATCH sugar] Unset gnome keyring environment variables

2012-06-13 Thread Daniel Narvaez
Rather than starting it manually. As suggested on https://bugzilla.gnome.org/show_bug.cgi?id=628302 --- bin/sugar.in|6 -- src/jarabe/util/emulator.py |5 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bin/sugar.in b/bin/sugar.in index

Re: [Sugar-devel] Sugar module build is broken by translations

2012-06-13 Thread Daniel Narvaez
On 13 June 2012 19:57, Chris Leonard c...@laptop.org wrote: I freely admit to perhaps being more aggressive than usual in trying to make sure that localizers work is included in builds (the Push many PO files commit, for example), and if I am the source of the problems, I sincerely apologize

[Sugar-devel] Introducing sugar-build

2012-06-13 Thread Daniel Narvaez
just send an email to Daniel Narvaez dwnarv...@gmail.com. I expect a lot of tweaks will be necessary before this is stable. In the future distributions upgrades will also be problematic. We need the build to work out of the box 99% of the time for everyone, so if stuff breaks don't please don't

Re: [Sugar-devel] Introducing sugar-build

2012-06-14 Thread Daniel Narvaez
can be improved the actual situation (I know is not very good) and try to work with the people already involved. Gonzalo On Wed, Jun 13, 2012 at 7:45 PM, Daniel Narvaez dwnarv...@gmail.comwrote: Hello, I'm trying to figure out how to make building sugar from source easier and more reliable

Re: [Sugar-devel] Introducing sugar-build

2012-06-14 Thread Daniel Narvaez
Kaufmann humi...@gmail.com wrote: On Wed, Jun 13, 2012 at 7:45 PM, Daniel Narvaez dwnarv...@gmail.com wrote: == Fedora 17 == Works out of the box! Some questions :) What version of Fedora 17? 32 or 64 bits? Could you make it work on Fedora 17 32 bits? -- Kaufmann Manuel Blog: http

Re: [Sugar-devel] Introducing sugar-build

2012-06-14 Thread Daniel Narvaez
, if you send it to me I'll take a look at what is going on. Thanks, Daniel On 14 June 2012 13:18, Manuel Kaufmann humi...@gmail.com wrote: On Thu, Jun 14, 2012 at 7:17 AM, Daniel Narvaez dwnarv...@gmail.com wrote: I want to support both 32 and 64 and it might already work. I haven't tested

Re: [Sugar-devel] Introducing sugar-build

2012-06-15 Thread Daniel Narvaez
checking and build automation in first place. Without those sugar-core is not going to accomplish much anyway. Thanks, Daniel On 15 June 2012 04:20, Bernie Innocenti ber...@sugarlabs.org wrote: On Thu, 2012-06-14 at 12:06 +0200, Daniel Narvaez wrote: * I think these tools are used by few

Re: [Sugar-devel] Sugar module build is broken by translations

2012-06-15 Thread Daniel Narvaez
On 15 June 2012 16:52, Simon Schampijer si...@schampijer.de wrote: Thanks, Simon who awaits to have a buildbot again soon Here is a start http://176.58.108.37:8010/waterfall It needs work and of course we should get it in the sugar infra. Daniel

Re: [Sugar-devel] Introducing sugar-build

2012-06-16 Thread Daniel Narvaez
On 16 June 2012 04:30, Bernie Innocenti ber...@sugarlabs.org wrote: * The port of the shell to gobject-introspection will require developers to build master of a few GNOME repositories. Even worst, the Sugar touch work will require to build gtk+ code which has yet to be written Ouch. I

[Sugar-devel] Buildbot

2012-06-21 Thread Daniel Narvaez
for setting me up with the sugarlabs infrastructure. -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Buildbot

2012-06-25 Thread Daniel Narvaez
On 23 June 2012 16:28, Walter Bender walter.ben...@gmail.com wrote: On Thu, Jun 21, 2012 at 5:26 PM, Daniel Narvaez dwnarv...@gmail.com wrote: Hello, the buildbot is up and running. http://buildbot.sugarlabs.org We have slaves for all the distributions sugar-build supports. We

[Sugar-devel] Streamlining patch submission

2012-06-26 Thread Daniel Narvaez
are welcome! The README now covers everything from building the sources to submitting a patch. I like how minimal it is. -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] Clarification about resubmitting patches

2012-06-26 Thread Daniel Narvaez
-to=1290857483.723...@twin.sascha.silbe.org Which is right or in which situation should each be used? -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] [PATCH sugar] Enable gnome-keyring to autostart in sugar-emulator

2012-06-26 Thread Daniel Narvaez
From: Daniel Narvaez dwnarv...@gmail.com We was starting it manually because dbus would not activate it automatically. A proper solution to that issue is pointed out in the following GNOME bug https://bugzilla.gnome.org/show_bug.cgi?id=628302 Since we are running inside a GNOME session, we need

[Sugar-devel] [PATCH sugar] Allow to build outside the source directory

2012-06-26 Thread Daniel Narvaez
From: Daniel Narvaez dwnarv...@gmail.com This is based on a patch by Marco Pesenti Gritti ma...@marcopg.org, with reviewer comments addressed. --- autogen.sh | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index a71e202..bac5247 100755

[Sugar-devel] [PATCH sugar-datastore] Allow to build outside the source directory

2012-06-26 Thread Daniel Narvaez
From: Daniel Narvaez dwnarv...@gmail.com --- autogen.sh | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index b02ffac..750a5a9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,14 @@ #!/bin/sh + +test -n ${srcdir} || srcdir=`dirname $0

[Sugar-devel] [PATCH sugar-artwork] Allow to build outside the source directory

2012-06-26 Thread Daniel Narvaez
From: Daniel Narvaez dwnarv...@gmail.com --- autogen.sh | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index d09dc6a..ef569d3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,12 @@ #!/bin/sh + +test -n ${srcdir} || srcdir=`dirname $0

[Sugar-devel] [PATCH sugar-base] Allow to build outside source directory

2012-06-26 Thread Daniel Narvaez
From: Daniel Narvaez dwnarv...@gmail.com --- autogen.sh | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 3d12f8f..679c2bf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,15 @@ #!/bin/sh + +test -n ${srcdir} || srcdir=`dirname $0

[Sugar-devel] [PATCH sugar-toolkit] Allow to build outside source directory

2012-06-26 Thread Daniel Narvaez
From: Daniel Narvaez dwnarv...@gmail.com --- autogen.sh | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index f25b0a3..c5e1bf3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,15 @@ #!/bin/sh + +test -n ${srcdir} || srcdir=`dirname $0

[Sugar-devel] [PATCH sugar-toolkit-gtk3] Allow to build outside source directory

2012-06-26 Thread Daniel Narvaez
From: Daniel Narvaez dwnarv...@gmail.com --- autogen.sh | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index f25b0a3..c5e1bf3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,15 @@ #!/bin/sh + +test -n ${srcdir} || srcdir=`dirname $0

Re: [Sugar-devel] [PATCH sugar] Allow to build outside the source directory

2012-06-27 Thread Daniel Narvaez
On 27 June 2012 02:42, James Cameron qu...@laptop.org wrote: diff --git a/autogen.sh b/autogen.sh index a71e202..bac5247 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,13 @@  #!/bin/sh + +test -n ${srcdir} || srcdir=`dirname $0` +test -n ${srcdir} || srcdir=$(pwd) I don't quite

Re: [Sugar-devel] test automation

2012-07-01 Thread Daniel Narvaez
___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org

Re: [Sugar-devel] test automation

2012-07-01 Thread Daniel Narvaez
On 1 July 2012 14:31, Samuel Greenfeld greenf...@laptop.org wrote: It was unclear though if I was enabling AT-SPI correctly or if Dogtail was falsely thinking that it was turned on properly. This setting differs between environments [1], and X has to be restarted to make it take effect.

Re: [Sugar-devel] [PATCH sugar] Enable gnome-keyring to autostart in sugar-emulator

2012-07-02 Thread Daniel Narvaez
Sascha, Caspar, could you see if you are happy with the patch now? Thanks. On 26 June 2012 12:01, Daniel Narvaez dwnarv...@gmail.com wrote: From: Daniel Narvaez dwnarv...@gmail.com We was starting it manually because dbus would not activate it automatically. A proper solution to that issue

Re: [Sugar-devel] test automation

2012-07-03 Thread Daniel Narvaez
On 2 July 2012 12:02, Sascha Silbe si...@activitycentral.com wrote: 1. Ensuring the accessibility helpers are running. The test suite already enables them, but they need to actually get started. This is done automatically by the upstream version of gnome-session, but sugar-toolkit

[Sugar-devel] dogtail unreliability (was Re: test automation)

2012-07-03 Thread Daniel Narvaez
Just to give an update, I investigated more why my dogtail script to run all the activities was failing randomly in the buildbot. It looks like when the system is under heavy load sometimes clicks are missed. I'm not sure yet if it's the dbus side or the Xvfb/XTest side. It's a pretty bad issue

Re: [Sugar-devel] Enable gnome-keyring to autostart in sugar-emulator

2012-07-03 Thread Daniel Narvaez
] + os.environ['SUGAR_EMULATOR'] = 'yes' os.environ['GABBLE_LOGFILE'] = os.path.join( env.get_profile_path(), 'logs', 'telepathy-gabble.log') -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http

Re: [Sugar-devel] [PATCH sugar] Allow to build outside the source directory

2012-07-03 Thread Daniel Narvaez
Could a maintainer take a look please? It has been reviewed a few times now :) ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar-base] Allow to build outside source directory

2012-07-03 Thread Daniel Narvaez
Ping On 26 June 2012 15:06, Daniel Narvaez dwnarv...@gmail.com wrote: From: Daniel Narvaez dwnarv...@gmail.com --- autogen.sh | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 3d12f8f..679c2bf 100755 --- a/autogen.sh +++ b

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Allow to build outside source directory

2012-07-03 Thread Daniel Narvaez
Ping On 26 June 2012 15:14, Daniel Narvaez dwnarv...@gmail.com wrote: From: Daniel Narvaez dwnarv...@gmail.com --- autogen.sh | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index f25b0a3..c5e1bf3 100755 --- a/autogen.sh +++ b

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Allow to build outside source directory

2012-07-03 Thread Daniel Narvaez
Ping On 3 July 2012 18:03, Daniel Narvaez dwnarv...@gmail.com wrote: Ping On 26 June 2012 15:14, Daniel Narvaez dwnarv...@gmail.com wrote: From: Daniel Narvaez dwnarv...@gmail.com --- autogen.sh | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/autogen.sh

[Sugar-devel] Ubuntu bugs

2012-07-03 Thread Daniel Narvaez
/1020082 This prevent automated UI tests to work. I don't know who is working on Ubuntu packages for sugar, but it would be great if they could somehow contribute to these bugs. Now that Browse works on Ubuntu maybe we can finally have good sugar packages as in Fedora :) -- Daniel Narvaez

Re: [Sugar-devel] Ubuntu bugs

2012-07-04 Thread Daniel Narvaez
Yeah, sugar-build runs out of the box, except for Write. On 4 July 2012 03:57, Rafael Ortiz raf...@activitycentral.com wrote: On Tue, Jul 3, 2012 at 5:50 PM, Daniel Narvaez dwnarv...@gmail.com wrote: Hello, I'm trying to support ubuntu in sugar-build, currently there are a couple

[Sugar-devel] [PATCH sugar] Drop the sugar-ui-check script

2012-07-04 Thread Daniel Narvaez
From: Daniel Narvaez dwnarv...@gmail.com This was used by the old buildbot implementation. Now it's unused and it's not working anymore anyway. --- bin/Makefile.am|3 +- bin/sugar-ui-check | 161 2 files changed, 1 insertion(+), 163

Re: [Sugar-devel] Wanted to test sugar-build, compiles but does not run

2012-07-04 Thread Daniel Narvaez
--- I ran commands under Ubuntu 12.04 64 bits Thanks in advance -- Daniel Narvaez -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel

[Sugar-devel] Fwd: Update on sugar-build

2012-07-04 Thread Daniel Narvaez
-- Forwarded message -- From: *Daniel Narvaez* Date: Wednesday, 4 July 2012 Subject: Update on sugar-build To: Ajay Garg ajaygargn...@gmail.com On 4 July 2012 15:29, Ajay Garg ajaygargn...@gmail.com javascript:; wrote: Hi Daniel. Is sugar-build an alternative to sugar-jhbuild

[Sugar-devel] Fwd: Wanted to test sugar-build, compiles but does not run

2012-07-04 Thread Daniel Narvaez
Sigh, I will learn to reply all. -- Forwarded message -- From: *Daniel Narvaez* Date: Wednesday, 4 July 2012 Subject: [Sugar-devel] Wanted to test sugar-build, compiles but does not run To: laurent bernabe laurent.bern...@gmail.com On Wednesday, 4 July 2012, laurent bernabe

Re: [Sugar-devel] Update on sugar-build

2012-07-04 Thread Daniel Narvaez
(Fedora 17 - 64 bits) and is working ok. Anybody as tested it in Ubuntu? What versions are supported? I ask because is a common request in new volunteers, and in the next weekend I will go to a developer meeting. Gonzalo On Wed, Jul 4, 2012 at 8:36 AM, Daniel Narvaez dwnarv

Re: [Sugar-devel] Update on sugar-build

2012-07-04 Thread Daniel Narvaez
On 4 July 2012 13:36, Daniel Narvaez dwnarv...@gmail.com wrote: * Simple to use git clone git://git.sugarlabs.org/sugar-build/sugar-build.git cd sugar-build make build make run will give you a running sugar with fructose activities. Ok, now this should be fully true under Ubuntu too

Re: [Sugar-devel] Update on sugar-build

2012-07-05 Thread Daniel Narvaez
http://lists.sugarlabs.org/listinfo/sugar-devel -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Wanted to test sugar-build, compiles but does not run

2012-07-05 Thread Daniel Narvaez
On 4 July 2012 19:11, Daniel Narvaez dwnarv...@gmail.com wrote: And, is it possible to choose the screen size ? If not, that does not really matter. At the moment it's not but I think it's a reasonable feature to add. I will add to the TODO. I added a way to choose between the resolution

Re: [Sugar-devel] sugar-toolkit-gtk3's Sphinx documentation

2012-07-05 Thread Daniel Narvaez
/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Ubuntu bugs

2012-07-11 Thread Daniel Narvaez
Another problem we are having is that the espeak plugin for gstreamer doesn't seem to be packaged in ubuntu. Is anyone working on sugar-on-ubuntu these days? On 4 July 2012 00:50, Daniel Narvaez dwnarv...@gmail.com wrote: Hello, I'm trying to support ubuntu in sugar-build, currently

Re: [Sugar-devel] sugar-build component in Trac

2012-07-11 Thread Daniel Narvaez
Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel -- Daniel Narvaez

Re: [Sugar-devel] [PATCH sugar-build] Support Fedora 16

2012-07-12 Thread Daniel Narvaez
== Fedora release 16 (Verne): distro = fedora except IOError: pass -- 1.7.7.6 -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Some sugar-build comments

2012-07-12 Thread Daniel Narvaez
On 11 July 2012 21:53, Manuel Kaufmann humi...@gmail.com wrote: Hello, I found sugar-build really easy-to-use. I tested it on F16 (32 bits) and F17 (64 bits) without problems (actually I sent a patch that fixes the error that I had on F16). On the other hand, * [root permissions] I think

Re: [Sugar-devel] Some sugar-build comments

2012-07-12 Thread Daniel Narvaez
...@gmail.com wrote: On the other hand, What's about running sugar-build on a window? Is this possible? -- Kaufmann Manuel Blog: http://humitos.wordpress.com/ Porfolio: http://fotos.mkaufmann.com.ar/ PyAr: http://www.python.com.ar/ -- Daniel Narvaez

Re: [Sugar-devel] Some sugar-build comments

2012-07-12 Thread Daniel Narvaez
://fotos.mkaufmann.com.ar/ PyAr: http://www.python.com.ar/ -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] About the build out-of-source-directory patches

2012-07-12 Thread Daniel Narvaez
why it should block incremental improvements of what we have. Thanks -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Some sugar-build comments

2012-07-12 Thread Daniel Narvaez
On 12 July 2012 13:04, Manuel Kaufmann humi...@gmail.com wrote: On Thu, Jul 12, 2012 at 6:12 AM, Daniel Narvaez dwnarv...@gmail.com wrote: It's not right now because Xephyr crashes in Ubuntu (upstream bug and they are not patching it). That's the reason I had to go for a full X server

Re: [Sugar-devel] [PATCH sugar-build] Support Fedora 16

2012-07-12 Thread Daniel Narvaez
On 12 July 2012 15:22, Manuel Kaufmann humi...@gmail.com wrote: On Thu, Jul 12, 2012 at 5:48 AM, Daniel Narvaez dwnarv...@gmail.com wrote: I prefer to not support old distributions in sugar-build, to reduce the maintenance cost. I think we can support Fedora 16 meanwhile it doesn't take too

Re: [Sugar-devel] [PATCH sugar-build] Support Fedora 16

2012-07-12 Thread Daniel Narvaez
On 12 July 2012 15:47, Manuel Kaufmann humi...@gmail.com wrote: On Thu, Jul 12, 2012 at 10:29 AM, Gonzalo Odiard gonz...@laptop.org wrote: Are you sure gtk3 and all the introspection magic is working in F16, or just only compile? Yes, I have my netbook with F16 32bits working with

Re: [Sugar-devel] [PATCH sugar-build] Support Fedora 16

2012-07-12 Thread Daniel Narvaez
On 12 July 2012 19:12, Daniel Narvaez dwnarv...@gmail.com wrote: On 12 July 2012 15:47, Manuel Kaufmann humi...@gmail.com wrote: On Thu, Jul 12, 2012 at 10:29 AM, Gonzalo Odiard gonz...@laptop.org wrote: Are you sure gtk3 and all the introspection magic is working in F16, or just only compile

Re: [Sugar-devel] Some sugar-build comments

2012-07-16 Thread Daniel Narvaez
wrote: On Thu, Jul 12, 2012 at 9:44 AM, Daniel Narvaez dwnarv...@gmail.com wrote: What's about configuring the new X with a small resolution and access to it through VNC? (I think this is possible but I don't know how to do it :) ) Something like that might work yeah. Do you have some idea

Re: [Sugar-devel] [sugar] Allow for out-of-tree build

2012-07-18 Thread Daniel Narvaez
On 17 July 2012 23:55, Caspar Bothmer cas...@activitycentral.com wrote: -test -n ${srcdir} || srcdir=`dirname $0` -test -n ${srcdir} || srcdir=$(pwd) Shouldn't this be based on master rather than on my patch? +# We temporarily jump into srcdir to allow +# autoreconf to take into account the

Re: [Sugar-devel] [PATCH] Add abiword python bindings

2012-07-19 Thread Daniel Narvaez
, + ubuntu: python-abiword } }, # System modules buildtime -- 1.7.10.4 -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH] Add abiword python bindings

2012-07-19 Thread Daniel Narvaez
it will be simply ignored (If i got it right). And fedora user won't be affected. On Thu, Jul 19, 2012 at 1:03 PM, Daniel Narvaez dwnarv...@gmail.comjavascript:_e({}, 'cvml', 'dwnarv...@gmail.com'); wrote: Pushed. Thanks! (please use a subject like [PATCH sugar-build] or something to make

Re: [Sugar-devel] dogtail unreliability (was Re: test automation)

2012-07-20 Thread Daniel Narvaez
/XTest side. It's a pretty bad issue though, hopefully we can figure out a solution. Marco -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] Fwd: Some sugar-build comments

2012-07-26 Thread Daniel Narvaez
-- Forwarded message -- From: *Daniel Narvaez* Date: Thursday, 26 July 2012 Subject: Some sugar-build comments To: Manuel Kaufmann humi...@gmail.com On Thursday, 26 July 2012, Manuel Kaufmann wrote: On Mon, Jul 16, 2012 at 1:44 PM, Daniel Narvaez dwnarv...@gmail.com wrote

Re: [Sugar-devel] porting Gstreamer Activities to PYGobject and Gstreamer 1.0

2012-08-01 Thread Daniel Narvaez
___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo

Re: [Sugar-devel] porting Gstreamer Activities to PYGobject and Gstreamer 1.0

2012-08-01 Thread Daniel Narvaez
You mean the activity or gst-plugin-speak? On Thursday, 2 August 2012, Flavio Danesse wrote: Speak is almost completely ported to gtk and GStreamer 1.0, there are only a few corrections. 2012/8/1 Daniel Narvaez dwnarv...@gmail.com No, it needs to be ported to 1.0. The configure.ac

Re: [Sugar-devel] Some sugar-build comments

2012-08-02 Thread Daniel Narvaez
I added a RUN_IN_WINDOW config option. Probably needs some work and untested on ubuntu, but it's a start. You can use the RESOLUTION option to specify dimensions. On 26 July 2012 13:13, Manuel Kaufmann humi...@gmail.com wrote: On Mon, Jul 16, 2012 at 1:44 PM, Daniel Narvaez dwnarv...@gmail.com

Re: [Sugar-devel] Proposal: Adding Manuel Quiñones as a Sugar shell maintainer

2012-08-08 Thread Daniel Narvaez
___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] gst-plugins-espeak port to gstreamer 1.0

2012-08-08 Thread Daniel Narvaez
It just sits there without playing any sound. I'll keep looking into it but if someone has ideas that would be cool (I'm attaching the patch). -- Daniel Narvaez espeak.patch Description: Binary data ___ Sugar-devel mailing list Sugar-devel

Re: [Sugar-devel] gst-plugins-espeak port to gstreamer 1.0

2012-08-10 Thread Daniel Narvaez
I know very little about gstreamer and nothing about espeak, so I could be very well wrong! On 8 August 2012 22:47, Daniel Narvaez dwnarv...@gmail.com wrote: Hello, I made good progress on porting gst-plugins-espeak to gstreamer 1.0. Unfortunately I can't quite get it to work. If I save

Re: [Sugar-devel] Unicode strings in translations

2012-08-15 Thread Daniel Narvaez
Manuel Blog: http://humitos.wordpress.com/ Porfolio: http://fotos.mkaufmann.com.ar/ PyAr: http://www.python.com.ar/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel -- Daniel Narvaez

[Sugar-devel] [PATCH sugar] Debug log before and after running ssh-keygen

2012-08-17 Thread Daniel Narvaez
From: Daniel Narvaez dwnarv...@gmail.com It can take several seconds to generate keys on a slow/busy system and I suspect this is causing intermittent failures in the buildbot tests. Given the potential length of the operation it seems to be generally useful to have these logs. --- src/jarabe

Re: [Sugar-devel] [PATCH sugar] Debug log before and after running ssh-keygen

2012-08-17 Thread Daniel Narvaez
Wow that was quick, thanks! On 17 August 2012 19:12, Manuel Quiñones ma...@laptop.org wrote: Hi Daniel, sounds good and doesn't harm. 2012/8/17 Daniel Narvaez dwnarv...@gmail.com: From: Daniel Narvaez dwnarv...@gmail.com It can take several seconds to generate keys on a slow/busy system

[Sugar-devel] [PATCH gst-plugins-espeak] Pass autogen.sh args to configure

2012-08-18 Thread Daniel Narvaez
From: Daniel Narvaez dwnarv...@gmail.com This is customary in autogen.sh scripts and allows to build the plugin with jhbuild. --- autogen.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index e85bfec..dacf40e 100755 --- a/autogen.sh +++ b

[Sugar-devel] [PATCH sugar] Port the gstreamer code to pygi

2012-08-18 Thread Daniel Narvaez
From: Daniel Narvaez dwnarv...@gmail.com --- bin/sugar-session |4 src/jarabe/model/speech.py | 20 ++-- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bin/sugar-session b/bin/sugar-session index 0acbc0b..ec8250d 100755 --- a/bin/sugar

[Sugar-devel] Gio.VolumeMonitor.get() crash

2012-08-18 Thread Daniel Narvaez
a patch to port sugar to use pygi for gstreamer. With these changes journal_gtk3-2.patch doesn't crash anymore. -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH sugar] Port the gstreamer code to pygi

2012-08-18 Thread Daniel Narvaez
Feel free to ignore this, I pushed it on the manuqs-erikos-shell-port branch. I think the idea everything will be posted for review here as soon as the port is in good shape. On 18 August 2012 11:38, Daniel Narvaez dwnarv...@gmail.com wrote: From: Daniel Narvaez dwnarv...@gmail.com --- bin

Re: [Sugar-devel] porting Gstreamer Activities to PYGobject and Gstreamer 1.0

2012-08-23 Thread Daniel Narvaez
On 23 August 2012 17:16, Manuel Kaufmann humi...@gmail.com wrote: On Thu, Aug 23, 2012 at 10:14 AM, Manuel Kaufmann humi...@gmail.com wrote: I tried to do it by myself but I couldn't. I'm attaching my diff just in case. I could do it! :D I'm attaching the patch for this and I pointing you

Re: [Sugar-devel] porting Gstreamer Activities to PYGobject and Gstreamer 1.0

2012-08-23 Thread Daniel Narvaez
Pushed a patch based on your. You might need to add stuff to check-system if you need certain plugins to be built. Let me know if you have any issues... ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

[Sugar-devel] [PATCH sugar] Drop support for XdndDirectSave

2012-08-24 Thread Daniel Narvaez
From: Daniel Narvaez dwnarv...@gmail.com It was added to allow dragging images from the old mozilla based web browser to the frame. The mozilla side of the patch was never upstreamed and anyway the new webkit based browser doesn't support the protocol. This is preliminary to the gtk3 port, we

Re: [Sugar-devel] shell-port status

2012-09-07 Thread Daniel Narvaez
I added the new dependencies to sugar-build. If it doesn't work for anyone please let me know. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] shell-port status

2012-09-08 Thread Daniel Narvaez
On Saturday, 8 September 2012, Manuel Quiñones wrote: Hey Daniel, 2012/9/7 Daniel Narvaez dwnarv...@gmail.com javascript:;: I added the new dependencies to sugar-build. If it doesn't work for anyone please let me know. Great. I still see in sugar-build master the shell port branches

Re: [Sugar-devel] sugar-build broken

2012-09-11 Thread Daniel Narvaez
mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] [PATCH Browse] Error page SL #3500

2012-09-18 Thread Daniel Narvaez
, -- Kaufmann Manuel Blog: http://humitos.wordpress.com/ Porfolio: http://fotos.mkaufmann.com.ar/ PyAr: http://www.python.com.ar/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel -- Daniel

Re: [Sugar-devel] [PATCH Browse] Error page SL #3500

2012-09-18 Thread Daniel Narvaez
On 18 September 2012 19:33, Manuel Quiñones ma...@laptop.org wrote: 2012/9/18 Daniel Drake d...@laptop.org: On Tue, Sep 18, 2012 at 11:00 AM, Manuel Kaufmann humi...@gmail.com wrote: On Tue, Sep 18, 2012 at 1:55 PM, Manuel Kaufmann humi...@gmail.com wrote: This patch contains a HTML template

Re: [Sugar-devel] Gst crash in sugar-build

2012-09-24 Thread Daniel Narvaez
://dev.laptop.org/~gonzalo/speech_bt.txt -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Gst crash in sugar-build

2012-09-24 Thread Daniel Narvaez
This was a bug in gst-plugins-good which has been fixed recently. I updated gstreamer to 1.0.0 which fixes the crash for me. On 24 September 2012 18:57, Daniel Narvaez dwnarv...@gmail.com wrote: Hi Gonzalo, as a temporary workaround you can use alsasink instead of autoaudiosink. I will see

Re: [Sugar-devel] Gst crash in sugar-build

2012-09-24 Thread Daniel Narvaez
To be clear, I updated sugar-build to use 1.0.0 On 24 September 2012 20:47, Daniel Narvaez dwnarv...@gmail.com wrote: This was a bug in gst-plugins-good which has been fixed recently. I updated gstreamer to 1.0.0 which fixes the crash for me. On 24 September 2012 18:57, Daniel Narvaez dwnarv

[Sugar-devel] [PATCH gst-plugins-espeak] Setup the plugin metadata

2012-09-25 Thread Daniel Narvaez
Work around https://bugzilla.gnome.org/show_bug.cgi?id=684765 --- src/gstespeak.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/gstespeak.c b/src/gstespeak.c index b7603eb..e884457 100644 --- a/src/gstespeak.c +++ b/src/gstespeak.c @@ -128,6 +128,12 @@ static void

Re: [Sugar-devel] Gst crash in sugar-build

2012-09-25 Thread Daniel Narvaez
I have to take that back, it's not fixed yet. Opened a bug about it https://bugzilla.gnome.org/show_bug.cgi?id=684765 It's triggered by our espeak plugin, so I sent a patch to work it around until upstream get it fixed and released. On 24 September 2012 20:47, Daniel Narvaez dwnarv...@gmail.com

Re: [Sugar-devel] [PATCH Browse] Error page SL #3500

2012-09-25 Thread Daniel Narvaez
://www.python.com.ar/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel

Re: [Sugar-devel] [ASLO] Release Read-101

2012-09-26 Thread Daniel Narvaez
://lists.sugarlabs.org/listinfo/sugar-devel -- Daniel Narvaez ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [ASLO] Release Abacus-36

2012-09-26 Thread Daniel Narvaez
On 26 September 2012 09:28, Peter Robinson pbrobin...@gmail.com wrote: It worked fine in v35, the only change was to bump the spec version, also there's other Activities that I built fine at the same time. It looks like v35 uses gtk3, v36 uses gtk2. The spec depends on sugar-toolkit-gtk3 so v36

Re: [Sugar-devel] [ASLO] Release Abacus-36

2012-09-26 Thread Daniel Narvaez
On 26 September 2012 15:40, Walter Bender walter.ben...@gmail.com wrote: Hmm. 100 is not large enough, whereas I am already up to Turtle Blocks v160 :P But I don't know why even/odd is any less obvious than 100. I am not sure how to proceed. Maybe start using dotted numbers for the gtk3

Re: [Sugar-devel] [ASLO] Release Read-101

2012-09-26 Thread Daniel Narvaez
On 26 September 2012 15:46, Peter Robinson pbrobin...@gmail.com wrote: Yes it is, it's also a core dependency for gnome 3.6 and 1.0.o is already shipping in F-18 repos at the moment :) Ok, so it would be great to start testing the 1.0 port of gst-plugins-espeak in F-18. It's several commits

Re: [Sugar-devel] [ASLO] Release Abacus-36

2012-09-26 Thread Daniel Narvaez
On 26 September 2012 15:52, Gonzalo Odiard gonz...@laptop.org wrote: Doesn't solve the problem. You will have bigger version numbers with the gtk2 version than the gtk3 version. We could hack aslo to turn version x into 0.x for platform versions 0.98. If I'm not missing something there is no

Re: [Sugar-devel] [ASLO] Release Abacus-36

2012-09-26 Thread Daniel Narvaez
On 26 September 2012 16:02, Walter Bender walter.ben...@gmail.com wrote: On Wed, Sep 26, 2012 at 9:48 AM, Daniel Narvaez dwnarv...@gmail.com wrote: On 26 September 2012 15:40, Walter Bender walter.ben...@gmail.com wrote: Hmm. 100 is not large enough, whereas I am already up to Turtle Blocks

Re: [Sugar-devel] [ASLO] Release Abacus-36

2012-09-26 Thread Daniel Narvaez
Oh, I haven't seen anything dealing with rpms in the updater code (maybe it's olpc only?). On 26 September 2012 17:18, Gonzalo Odiard gonz...@laptop.org wrote: How will map the version number to rpms? Gonzalo On Wed, Sep 26, 2012 at 12:09 PM, Daniel Narvaez dwnarv...@gmail.com wrote

Re: [Sugar-devel] [PATCH gst-plugins-espeak] Setup the plugin metadata

2012-09-27 Thread Daniel Narvaez
On Thursday, 27 September 2012, Aleksey Lim wrote: On Tue, Sep 25, 2012 at 10:57:48AM +0200, Daniel Narvaez wrote: Work around https://bugzilla.gnome.org/show_bug.cgi?id=684765 Thanks for the hint. http://git.sugarlabs.org/gst-plugins-espeak/mainline/commit

Re: [Sugar-devel] [ASLO] Release Abacus-36

2012-09-28 Thread Daniel Narvaez
On Friday, 28 September 2012, Walter Bender wrote: On Fri, Sep 28, 2012 at 5:24 AM, Peter Robinson pbrobin...@gmail.comjavascript:; wrote: On Wed, Sep 26, 2012 at 4:20 PM, Daniel Narvaez dwnarv...@gmail.comjavascript:; wrote: On 26 September 2012 16:02, Walter Bender walter.ben

Re: [Sugar-devel] [ASLO] Release Abacus-36

2012-09-28 Thread Daniel Narvaez
approach (i.e. gtk3 starting with a number high enough that gtk2 gtk3). About even and odd, I guess it would work if you make sure the highest number is always gtk3. Which is possible but feels a bit complicated to me, I don't know. -- Daniel Narvaez

Re: [Sugar-devel] [PATCH gst-plugins-espeak] Setup the plugin metadata

2012-09-29 Thread Daniel Narvaez
Yup, just tested and it seems to work fine. On Friday, 28 September 2012, Aleksey Lim wrote: On Fri, Sep 28, 2012 at 07:54:09AM +0200, Daniel Narvaez wrote: On Thursday, 27 September 2012, Aleksey Lim wrote: On Tue, Sep 25, 2012 at 10:57:48AM +0200, Daniel Narvaez wrote: Work around

Re: [Sugar-devel] New release ImageViewer gtk3

2012-10-02 Thread Daniel Narvaez
On 2 October 2012 10:05, Simon Schampijer si...@schampijer.de wrote: Hi Gonzalo and Agustin, can we do the branching layout as discussed in [1]? The GTK+ 3 work should happen on master and the the gtk2 branch should be named sugar-0.96. See browse as an example [2]. It is important to keep

  1   2   3   4   5   6   7   8   9   10   >