Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-22 Thread Christophe Guéret
> But was it Fedora-14? If yes, what redstore version you used (because > the recent one can't be build on Fedora-14 due to dependencies' > versions). > On the XO yes, I suppose, but on my desktops I use Archlinux. I use Redstore 0.5.4. It requires the latest versions of Redland libraries which are

Re: [Sugar-devel] Test in Sugar 0.96.1

2012-05-22 Thread Alan Jhonn Aguiar Schwyn
Yes.. I'm a editor.. but that changes I can't make it.. Maybe a admin can make them?¿ Try it.. Date: Tue, 22 May 2012 08:59:52 -0300 From: gonz...@laptop.org To: alan...@hotmail.com CC: sugar-devel@lists.sugarlabs.org; olpc...@lists.laptop.org; a...@lists.sugarlabs.org; walter.ben...@gmail.com;

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-22 Thread Aleksey Lim
On Wed, May 23, 2012 at 08:04:20AM +0200, Christophe Guéret wrote: > Hi, > > Did you run it on XO laptops with stable OLPC OS (which is based on > > Fedora-14)? There are no required dep versions for recent redstore > > release. > > > Yes, all the development & testing is done with Sugar 0.94. > H

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-22 Thread Christophe Guéret
Hi, Did you run it on XO laptops with stable OLPC OS (which is based on > Fedora-14)? There are no required dep versions for recent redstore > release. > Yes, all the development & testing is done with Sugar 0.94. However, I still found that redstore had extra requirements that were not packaged.

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-22 Thread Aleksey Lim
On Wed, May 09, 2012 at 06:45:34PM +0200, Christophe Guéret wrote: > Dear all, > > A part of the project "SemanticXO" concerns the implementation of an > alternative Journal implementation making use of the triple store backend. > Triple store are data bases optimised to store factual information

Re: [Sugar-devel] Browser Bug

2012-05-22 Thread Flavio Danesse
El error es en sugar.graphics pero se lanza al utilizar browser aparentemente en páginas con videos y animaciones. Esta versión de browser es la 137, sobre xo 1.75 sobre esta imagen de sugar: http://build.laptop.org/12.1.0/os11/xo-1.75/ The error is in sugar.graphics but is thrown when using brows

Re: [Sugar-devel] Browser Bug

2012-05-22 Thread forster
Flavio I also get 'NoneType' object has no attribute 'set_invoker' on the XO-1.75, Browse on Webkit See Ticket #3503 comment 5 I don't know if the disable JIT fix will be relevant to this. Tony > /usr/lib/python2.7/site-packages/gobject/constants.py:24: Warning: > g_boxed_type_register_static:

Re: [Sugar-devel] Browser Bug

2012-05-22 Thread James Cameron
Thanks for the bug report. What did you do to cause it? What version of Browse? On Wed, May 23, 2012 at 12:00:02AM -0300, Flavio Danesse wrote: > /usr/lib/python2.7/site-packages/gobject/constants.py:24: Warning: > g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed >

[Sugar-devel] Browser Bug

2012-05-22 Thread Flavio Danesse
/usr/lib/python2.7/site-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed import gobject._gobject Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/gi/_gobject/__init__.py", line 106, in obj_set_prope

Re: [Sugar-devel] [PATCH Sugar] Inhibit power suspend while playing text to speech - OLPC #11830

2012-05-22 Thread Sascha Silbe
Sascha Silbe writes: [...] > 1. UPower API > >UPower has a D-Bus API to set "latency requirements" [1,2]. The >UPower back-end code uses the kernel PM QoS interface [3] to set the >requested CPU (DMA) latency (in µs, up to ~35 minutes) and network >throughput (in kbps). cpuidle ho

[Sugar-devel] Closing audio devices on activity switch (was: Re: [PATCH powerd] audio inhibit support)

