[Sugar-devel] jhbuild execution error

2010-05-13 Thread Daniel Castelo
When I run the last version of jhbuild ./sugar-jhbuild run sugar-emulator the emulator doesn't start. This is the Shell.log output: 1273756965.523033 DEBUG root: STARTUP: Loading the mesh view 1273756965.558274 DEBUG root: Not an activity icon _MyIcon object at 0x9d091bc (SugarFavoritesMyIcon at

Re: [Sugar-devel] Sugar 0.88 packages

2010-05-13 Thread Bernie Innocenti
El Thu, 13-05-2010 a las 12:47 -0400, Bernie Innocenti escribió: While we're working to fix our review process, it makes sense for downstream projects on a tight schedule to apply obvious bugfix patches directly to their packages. I forgot to mention that most my unmerged 0.84 patches are

Re: [Sugar-devel] Sugar 0.88 packages

2010-05-13 Thread Tomeu Vizoso
On Thu, May 13, 2010 at 18:47, Bernie Innocenti ber...@codewiz.org wrote: El Wed, 12-05-2010 a las 14:24 -0300, Daniel Drake escribió: On 11 May 2010 20:23, Bernie Innocenti ber...@codewiz.org wrote: Would you like me to go on and apply any relevant patches also to the devel and F-13

Re: [Sugar-devel] Bookserver for deployments

2010-05-13 Thread Daniel Castelo
Hi! Where can I find the script to create the database? Regards Daniel On Wed, May 12, 2010 at 5:42 PM, Sayamindu Dasgupta sayami...@gmail.comwrote: Hello, Kushal and I have been working on a bookserver, which we believe, would help deployments to distribute ebooks easily via the school

Re: [Sugar-devel] Sugar 0.88 packages

2010-05-13 Thread Bernie Innocenti
El Thu, 13-05-2010 a las 19:30 +0200, Tomeu Vizoso escribió: Are your patches in this queue?

Re: [Sugar-devel] Sugar 0.88 packages

2010-05-13 Thread Tomeu Vizoso
On Thu, May 13, 2010 at 18:47, Bernie Innocenti ber...@codewiz.org wrote: El Wed, 12-05-2010 a las 14:24 -0300, Daniel Drake escribió: On 11 May 2010 20:23, Bernie Innocenti ber...@codewiz.org wrote: Would you like me to go on and apply any relevant patches also to the devel and F-13

Re: [Sugar-devel] [PATCH] Fix for file list sorting for FAT32 formatted flash drives in Journal.

2010-05-13 Thread Bernie Innocenti
El Thu, 13-05-2010 a las 00:21 -0400, Kenny Meyer escribió: Bernie, and I have had a special situation where a flash drive, which has been formatted on Windows with (apparently) a FAT32 file-system. Some of the files on the flash drive had a negative `changetime`, which resulted in

Re: [Sugar-devel] Sugar 0.88 packages

2010-05-13 Thread Tomeu Vizoso
On Thu, May 13, 2010 at 20:15, Bernie Innocenti ber...@codewiz.org wrote: El Thu, 13-05-2010 a las 19:30 +0200, Tomeu Vizoso escribió: Are your patches in this queue?

Re: [Sugar-devel] jhbuild execution error

2010-05-13 Thread Daniel Castelo
On Thu, May 13, 2010 at 3:26 PM, Bernie Innocenti ber...@codewiz.orgwrote: El Thu, 13-05-2010 a las 10:28 -0300, Daniel Castelo escribió: When I run the last version of jhbuild ./sugar-jhbuild run sugar-emulator the emulator doesn't start. This is the Shell.log output:

[Sugar-devel] [PATCH] Cleanup temporary files on startup (v2)

2010-05-13 Thread Bernie Innocenti
This fixes part of http://bugs.sugarlabs.org/ticket/1876 , which is affecting both 0.84 and 0.88. To reclaim space in case of a crash, we also need to delete temporary files at startup time. The rest of the bug is addressed by a separate patch in sugar-toolkit. This version of the patch takes

