Re: [Sugar-devel] [PATCH] touchpad section for Sugar Control Panel

2010-07-28 Thread Sascha Silbe
Excerpts from Walter Bender's message of Tue Jul 27 00:01:01 +0200 2010: Not sure what else I can do. I've incorporated all of the suggestion from Marco et al. Just awaiting final review. Even your latest patch still contains code that is specific to OLPC builds and will break on other

Re: [Sugar-devel] Changing bundle_id and version scheme for Etoys

2010-07-28 Thread Lucian Branescu
On 27 July 2010 23:57, Bernie Innocenti ber...@codewiz.org wrote: On Tue, 2010-07-27 at 18:21 -0400, C. Scott Ananian wrote: This is a nicely decentralized mechanism for choosing identifiers which are guaranteed by construction never to conflict. It is indeed a simple and nice scheme, but

Re: [Sugar-devel] [PATCH] touchpad section for Sugar Control Panel

2010-07-28 Thread Walter Bender
On Wed, Jul 28, 2010 at 3:48 AM, Sascha Silbe sascha-ml-ui-sugar-de...@silbe.org wrote: Excerpts from Walter Bender's message of Tue Jul 27 00:01:01 +0200 2010: Not sure what else I can do. I've incorporated all of the suggestion from Marco et al. Just awaiting final review. Even your latest

Re: [Sugar-devel] [PATCH] touchpad section for Sugar Control Panel

2010-07-28 Thread Sascha Silbe
Excerpts from Walter Bender's message of Wed Jul 28 13:31:36 +0200 2010: Even your latest patch still contains code that is specific to OLPC builds and will break on other systems. I understand that it is specific to OLPC, since it is for supporting hardware that is only found on the OLPC.

Re: [Sugar-devel] [PATCH] touchpad section for Sugar Control Panel

2010-07-28 Thread Paul Fox
sascha wrote: Excerpts from Walter Bender's message of Tue Jul 27 00:01:01 +0200 2010: Not sure what else I can do. I've incorporated all of the suggestion from Marco et al. Just awaiting final review. Even your latest patch still contains code that is specific to OLPC builds

Re: [Sugar-devel] Journal and Updating Software Process

2010-07-28 Thread Daniel Castelo
On Tue, Jul 27, 2010 at 11:51 PM, Frederick Grose fgr...@gmail.com wrote: On Tue, Jul 27, 2010 at 9:37 PM, James Cameron qu...@laptop.org wrote: On Tue, Jul 27, 2010 at 06:37:18PM -0300, Daniel Castelo wrote: * The activities are updated With Software update or manually using Browse? *

Re: [Sugar-devel] [PATCH] touchpad section for Sugar Control Panel