2012-05-22 Thread Sascha Silbe
[CC'ing sugar-devel as this is about Activity development] Walter Bender writes: [Closing the audio device when switching from Measure to something else] >> What about non-sugarised audio players? Jukebox seems to be broken, so >> someone using a Gnome application (e.g. Rhythmbox) instead would

[Sugar-devel] SugarGame problem

2012-05-22 Thread Alan Jhonn Aguiar Schwyn
Hi, In CodeSprint (in EduJAM 2012) discussed the problem of someone events SugarGame / OlpcGames.Just now I realize that all activities that use are not responding SugarGameto keyboard events!The only events I get are the type: 4 (MouseMotion)I think the only place that recognizes the events is

[Sugar-devel] [ASLO] Release JAMultiples -5

2012-05-22 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4572 Sugar Platform: 0.82 - 0.96 Download Now: http://activities.sugarlabs.org/downloads/file/28054/jamultiplos-5.xo Release notes: The files easy, normal and half has be spent to a single file called game.py Erased host_version from acti

Re: [Sugar-devel] Port Gtk 3 (Chat.activity)

2012-05-22 Thread Flavio Danesse
Today I will be working on a new patch to fix the function Chat.activity Iwas left pending yesterday and fixing some details in the typing. If you want to give me access to the repo and upload everything in a new branch. My user is git "flavio" Hoy estaré trabajando en un nuevo parche para Chat.ac

Re: [Sugar-devel] [PATCH Terminal 1/2] GTK3 Port start

2012-05-22 Thread Rafael Ortiz
On Tue, May 22, 2012 at 7:42 AM, Manuel Kaufmann wrote: > On Wed, May 16, 2012 at 10:26 PM, Agustin Zubiaga Sanchez > wrote: > > Yes, I'm testing your patch (humitos) and works perfectly :) > > And in my XO 1.5 also works! > > Could you send the new version of the patch? > > +1 Its necessary to

[Sugar-devel] [PATCH Browse] Unset "loading..." message when the loading fails SL #3620

2012-05-22 Thread Manuel Quiñones
Browse has to restore the previous title in the tab and in the URL entry when the loading finishes with WEBKIT_LOAD_FAILED status. This fixes bug #3620 in Sugarlabs trac. The WEBKIT_LOAD_FAILED status is reached in the current webview when the loading is manually handled in the mime-type-policy-d

Re: [Sugar-devel] Some advices for me to develop activities (Above all, LearningWriting)

2012-05-22 Thread laurent bernabe
Hello everyone, looking back at the activity guide, I've noticed that all my questions should be unusefull 1. debian repository should be the best option : I should target the most olpc, and i think using jhbuild won't help me in that way 2. I'd better target most olpc and not the latest

[Sugar-devel] Some advices for me to develop activities (Above all, LearningWriting)

2012-05-22 Thread laurent bernabe
Hello everybody, Some months ago, I've been starting developping a project for the OLPC : LearningWriting. This project aims to help children learning writing, as the title suggests. For this purpose, we (main actors) register animations of a glyph, that a child will be able to playback. (Sorry fo

Re: [Sugar-devel] [PATCH Terminal 1/2] GTK3 Port start

2012-05-22 Thread Manuel Kaufmann
On Wed, May 16, 2012 at 10:26 PM, Agustin Zubiaga Sanchez wrote: > Yes, I'm testing your patch (humitos) and works perfectly :) > And in my XO 1.5 also works! Could you send the new version of the patch? -- Kaufmann Manuel Blog: http://humitos.wordpress.com/ Porfolio: http://fotos.mkaufmann.com.

Re: [Sugar-devel] [PATCH 2/2] Fix for displaying "Untitled" when the page has no title #3619

2012-05-22 Thread Manuel Quiñones
2012/5/22 Manuel Kaufmann : > On Mon, May 21, 2012 at 1:15 PM, Manuel Quiñones wrote: >>  webtoolbar.py |    2 +- >>  1 file changed, 1 insertion(+), 1 deletion(-) > > I tested this and it worked! > > Reviewed-By: Manuel Kaufmann Thanks both, pushed. > > -- > Kaufmann Manuel > Blog: http://humi

Re: [Sugar-devel] [PATCH 1/2] Fix for displaying filename in untitled PDFs SL #3597

2012-05-22 Thread Manuel Quiñones
2012/5/22 Manuel Kaufmann : > On Mon, May 21, 2012 at 1:15 PM, Manuel Quiñones wrote: >>  pdfviewer.py |    4 ++-- >>  1 file changed, 2 insertions(+), 2 deletions(-) > > Great work! :) > > It works for me. > > Reviewed-By: Manuel Kaufmann Thanks both, pushed. > > -- > Kaufmann Manuel > Blog: h

Re: [Sugar-devel] Port Gtk 3 (Chat.activity)

2012-05-22 Thread Manuel Quiñones
2012/5/22 Aleksey Lim : > On Mon, May 21, 2012 at 09:58:24PM -0300, Flavio Danesse wrote: >> Paso port a sugar3 de Chat.activity > > Thanks, are you willing to suport gtk3 port? > If yes, I can create gtk3 branch and you can commit there. > Not sure if it makes sense to release gtk3 based Chat on A

Re: [Sugar-devel] Test in Sugar 0.96.1

2012-05-22 Thread Gonzalo Odiard
Thanks Alan for doing this extensive test! I imagine you have spent a lot of time doing the tests. Are you a editor in ASLO now, right? If yes, I think you should update the information about the supported versions. Gonzalo On Tue, May 22, 2012 at 2:58 AM, Alan Jhonn Aguiar Schwyn < alan...@hotm

