Re: [Sugar-devel] [Dextrose] [PATCH] Yum-updater notifications integration

2010-12-21 Thread Aleksey Lim
On Mon, Dec 20, 2010 at 06:35:08PM -0500, Bernie Innocenti wrote: On Tue, 2010-12-21 at 09:28 +1100, James Cameron wrote: On Mon, Dec 20, 2010 at 05:14:25PM -0500, Bernie Innocenti wrote: On Mon, 2010-12-20 at 16:56 -0300, Martin Abente wrote: +def __reboot_cb(self): +

Re: [Sugar-devel] Wacom Bamboo with Colors! on XO-1 (again)? [Sugar-devel Digest, Vol 26, Issue 40]

2010-12-21 Thread Yioryos Asprobounitis
-- Message: 5 Date: Mon, 20 Dec 2010 19:14:14 -0500 From: chm devel.chm...@gmail.com To: Wade Brainerd wad...@gmail.com Cc: Sugar Devel sugar-devel@lists.sugarlabs.org Subject: Re: [Sugar-devel] Wacom Bamboo with Colors! on XO-1 (again)? Message-ID:

[Sugar-devel] [PATCH] sl#1504: preserve zoom while rotating

2010-12-21 Thread Mukesh Gupta
Earlier image used to go down to its original size while rotating .This patch will keep zoom factor into account while rotating Signed-off-by: Mukesh Gupta mukeshgupta.2...@gmail.com --- ImageView.py |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ImageView.py

Re: [Sugar-devel] [PATCH] sl#1504: preserve zoom while rotating

2010-12-21 Thread Anish Mangal
On Tue, Dec 21, 2010 at 1:10 PM, Mukesh Gupta mukeshgupta.2...@gmail.com wrote: Earlier image used to go down to its original size while rotating .This patch will keep zoom factor into account while rotating Signed-off-by: Mukesh Gupta mukeshgupta.2...@gmail.com ---  ImageView.py |    1 +  

Re: [Sugar-devel] Wacom Bamboo with Colors! on XO-1 (again)?

2010-12-21 Thread chm
I tried the directions from the mini-HOWTO and everything downloaded ok but the ./configure step failed because kernel and X11 sources were not available. I looked but was unable to determine how to get those to proceed. Maybe someone with XO-1 kernel-fu can help. Cheers, Chris On 12/20/2010

Re: [Sugar-devel] Wacom Bamboo with Colors! on XO-1 (again)?

2010-12-21 Thread chm
I found the kernel rpm and source rpm at: http://dev.laptop.org/~kernels/olpc-2.6.31-xo1/kernel-2.6.31_xo1-20101119.1249.1.olpc.3781c4e5eac361a.i586.rpm http://dev.laptop.org/~kernels/olpc-2.6.31-xo1/kernel-2.6.31_xo1-20101119.1249.1.olpc.3781c4e5eac361a.src.rpm now I'm looking for the

Re: [Sugar-devel] Wacom Bamboo with Colors! on XO-1 (again)?

2010-12-21 Thread James Cameron
On Mon, Dec 20, 2010 at 07:14:14PM -0500, chm wrote: I'll let you know how it goes but I could take some time since the XO-1 is not very fast. Too bad no-one doing XO OS/kernel builds reads the list since once this is all set up, the build should be straightforward. Yeah, what you are doing

Re: [Sugar-devel] Wacom Bamboo with Colors! on XO-1 (again)?

2010-12-21 Thread chm
On 12/21/2010 3:40 PM, James Cameron wrote: On Mon, Dec 20, 2010 at 07:14:14PM -0500, chm wrote: I'll let you know how it goes but I could take some time since the XO-1 is not very fast. Too bad no-one doing XO OS/kernel builds reads the list since once this is all set up, the build should be

Re: [Sugar-devel] Wacom Bamboo with Colors! on XO-1 (again)?

