Re: [Sugar-devel] Help with testing SemanticXO's backend

2011-11-05 Thread Christophe Guéret
Oups! I forgot I had installed that package system-wide. It's now in the bundle, please try again :-) Christophe On 5 November 2011 01:03, James Cameron qu...@laptop.org wrote: On Fri, Nov 04, 2011 at 05:17:07PM +0100, Christophe Gu?ret wrote: wget

Re: [Sugar-devel] Read port to Gtk 3 status

2011-11-05 Thread Walter Bender
On Fri, Nov 4, 2011 at 4:40 PM, Gonzalo Odiard gonz...@laptop.org wrote: I have ported Read to Gtk3. Almost all is working, attached is a patch. There are a few TODO, shared here: epubview/epubview.py -    self._scrollbar.set_update_policy(gtk.UPDATE_DISCONTINUOUS) +    #

Re: [Sugar-devel] [support-gang] how to force Sugar Activities to start fresh? (eg. XO OS 11.2.0 = Build 874)

2011-11-05 Thread Walter Bender
On Thu, Nov 3, 2011 at 8:23 PM, James Cameron qu...@laptop.org wrote: G'day Adam, The holding down of the alt key in the activity view was introduced in Sugar 0.86 [1], and 11.2.0 is based on Sugar 0.94, and I've tested it just now and the feature works fine for me. Sometimes the left-alt

[Sugar-devel] TA cairo conversion

2011-11-05 Thread Walter Bender
I pushed a few more patches last night [1]. I have just two blockers right now to releasing the Cairo version: (1) I cannot seem to figure out how to convert my surface to a pixbuf or png for saving to a file; surface = canvas.canvas.get_target() # get the surface used by the canvas

Re: [Sugar-devel] TA cairo conversion

2011-11-05 Thread Benjamin Berg
Hello, On Sat, 2011-11-05 at 08:56 -0400, Walter Bender wrote: I pushed a few more patches last night [1]. I have just two blockers right now to releasing the Cairo version: (1) I cannot seem to figure out how to convert my surface to a pixbuf or png for saving to a file; surface =

Re: [Sugar-devel] Help with testing SemanticXO's backend (Christophe Gu?ret) [Sugar-devel Digest, Vol 37, Issue 13]

2011-11-05 Thread Yioryos Asprobounitis
Message: 3 Date: Sat, 5 Nov 2011 08:57:14 +0100 From: Christophe Gu?ret c.d.m.gue...@vu.nl To: James Cameron qu...@laptop.org Cc: sugar-devel sugar-devel@lists.sugarlabs.org Subject: Re: [Sugar-devel] Help with testing SemanticXO's backend Message-ID:    

Re: [Sugar-devel] TA cairo conversion

2011-11-05 Thread C. Scott Ananian
I've been pushing my work to http://git.sugarlabs.org/~walter/turtleart/walters-gtk3/commits/cscotts-gtk3 I'll rebase to the latest cairo bits. (It might be best to continue working with HEAD of my branch, since it runs fine on gtk2 and will minimize unnecessary patch conflicts.) It's also a

Re: [Sugar-devel] how to force Sugar Activities to start fresh? (eg. XO OS 11.2.0 = Build 874)

2011-11-05 Thread C. Scott Ananian
Is there any way to start a new document once you're in the activity? --Scott On Saturday, November 5, 2011, Walter Bender walter.ben...@gmail.com wrote: On Thu, Nov 3, 2011 at 8:23 PM, James Cameron qu...@laptop.org wrote: G'day Adam, The holding down of the alt key in the activity view was

[Sugar-devel] Running sugar through PXE

2011-11-05 Thread Mathieu Jobin
Hi there, I am new to sugar. I set it up so i can boot the image through PXE. The initial boot phase works. But it fails while trying to mount the root fs. On the live CD it is set as root=live:LABEL=iso-filename or something similar. But the CD is not in the drive. So that points no where.

Re: [Sugar-devel] Read port to Gtk 3 status

2011-11-05 Thread C. Scott Ananian
On Sat, Nov 5, 2011 at 7:49 AM, Walter Bender walter.ben...@gmail.com wrote: -    self._view.set_flags(gtk.CAN_DEFAULT | gtk.CAN_FOCUS) +    # TODO +    #self._view.set_flags(Gtk.CAN_DEFAULT | Gtk.CAN_FOCUS) This one I think I can help with. Try: self._view.set_can_focus(True)

Re: [Sugar-devel] how to force Sugar Activities to start fresh? (eg. XO OS 11.2.0 = Build 874)

2011-11-05 Thread Gary Martin
On 5 Nov 2011, at 15:31, C. Scott Ananian wrote: Is there any way to start a new document once you're in the activity? No, the only places to start new activity instances from are: 1) home favourite view (from an activity palette, or by holding alt and clicking) 2) home list view 3) from the

Re: [Sugar-devel] how to force Sugar Activities to start fresh? (eg. XO OS 11.2.0 = Build 874)

2011-11-05 Thread Walter Bender
On Sat, Nov 5, 2011 at 1:19 PM, Gary Martin garycmar...@googlemail.com wrote: On 5 Nov 2011, at 15:31, C. Scott Ananian wrote: Is there any way to start a new document once you're in the activity? No, the only places to start new activity instances from are: 1) home favourite view (from an

Re: [Sugar-devel] TA cairo conversion

2011-11-05 Thread Walter Bender
On Sat, Nov 5, 2011 at 11:08 AM, C. Scott Ananian csc...@laptop.org wrote: I've been pushing my work to  http://git.sugarlabs.org/~walter/turtleart/walters-gtk3/commits/cscotts-gtk3 I'll rebase to the latest cairo bits.  (It might be best to continue working with HEAD of my branch, since it

Re: [Sugar-devel] TA cairo conversion

2011-11-05 Thread Walter Bender
On Sat, Nov 5, 2011 at 8:56 AM, Walter Bender walter.ben...@gmail.com wrote: I pushed a few more patches last night [1]. I have just two blockers right now to releasing the Cairo version: (1) I cannot seem to figure out how to convert my surface to a pixbuf or png for saving to a file;      

Re: [Sugar-devel] Running sugar through PXE

2011-11-05 Thread David Van Assche
Hi there, I've always been a serious advocate of runing sugar through pxe for a million reasons.. For a time I was employed for working on the maco managmenet side of sugar... ie distributing it... pxe... seemed obvious, fast, and incredibly tested. I am also one of the lead guys workiin on