[Sugar-devel] [ASLO] Release Record-102

2015-08-31 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4081 Sugar Platform: 0.92 - 0.104 Download Now: http://activities.sugarlabs.org/downloads/file/29143/record-102.xo Release notes: Extend hardware detection (James Cameron) Set Analog Mic Boost control on XO-{1.75,4} (James Cameron)

Re: [Sugar-devel] Sugar-install-bundle in 13.2.5 is slooow

2015-08-31 Thread Martin Abente
The problem caused by the race condition is that the activities were not refreshed in Sugar activities list when updated or, not added to the list when installed. By race condition I mean the situation where the BundleRegistry detects changes (e.g. in ~/Activities) too early, when activity.info is

Re: [Sugar-devel] Sugar-install-bundle in 13.2.5 is slooow

2015-08-31 Thread Gonzalo Odiard
Is a good point. Maybe we should add a dbus method to register a bundle, and a method in the toolkit to do the call, then this script use that method. I didn't realized this before, because is included in the sugar module, but we should not use jarabe here. Gonzalo On Mon, Aug 31, 2015 at 2:03

Re: [Sugar-devel] Spell checker, Grammar checker for Write

2015-08-31 Thread Lionel Laské
Hi all, Thanks Sam and Jerry for advice. Thanks Gonzalo for this very detailed answer. I've tested it on a XO-4 with 0.106. I've removed the line you mentioned in keybindings.xml file but without any result neither in Write activity (tested in v96 and v82) neither in abiword. Guess it means that

Re: [Sugar-devel] Spell checker, Grammar checker for Write

2015-08-31 Thread Gonzalo Odiard
You can try http://dev.laptop.org/~gonzalo/abiword-with-spell-checking-enabled.zip (for arm) for xo-1, xo-1.5, you need recompile the abiword rpm. We have a spec and patches, but mostly are changes needed to support touch in the XO-4 [1] Maybe you can try using a standard fedora rpm for 32 bits.

Re: [Sugar-devel] Sugar-install-bundle in 13.2.5 is slooow

2015-08-31 Thread James Cameron
I agree, that might be good. An strace of sugar-bundle-install shows the huge amount of work required to start this other instance of the bundle registry, only to dismantle it on exit. Alternatively, if there were a method by which sugar-bundle-install could tell the shell that a new bundle has

Re: [Sugar-devel] Sugar-install-bundle in 13.2.5 is slooow

2015-08-31 Thread Gonzalo Odiard
I am wondering if this issue ca be related to the race condition detected by Martin when the file monitor detect the activity before the activity.info file is saved to disk. Martin, do you have a patch to test? Gonzalo On Mon, Aug 31, 2015 at 10:00 AM, Gonzalo Odiard wrote:

Re: [Sugar-devel] Sugar-install-bundle in 13.2.5 is slooow

2015-08-31 Thread Gonzalo Odiard
Tony, If you can enable logging (remove the comment in the line SUGAR_LOGGER_LEVEL in the file /home/olpc/.sugar/default/debug) And install one of the activities without unset the SUGAR_PROFILE env variable, and send the log, maybe we can understand better what is happening. I am afraid the

Re: [Sugar-devel] Spell checker, Grammar checker for Write

2015-08-31 Thread Gonzalo Odiard
Hi Lionel, The spell checker on Write was disable due to bug http://bugs.sugarlabs.org/ticket/4124 To enable, you need edit the file /home/olpc/Activities/Write.activity/keybindings.xml and remove the line: If that do not work you need check: * if the abiword rpm in your image was compiled