2010-12-21 Thread chm
Can't do the configure output because the message bounced due to size. The first few lines of error were: make[2]: Leaving directory `/home/olpc/linuxwacom-0.8.8-10/src/xdrv' Making all in 2.6.30 make[2]: Entering directory `/home/olpc/linuxwacom-0.8.8-10/src/2.6.30' Building linuxwacom

Re: [Sugar-devel] Wacom Bamboo with Colors! on XO-1 (again)?

2010-12-21 Thread James Cameron
On Tue, Dec 21, 2010 at 03:59:31PM -0500, chm wrote: In file included from /home/olpc/linuxwacom-0.8.8-10/src/2.6.30/wacom_wac.h:12, from /home/olpc/linuxwacom-0.8.8-10/src/2.6.30/wacom_wac.c:15: include/linux/types.h:4:23: error: asm/types.h: No such file or directory

Re: [Sugar-devel] Wacom Bamboo with Colors! on XO-1 (again)?

2010-12-21 Thread James Cameron
On Mon, Dec 20, 2010 at 07:14:14PM -0500, chm wrote: I tried the pre-built x86 drivers but that did not work ... Do you mean the Fedora 11 linuxwacom package? In what way did it not work? Failed to download? Failed to install? Did not respond to tablet input after reboot? -- James Cameron

[Sugar-devel] Wacom Bamboo with Colors! on XO-1 (again)?

2010-12-21 Thread Yioryos Asprobounitis
include/linux/types.h:4:23: error: asm/types.h: No such file or directory You can not compile drivers against the F11 XO-1 kernels because is missing asm headers. You must patch kernel-xo-1.spec the and rebuild the kernel. This is #10297 http://dev.laptop.org/ticket/10297

[Sugar-devel] Object Chooser (selecting user-created audio objects from the Journal)

2010-12-21 Thread Art Hunkins
I'd like to thank all those who helped me get Object Chooser in the Journal up and running in my FileMix activity. I'd also like to share my results, in case the code could be helpful to others. Excerpts follow: from sugar.graphics.objectchooser import ObjectChooser from sugar import mime

Re: [Sugar-devel] [PATCH] sl#1504: preserve zoom while rotating

2010-12-21 Thread Aleksey Lim
On Tue, Dec 21, 2010 at 09:40:30PM +0530, Mukesh Gupta wrote: Earlier image used to go down to its original size while rotating .This patch will keep zoom factor into account while rotating Signed-off-by: Mukesh Gupta mukeshgupta.2...@gmail.com --- ImageView.py |1 + 1 files changed,

Re: [Sugar-devel] Object Chooser (selecting user-created audio objects from the Journal)

2010-12-21 Thread Aleksey Lim
On Tue, Dec 21, 2010 at 09:54:24PM -0500, Art Hunkins wrote: I'd like to thank all those who helped me get Object Chooser in the Journal up and running in my FileMix activity. I'd also like to share my results, in case the code could be helpful to others. Excerpts follow: from

Re: [Sugar-devel] [PATCH] sl#1504: preserve zoom while rotating

2010-12-21 Thread James Cameron
On Wed, Dec 22, 2010 at 05:51:37AM +, Aleksey Lim wrote: I've also added HACKING file (that is regular FOSS practice) (http://git.sugarlabs.org/imageviewer/mainline/blobs/master/HACKING) with info about how to contribute to the project. Good. By the way, in Pippy and Terminal we used

Re: [Sugar-devel] [PATCH] sl#1504: preserve zoom while rotating

2010-12-21 Thread Aleksey Lim
On Wed, Dec 22, 2010 at 05:56:50PM +1100, James Cameron wrote: On Wed, Dec 22, 2010 at 05:51:37AM +, Aleksey Lim wrote: I've also added HACKING file (that is regular FOSS practice) (http://git.sugarlabs.org/imageviewer/mainline/blobs/master/HACKING) with info about how to contribute to

Re: [Sugar-devel] [PATCH] sl#1504: preserve zoom while rotating

2010-12-21 Thread James Cameron
On Wed, Dec 22, 2010 at 07:34:33AM +, Aleksey Lim wrote: At least autotools require it (by default). Heh. I think that's a lame reason, but you are the maintainer. -- James Cameron http://quozl.linux.org.au/ ___ Sugar-devel mailing list