2010-07-28 Thread Sascha Silbe
Excerpts from Paul Fox's message of Wed Jul 28 16:01:22 +0200 2010: sascha wrote: Even your latest patch still contains code that is specific to OLPC builds and will break on other systems. Of course it's perfectly fine for you to say you only care about OLPC builds for XO-1 (because

Re: [Sugar-devel] Evince browser plugin

2010-07-28 Thread Lucian Branescu
Thanks. Rebasing to 2.28 shouldn't be that hard, but 2.30 has had major API changes, so it would have to be ported. For now we've left Browse PDF support for later since we're having a lot of trouble getting anything working in the first place (pywebkitgtk issues, no libsoup python binding, etc.)

[Sugar-devel] [RELEASE] sugar-0.84.19

2010-07-28 Thread dsd
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.84.19.tar.bz2 == News == * logging cleanup failure prevents session start #1720 * add journal and frame key bindings (F5/F6) == Test cases == #1720 Fill disk or change ownership of .sugar/default/logs to prevent

Re: [Sugar-devel] [RELEASE] sugar-0.84.19

2010-07-28 Thread Jonas Smedegaard
On Wed, Jul 28, 2010 at 12:18:59PM -0400, d...@laptop.org wrote: == Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.84.19.tar.bz2 Great. Please remember to tag the release and push that tag. Apparently it is missing currently. Regards, - Jonas -- *

Re: [Sugar-devel] [PATCH] Add cpu and memory resource indicator to frame

2010-07-28 Thread Anish Mangal
Thank you for reviewing this patch. However, after receiving feedback from Py. I've modified some of its functionality. The two patches attached implement that functionality. I've updated the parallel thread [DESIGN] Displaying the current status of system resources (such as memory, cpu) to

Re: [Sugar-devel] [PATCH] Add cpu and memory resource indicator to frame

2010-07-28 Thread Anish Mangal
Sorry! I thought the attachments would remain as is. I'll git send-email this. On Thu, Jul 29, 2010 at 1:09 AM, Anish Mangal anishmangal2...@gmail.com wrote: Thank you for reviewing this patch. However, after receiving feedback from Py. I've modified some of its functionality. The two patches

[Sugar-devel] [PATCH] Add cpu and memory resource indicator to frame

2010-07-28 Thread anishmangal2002
This patch adds an icon to the frame, whose palette menu displays the memory and cpu resources. For computing free memory, the code reads the /proc/meminfo file (thanks quozl) and for computing cpu usage, the code reads the /proc/stat file. The frame icon is updated after every 5 seconds if

[Sugar-devel] [PATCH] Add icons for memory and cpu resource indicator

2010-07-28 Thread anishmangal2002
This patch adds the following for svg icons for the memory and cpu usage indicator frame icon. computer-happy computer-normal computer-sad computer-error Signed-off-by: anishmangal2002 anishmangal2...@gmail.com --- icons/scalable/device/Makefile.am |4

Re: [Sugar-devel] [DESIGN] Displaying the current status of system resources (such as memory, cpu)

2010-07-28 Thread Anish Mangal
The current implementation of the indicator that the paraguay builds use has static 'computer' icon for the frame. The palette menu displays the memory and cpu 'free' status by means of dynamically updating text-labels and progress bars. 1. Would it be worthwhile to have the frame icon

Re: [Sugar-devel] [DESIGN] Displaying the current status of system resources (such as memory, cpu)

2010-07-28 Thread Martin Abente
On Thu, 29 Jul 2010 01:47:48 +0530, Anish Mangal anishmangal2...@gmail.com wrote: The current implementation of the indicator that the paraguay builds use has static 'computer' icon for the frame. The palette menu displays the memory and cpu 'free' status by means of dynamically updating

Re: [Sugar-devel] Journal and Updating Software Process

2010-07-28 Thread Frederick Grose
On Wed, Jul 28, 2010 at 12:14 PM, Frederick Grose fgr...@gmail.com wrote: On Wed, Jul 28, 2010 at 10:02 AM, Daniel Castelo dcast...@plan.ceibal.edu.uy wrote: On Tue, Jul 27, 2010 at 11:51 PM, Frederick Grose fgr...@gmail.comwrote: {...} See https://bugs.sugarlabs.org/ticket/1512

Re: [Sugar-devel] Changing bundle_id and version scheme for Etoys

2010-07-28 Thread Bert Freudenberg
On 27.07.2010, at 18:57, Bernie Innocenti wrote: On Tue, 2010-07-27 at 18:21 -0400, C. Scott Ananian wrote: This is a nicely decentralized mechanism for choosing identifiers which are guaranteed by construction never to conflict. It is indeed a simple and nice scheme, but why is such

[Sugar-devel] Audacity under Sugar

2010-07-28 Thread Sean Linton
Dear All, I am working on a conference presentation on ICT enabled networking for indigenous music foundations. I have been working on some ideas with David Leeming who as supplied me with an XO machine while I try to work some things out on it. We are looking at the potential for using Audacity

Re: [Sugar-devel] Changing bundle_id and version scheme for Etoys

2010-07-28 Thread Bernie Innocenti
On Tue, 2010-07-27 at 19:57 -0400, C. Scott Ananian wrote: A good surrogate could be that no two activities with the same name can be uploaded to ASLO. Translated name? English name? No Spanish name may conflict with a Portuguese or English name? Seems a bit strange to me. Filesystem

Re: [Sugar-devel] Changing bundle_id and version scheme for Etoys

2010-07-28 Thread C. Scott Ananian
On Wed, Jul 28, 2010 at 12:06 PM, Bernie Innocenti ber...@codewiz.org wrote: There's no reason to have both a filename and a dbus-like name for the same thing. The former must already be unique on both distribution sites and in the Activities directory. I claim we should be using the dbus-like

Re: [Sugar-devel] Datastore index corruption!

2010-07-28 Thread James Cameron
On Wed, Jul 28, 2010 at 07:21:12PM -0400, Bernie Innocenti wrote: 1. open Write 2. type something 3. close Write 4. wait a few seconds 5. kill -9 the datastore process 6. restart sugar (ctrl-alt-del) Your saved entry is gone. It still takes up space on disk, but it's no longer visible

Re: [Sugar-devel] Datastore index corruption!

2010-07-28 Thread Bernie Innocenti
On Thu, 2010-07-29 at 15:15 +1000, James Cameron wrote: Ugh. So Write has terminated before data is saved? That's bad. Should it not wait for data to be fully saved? I believe data was saved, but the metadata index was not flushed to disk by the datastore process. -- // Bernie Innocenti

Re: [Sugar-devel] Datastore index corruption!

2010-07-28 Thread James Cameron
On Thu, Jul 29, 2010 at 01:39:45AM -0400, Bernie Innocenti wrote: On Thu, 2010-07-29 at 15:15 +1000, James Cameron wrote: Ugh. So Write has terminated before data is saved? That's bad. Should it not wait for data to be fully saved? I believe data was saved, but the metadata index was