Re: [Sugar-devel] [PATCH] fix two trivial shell.log warnings

2010-05-13 Thread Bernie Innocenti
El Mon, 10-05-2010 a las 15:06 +1000, James Cameron escribió: DeprecationWarning: integer argument expected, got float was happening in two places. An issue that has been with us for at least 12 months, since it was also seen in logs attached to SL #870. --- src/sugar/graphics/icon.py |

Re: [Sugar-devel] [PATCH] Cleanup temporary files on startup (v2)

2010-05-13 Thread Sascha Silbe
On Thu, May 13, 2010 at 02:42:32PM -0400, Bernie Innocenti wrote: +# Remove temporary files. See http://bugs.sugarlabs.org/ticket/1876 +rm -rf $HOME/.sugar/${SUGAR_PROFILE:-default}/data/* Why -rf? There should only be hard links, i.e. files in there (= no -r required). Also they are created

Re: [Sugar-devel] jhbuild execution error

2010-05-13 Thread Sascha Silbe
On Thu, May 13, 2010 at 09:56:32AM -0400, Walter Bender wrote: It is a tricky business. I had the opposite problem just now in that by updating to Ubuntu 10.4, sugar-jhbuild failed. I had to rebuild sugar-artwork (as per Sascha's suggestion) to get it to work. It seems that to be able to

Re: [Sugar-devel] Sugar 0.88 packages

2010-05-13 Thread Bernie Innocenti
El Thu, 13-05-2010 a las 20:23 +0200, Tomeu Vizoso escribió: This implies that we are using the old process because nobody has come with a concrete proposal for changing it. AFAICS, the discussion has stalled because of lack of interest from its proponents. Once we agree on specific changes,

Re: [Sugar-devel] [PATCH] Cleanup temporary files on startup (v2)

2010-05-13 Thread James Cameron
On Thu, May 13, 2010 at 08:54:42PM +0200, Sascha Silbe wrote: On Thu, May 13, 2010 at 02:42:32PM -0400, Bernie Innocenti wrote: +# Remove temporary files. See http://bugs.sugarlabs.org/ticket/1876 +rm -rf $HOME/.sugar/${SUGAR_PROFILE:-default}/data/* Why -rf? There should only be hard links,

Re: [Sugar-devel] [PATCH] fix two trivial shell.log warnings

2010-05-13 Thread James Cameron
On Thu, May 13, 2010 at 09:07:53PM +0200, Sascha Silbe wrote: I meant to dig into this myself, but don't have time to do it anymore, so I'll just ask you: AFAICT these are all supposed to be on-screen coordinates, which are by definition integers. So how come they are actually floats

Re: [Sugar-devel] Maintaining Pippy

2010-05-13 Thread Anish Mangal
Hi James, Accepted! This patch would be a useful addition. Acked-by: Anish Mangal anishmangal2...@gmail.com Reviewed-by: Anish Mangal anishmangal2...@gmail.com -- Anish Mangal On Fri, May 7, 2010 at 10:18 AM, James Cameron qu...@laptop.org wrote: On Fri, May 07, 2010 at 09:43:19AM +0530,

Re: [Sugar-devel] jhbuild execution error

2010-05-13 Thread Bernie Innocenti
El Thu, 13-05-2010 a las 15:31 -0300, Daniel Castelo escribió: Are you perhaps using an old Linux distribution? I am using Fedora 11. Maybe is time to update me. Strange, I've built sugar-artwork 0.88 on Fedora 11 very recently. There was a different problem, thought, which

Re: [Sugar-devel] [PATCH] Cleanup temporary files on startup (v2)

2010-05-13 Thread Bernie Innocenti
El Thu, 13-05-2010 a las 20:54 +0200, Sascha Silbe escribió: On Thu, May 13, 2010 at 02:42:32PM -0400, Bernie Innocenti wrote: +# Remove temporary files. See http://bugs.sugarlabs.org/ticket/1876 +rm -rf $HOME/.sugar/${SUGAR_PROFILE:-default}/data/* Why -rf? There should only be hard