Re: [Sugar-devel] Port Gtk 3 (Chat.activity)

2012-05-22 Thread Manuel Kaufmann
On Tue, May 22, 2012 at 7:12 AM, Aleksey Lim wrote: > If yes, I can create gtk3 branch and you can commit there. Just in case. This[1] is the way to create a branch to port activities [1] http://wiki.sugarlabs.org/go/Features/GTK3/Porting#Preparation -- Kaufmann Manuel Blog: http://humitos.wor

Re: [Sugar-devel] [PATCH 1/2] Fix for displaying filename in untitled PDFs SL #3597

2012-05-22 Thread Manuel Kaufmann
On Mon, May 21, 2012 at 1:15 PM, Manuel Quiñones wrote: >  pdfviewer.py |    4 ++-- >  1 file changed, 2 insertions(+), 2 deletions(-) Great work! :) It works for me. Reviewed-By: Manuel Kaufmann -- Kaufmann Manuel Blog: http://humitos.wordpress.com/ Porfolio: http://fotos.mkaufmann.com.ar/

Re: [Sugar-devel] [PATCH 2/2] Fix for displaying "Untitled" when the page has no title #3619

2012-05-22 Thread Manuel Kaufmann
On Mon, May 21, 2012 at 1:15 PM, Manuel Quiñones wrote: >  webtoolbar.py |    2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) I tested this and it worked! Reviewed-By: Manuel Kaufmann -- Kaufmann Manuel Blog: http://humitos.wordpress.com/ Porfolio: http://fotos.mkaufmann.com.ar/ PyAr: h

Re: [Sugar-devel] [PATCH 1/2] Fix for displaying filename in untitled PDFs SL #3597

2012-05-22 Thread Simon Schampijer
On 05/21/2012 06:15 PM, Manuel Quiñones wrote: This patch moves the line that sets the title to the filename of the PDF, so we display "Loading..." until we know the title, and if title is None, we show the filename. Signed-off-by: Manuel Quiñones --- pdfviewer.py |4 ++-- 1 file changed,

Re: [Sugar-devel] [PATCH 2/2] Fix for displaying "Untitled" when the page has no title #3619

2012-05-22 Thread Simon Schampijer
On 05/21/2012 06:15 PM, Manuel Quiñones wrote: This bug was introduced in commit 04a0de3de3b24ae22bf326de046fb256bdbfeccb . Signed-off-by: Manuel Quiñones --- webtoolbar.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtoolbar.py b/webtoolbar.py index e7c66c9..6241

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] Object Chooser: update for GDK3 get_xid()

2012-05-22 Thread Simon Schampijer
On 05/19/2012 10:43 PM, Daniel Drake wrote: In GDK3 the 'xid' attribute is gone and is replaced with gdk_x11_window_get_xid(), or the get_xid() method in Python. Needed to be able to open the object chooser from Browse without hassle. Signed-off-by: Daniel Drake Thanks Daniel, looks good, pus

Re: [Sugar-devel] Port Gtk 3 (Chat.activity)

2012-05-22 Thread Aleksey Lim
On Mon, May 21, 2012 at 09:58:24PM -0300, Flavio Danesse wrote: > Paso port a sugar3 de Chat.activity Thanks, are you willing to suport gtk3 port? If yes, I can create gtk3 branch and you can commit there. Not sure if it makes sense to release gtk3 based Chat on ASLO (ASLO doesn't handle a differe

Re: [Sugar-devel] [somos-azucar] [HARMONIC] Harmonic Distribution 0.25 development release

2012-05-22 Thread Aleksey Lim
On Tue, May 22, 2012 at 09:49:58AM +, Aleksey Lim wrote: > > == See also == Look also for Sugar Network tutorial created by Thomas C Gilliard: http://wiki.sugarlabs.org/go/Sugar_Network/Tutorial -- Aleksey ___ Sugar-devel mailing list Sugar-d

[Sugar-devel] [HARMONIC] Harmonic Distribution 0.25 development release

2012-05-22 Thread Aleksey Lim
Para personas de habla hispana, busca somosazucar@ mensaje: http://lists.sugarlabs.org/archive/somosazucar/2012-May/001139.html This is the announce of new development release of Harmonic Distribution [1] effort which consists of Sweets Distribution [2] (packages with base software) and Sugar

[Sugar-devel] [ANNOUNCE] Sugar 0.96 - make it official

2012-05-22 Thread Simon Schampijer
== Introduction == Sugar 0.96 is the new version of the Sugar learning platform. It was released the 30th of April 2012 (see [1] 0.96 schedule for details). The main changes in this cycle was the introduction of the new sugar-toolkit-gtk3 which is the sugar-toolkit ported to use GTK+ 3 and Py