Re: [Sugar-devel] [ANNOUNCE] Tarballs for release 0.88.1 due for May 17

2010-05-07 Thread Bernie Innocenti
El Fri, 07-05-2010 a las 11:17 -0400, Bernie Innocenti escribió: El Thu, 06-05-2010 a las 23:55 +0200, Sascha Silbe escribió: On Wed, May 05, 2010 at 01:49:23PM +0200, Tomeu Vizoso wrote: We are also scheduling some time to go through the review queue on Tuesday May 11th afternoon (UTC

Re: [Sugar-devel] [ANNOUNCE] Tarballs for release 0.88.1 due for May 17

2010-05-07 Thread Bernie Innocenti
one version of Sugar in maintenance mode and one under active development. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http

Re: [Sugar-devel] [ANNOUNCE] Tarballs for release 0.88.1 due for May 17

2010-05-07 Thread Bernie Innocenti
see it in action at http://patchwork.kernel.org. +1 to synchronizing Trac with the ML and vice versa. We can try install it and see what we can get out of it. If nobody else volunteers to do it, I'll give it a shot this w/e. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs

[Sugar-devel] Maintaining Pippy

2010-05-06 Thread Bernie Innocenti
Hello Brian, are you still interested in maintaining Pippy? If not, would it be ok with you to pass it to Anish, who has been working on it lately? -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

Re: [Sugar-devel] Maintaining Pippy

2010-05-06 Thread Bernie Innocenti
for maintaining Pippy until now, btw. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] [PATCH] Don't crash on invalid favoriteslayout settings

2010-05-04 Thread Bernie Innocenti
This could happen if the user upgrades Sugar to a new version which doesn't support the old layout. Signed-off-by: Bernie Innocenti ber...@codewiz.org --- src/jarabe/desktop/favoritesview.py |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/jarabe/desktop

[Sugar-devel] [PATCH 1/2] This fixes part of http://bugs.sugarlabs.org/ticket/1876 .

2010-05-04 Thread Bernie Innocenti
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. Signed-off-by: Bernie Innocenti ber...@codewiz.org --- bin/sugar.in |3 +++ 1 files changed, 3 insertions(+), 0 deletions

Re: [Sugar-devel] Keyboard navigability of the Sugar UI

2010-05-01 Thread Bernie Innocenti
a blind programmer to check the selected keys. We can write in the wiki a plan and work together with small patches. Great! Small patches have a higher potential to apply cleanly to both 0.84 and 0.90. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

Re: [Sugar-devel] Code Review process changes

2010-04-30 Thread Bernie Innocenti
it. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Keyboard navigability of the Sugar UI

2010-04-30 Thread Bernie Innocenti
El Wed, 28-04-2010 a las 17:14 +0200, Tomeu Vizoso escribió: On Tue, Apr 27, 2010 at 16:25, Bernie Innocenti ber...@codewiz.org wrote: Today I filed a bug to keep track of an issue that has been bothering me for a long time: There's interest from the people at La Rioja on this, how can we

[Sugar-devel] ASLO QA process

2010-04-29 Thread Bernie Innocenti
for activities, then would come the deployment server and lastly ASLO. I think dsd did something like this for the old updater. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list

Re: [Sugar-devel] Code Review process changes

2010-04-29 Thread Bernie Innocenti
. This may be part of the reason why they managed to attract over one thousand active contributors. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http

Re: [Sugar-devel] ASLO QA process

2010-04-29 Thread Bernie Innocenti
. It was simple to implement with any web technology, including static html files, wikis and web applications like ASLO. ASLO already outputs all the information required by the microformat. With some luck, it could be implemented without even touching the php code. -- // Bernie Innocenti - http

Re: [Sugar-devel] Keyboard navigability of the Sugar UI

2010-04-28 Thread Bernie Innocenti
? -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH] _update_signal_match wasn't initialized

2010-04-28 Thread Bernie Innocenti
it, or document the current maintainer mappings somewhere (gitorious, wiki...) -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http

Re: [Sugar-devel] Did someone say Webkit?

2010-04-27 Thread Bernie Innocenti
packaging and the feature-completeness of pywebkitgtk (the ability to download files, for example), both of which seem to be solved now. Surf still works fine in Sugar 0.88 + Fedora 13. How about uploading it to ASLO and putting the source code in git? -- // Bernie Innocenti - http://codewiz.org

[Sugar-devel] Keyboard navigability of the Sugar UI

2010-04-27 Thread Bernie Innocenti
pluggable devices: TBD * Activities list view * Should behave like the journal * Network Neighborhood * Similar to favorites view * Toolbars * There should be a key to move the focus to the toolbars (alt-space?) -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs

[Sugar-devel] [PATCH] sl#1876: cleanup partially extracted bundle on filesystem error

2010-04-26 Thread Bernie Innocenti
://bugs.sugarlabs.org/ticket/1876#comment:5 offers possible strategies for (1) and (2). Signed-off-by: Martin Dengler mar...@martindengler.com Signed-off-by: Bernie Innocenti ber...@codewiz.org --- src/sugar/bundle/bundle.py |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff

Re: [Sugar-devel] Did someone say Webkit?

2010-04-26 Thread Bernie Innocenti
in Read in F-12 and above. Of course, as we move to gobject-introspection and friends, this should become less of a concern. Thanks, Sayamindu On 26 April 2010 03:20, Bernie Innocenti ber...@codewiz.org wrote: On Sun, 2010-04-25 at 18:07 +0100, Lucian Branescu wrote: My GSoC project

Re: [Sugar-devel] [PATCH] use ConsoleKit instead of HAL for shutdown/reboot

2010-04-25 Thread Bernie Innocenti
there, how do we get rid of the useless UL screen with its ugly inverted color scheme? Moreover, the UL screen fights with powerd's pretty shutdown screens. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

Re: [Sugar-devel] [PATCH] use ConsoleKit instead of HAL for

2010-04-25 Thread Bernie Innocenti
seem, now at least we've got a unified IPC system with a consistent security model across many different daemons. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel

Re: [Sugar-devel] Support for EPUB with Read in sugar-jhbuild?

2010-04-25 Thread Bernie Innocenti
a maintenance and UI design PoV. Besides, EPUB resembles more HTML than PDF. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org

[Sugar-devel] [PATCH] Move etoys to the extra-activities group

2010-04-25 Thread Bernie Innocenti
./sugar-jhbuild build meta-extra-activities Signed-off-by: Bernie Innocenti ber...@codewiz.org --- config/modulesets/extra-activities.modules |5 + config/modulesets/fructose.modules |4 config/modulesets/glucose.modules |1 - 3 files changed, 5 insertions(+), 5

Re: [Sugar-devel] [PATCH] use ConsoleKit instead of HAL for

2010-04-25 Thread Bernie Innocenti
as an afterthought to new subsystems: http://fedoraproject.org/wiki/Features/NetworkManagerCmdline -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http

Re: [Sugar-devel] [PATCH] Move etoys to the extra-activities group

2010-04-25 Thread Bernie Innocenti
On Sun, 2010-04-25 at 20:12 +0200, Sascha Silbe wrote: On Sun, Apr 25, 2010 at 01:46:21PM -0400, Bernie Innocenti wrote: This change considerably speeds up building the default target. As discussed on sugar-devel@, Etoys developers don't work in jhbuild, and Sugar core developers rarely

Re: [Sugar-devel] Streamlining jhbuild

2010-04-25 Thread Bernie Innocenti
On Sun, 2010-04-25 at 14:39 -0400, Bernie Innocenti wrote: This is the list of remaining targets in Fedora 13, once I've installed all the system dependencies: The situation is somewhat worse in Ubuntu 10.04 (Lucid): logilab-common logilab-astng pylint These are required because Ubuntu

Re: [Sugar-devel] [PATCH] Shave off unnecessary dependencies from jhbuild

2010-04-25 Thread Bernie Innocenti
this dependency unconditionally? -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Streamlining jhbuild

2010-04-25 Thread Bernie Innocenti
On Mon, 2010-04-26 at 00:14 +0200, Sascha Silbe wrote: On Sun, Apr 25, 2010 at 05:42:51PM -0400, Bernie Innocenti wrote: The situation is somewhat worse in Ubuntu 10.04 (Lucid): logilab-common logilab-astng pylint These are required because Ubuntu is still stuck with pylint

Re: [Sugar-devel] [PATCH] Shave off unnecessary dependencies from jhbuild

2010-04-25 Thread Bernie Innocenti
, can't you simply set the nodupes option in Mailman? -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar

Re: [Sugar-devel] Modern Linux trends

2010-04-25 Thread Bernie Innocenti
Emulation' 8 1 Ah, progress... why don't anyone just love it? Now you've got to be a hacker with connections with the Xorg core developers in order to configure your clit mouse on Linux! -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

[Sugar-devel] [PATCH] Shave off unnecessary dependencies from jhbuild

2010-04-25 Thread Bernie Innocenti
-by: Bernie Innocenti ber...@codewiz.org --- config/modulesets/tools.modules |1 - config/sysdeps/50fedora-12.xml |4 config/sysdeps/50fedora-rawhide.xml |3 --- config/sysdeps/50ubuntu-10.04.xml |2 +- config/sysdeps/fedora-family.xml|2 +- 5 files changed, 2

[Sugar-devel] Did someone say Webkit?

2010-04-25 Thread Bernie Innocenti
for both? -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Code Review process changes

2010-04-23 Thread Bernie Innocenti
get a sense of what the infrastructure needs of activities really are, while activity writers would learn about Sugar internals and eventually become core developers. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

Re: [Sugar-devel] [PATCH] Remove the keep button from the default activity toolbar

2010-04-23 Thread Bernie Innocenti
space. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH] Remove the keep button from the default activity toolbar

2010-04-22 Thread Bernie Innocenti
every 10 minutes to ensure their data is safely stored on disk. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org

Re: [Sugar-devel] Code Review process changes

2010-04-22 Thread Bernie Innocenti
/Documentation/SubmittingPatches [2] http://kernel.org/doc/Documentation/development-process/5.Posting -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] Keep confusion, yet again

2010-04-19 Thread Bernie Innocenti
is going to work on this. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Co-maintaining labyrinth

2010-04-19 Thread Bernie Innocenti
differently, or does not belong to Labyrinth altogether, we'll work together on a new release. On Wed, 2010-04-14 at 12:39 -0400, Bernie Innocenti wrote: Ping? On Thu, 2010-04-08 at 10:28 -0300, Bernie Innocenti wrote: Hello Gary, at Paraguay Educa we started doing some heavy lifting on Labyrinth

Re: [Sugar-devel] Co-maintaining labyrinth

2010-04-14 Thread Bernie Innocenti
Ping? On Thu, 2010-04-08 at 10:28 -0300, Bernie Innocenti wrote: Hello Gary, at Paraguay Educa we started doing some heavy lifting on Labyrinth: http://bugs.sugarlabs.org/ticket/1829 Can you please review the patch and roll a new update in ASLO? If you don't mind, Jorge would

[Sugar-devel] Co-maintaining labyrinth

2010-04-08 Thread Bernie Innocenti
, give write permission to userr jasg in Gitorious. If you'd prefer all patches to go through you, we'd be equally happy with this workflow. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel

Re: [Sugar-devel] [DESIGN] Simple Journal Backup Restore

2010-04-08 Thread Bernie Innocenti
included the scripts in a custom ds-backup-client package. If we decide to go for a different solution, I'll make the necessary changes after the release. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar

Re: [Sugar-devel] [DESIGN] Simple Journal Backup Restore

2010-04-06 Thread Bernie Innocenti
like to have. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [DESIGN] Simple Journal Backup Restore Control Panel

2010-03-31 Thread Bernie Innocenti
to let the icon appear anyway, and then disable the functionality in the window. In the future, we may want to add a backup/restore function for removable storage. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

Re: [Sugar-devel] Journal Backup/Restore UI

2010-03-29 Thread Bernie Innocenti
On Mon, 2010-03-29 at 10:14 +0200, Martin Langhoff wrote: On Mon, Mar 29, 2010 at 2:22 AM, Bernie Innocenti ber...@codewiz.org wrote: However, it looks like it would take a couple of months of effort to get I think you are overengineering this. - Single-file restore is well solved

Re: [Sugar-devel] SocialCalc bugs

2010-03-29 Thread Bernie Innocenti
: http://trac.paraguayeduca.org/ticket/585 http://trac.paraguayeduca.org/attachment/ticket/585/tmpqCZ_E0.png The description sais that charts seem to have layout problems. Do you think it's a browser specific bug, a bug in the JavaScript code, or something else? -- // Bernie Innocenti - http

Re: [Sugar-devel] Journal Backup/Restore UI

2010-03-28 Thread Bernie Innocenti
and discuss it with the Design team. Would anyone like to get started on this while we're still busy fixing the few remaining high-priority bugs in Sugar 0.84? -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

Re: [Sugar-devel] Journal Backup/Restore UI

2010-03-28 Thread Bernie Innocenti
On Sun, 2010-03-28 at 20:08 +0200, Martin Langhoff wrote: On Sun, Mar 28, 2010 at 2:29 PM, Bernie Innocenti ber...@codewiz.org wrote: On Sun, 2010-03-28 at 14:14 +0200, Tomeu Vizoso wrote: I'm a bit confused, is the problem reliable full restore with limited local space or the DS having

Re: [Sugar-devel] Journal Backup/Restore UI

2010-03-28 Thread Bernie Innocenti
On Sun, 2010-03-28 at 21:22 -0300, Bernie Innocenti wrote: Oh, well, indeed. Though we need to figure out how to glue it to the rsync back-end. The easy part is binding rsync to Python: this was already done in duplicity by wrapping librsync with simple C and Python code which we could

Re: [Sugar-devel] New release of F11 for the XO-1 is available for testing - OS13

2010-03-27 Thread Bernie Innocenti
to os13 and vice versa? They should already be very similar, and we're going to merge as much as possible. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel

Re: [Sugar-devel] [IAEP] Children want Sugar 0.84, for the wrong reason

2010-03-22 Thread Bernie Innocenti
volunteers such as the Scratcheros. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] Restoring journal backups created with 0.82 on 0.84

2010-03-16 Thread Bernie Innocenti
for listing available backups and restoring them. Is anyone working on this? -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org

Re: [Sugar-devel] [IAEP] Children want Sugar 0.84, for the wrong reason

2010-03-15 Thread Bernie Innocenti
On Mon, 2010-03-15 at 10:46 -0500, Martin Langhoff wrote: On Sun, Mar 14, 2010 at 1:17 AM, Bernie Innocenti ber...@codewiz.org wrote: Me too, but it's not as bad as it seems: the techies use a simple shell script to backup and restore the journal (and scratch data) across So no XS in place

Re: [Sugar-devel] Children want Sugar 0.84, for the wrong reason

2010-03-13 Thread Bernie Innocenti
. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Children want Sugar 0.84, for the wrong reason

2010-03-13 Thread Bernie Innocenti
. Not only it would save time, it would make students and teachers more autonomous from us techies. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] [IAEP] Children want Sugar 0.84, for the wrong reason

2010-03-13 Thread Bernie Innocenti
On Sat, 2010-03-13 at 10:46 -0500, Martin Langhoff wrote: On Sat, Mar 13, 2010 at 8:49 AM, Bernie Innocenti ber...@codewiz.org wrote: On Sat, 2010-03-13 at 08:33 -0500, Gerald Ardito wrote: By the way, how do you upgrade the XOs (we have XO-1s) to .84? This is a very big deal for us

Re: [Sugar-devel] [IAEP] Children want Sugar 0.84, for the wrong reason

2010-03-13 Thread Bernie Innocenti
On Sat, 2010-03-13 at 12:07 -0500, Martin Langhoff wrote: On Sat, Mar 13, 2010 at 11:50 AM, Bernie Innocenti ber...@codewiz.org wrote: If you ask me: our recent F11-XO1 builds have reached equal or better quality than build 801, provided you disable automatic power management. Are all

Re: [Sugar-devel] Children want Sugar 0.84, for the wrong reason

2010-03-13 Thread Bernie Innocenti
going to compare nodes and merge our respective improvements into something more consistent. Testing and feedback from technical and non-so-technical users is crucial for us. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

Re: [Sugar-devel] [IAEP] Children want Sugar 0.84, for the wrong reason

2010-03-13 Thread Bernie Innocenti
Forgot to answer a paragraph: On Sat, 2010-03-13 at 12:07 -0500, Martin Langhoff wrote: On Sat, Mar 13, 2010 at 11:50 AM, Bernie Innocenti ber...@codewiz.org wrote: If you ask me: our recent F11-XO1 builds have reached equal or better quality than build 801, provided you disable automatic

Re: [Sugar-devel] Status of 3G backport to 0.84

2010-03-10 Thread Bernie Innocenti
with the global community. Pity that the patch from Ceibal Jam's Andres didn't got in yet, maybe it will get backported later? https://bugs.sugarlabs.org/ticket/1630 Seems like a very useful addition, we'll look into it. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http

[Sugar-devel] Status of 3G backport to 0.84

2010-03-09 Thread Bernie Innocenti
() was overriding a method with the same name in its superclass. An unfortunate naming clash. Today we got the first connection! I'll spin a 3G enabled F11-XO1 build in a while :-) -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

Re: [Sugar-devel] [Systems] ATTENTION: scheduled downtime of bugs.sugarlabs.org on monday

2010-03-08 Thread Bernie Innocenti
addresses. It's been already done for a bunch of lists, so you should find breadcrumbs on the laptop.org side. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel

Re: [Sugar-devel] 3g dependencies

2010-03-08 Thread Bernie Innocenti
applied, and the modem control panel also works. 3G devices show up in the panel, but you can't connect just yet. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel

Re: [Sugar-devel] 3g dependencies

2010-03-08 Thread Bernie Innocenti
On Mon, 2010-03-08 at 14:55 -0300, Bernie Innocenti wrote: In Fedora 11, in addition to what we have already, we need an updated udev (version 145), which also depends on a newer usbutils (0.82). This is necessary to witch hybrid modems into comm mode. Oh, and we have to add ModemManager

Re: [Sugar-devel] [SLOBS] Oversight Board request: Not fully bundled .xo

2010-03-04 Thread Bernie Innocenti
and let the distros do their job? I'm convinced that the unprivileged installation issue is easy to overcome once we agree that native packages don't stink and are not more complicated than they need to be. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

Re: [Sugar-devel] [SLOBS] Oversight Board request: Not fully bundled .xo

2010-03-04 Thread Bernie Innocenti
On Thu, 2010-03-04 at 22:20 -0300, Bernie Innocenti wrote: If we want Sugar's user-base to keep growing in the future, we need to keep our platform open and viable to users of different hardware. Hopefully soon, also OLPC is going to switch to a non-x86 architecture. It was clear from

Re: [Sugar-devel] [Systems] [IAEP] Turtle Art on Activities.sugarlabs.org

2010-02-27 Thread Bernie Innocenti
already have FileShare activity I'm working on Library-2 activity which should support not only server model but also per-to-peer sharing model (activity will have thumb view to make object browsing more useful) Very interesting... -- // Bernie Innocenti - http://codewiz.org/ \X

Re: [Sugar-devel] Update methods (Was: Root filesystem ran out of room in F11-on-XO1)

2010-02-25 Thread Bernie Innocenti
, a Ceibal developer, has been working on a backup to USB patch for the Journal. In Paraguay, we've been using two simple shell scripts to save and restore the journal across upgrades, but a proper UI would definitely simplify things for the technicians. -- // Bernie Innocenti - http://codewiz.org

Re: [Sugar-devel] Sugar 0.88 in F11-XO1

2010-02-24 Thread Bernie Innocenti
can dedicate to it. If someone would like to champion an F12 effort, I'd be glad to help out. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http

Re: [Sugar-devel] Sugar 0.88 in F11-XO1

2010-02-23 Thread Bernie Innocenti
showed up and appeared to work normally. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] Sugar 0.88 in F11-XO1

2010-02-22 Thread Bernie Innocenti
number of testers. I could act as a dumb proxy: send me patches along with the feedback forms that you'd like the users to fill-in, or something like that. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

[Sugar-devel] Master nameserver changed for sugarlabs.org et al.

2010-02-18 Thread Bernie Innocenti
the entire day chasing bugs in slave configurations and notifies. Watch out for name resolution problems over the next few days! -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar

Re: [Sugar-devel] [Marketing] Fresh Sugar presetnations?

2010-02-17 Thread Bernie Innocenti
another computer Thanks! -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Directory of sugar imagens

2010-02-16 Thread Bernie Innocenti
...@lists.sugarlabs.org list is meant for developers who speak Spanish. The core Sugar development list is sugar-devel@lists.sugarlabs.org -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel

Re: [Sugar-devel] [Marketing] Fresh Sugar presetnations?

2010-02-14 Thread Bernie Innocenti
mind French. I'd have to translate everything to Spanish anyway :-) Please, upload your presentatin to the usual place whenever you like: http://wiki.sugarlabs.org/go/Marketing_Team/Presentations -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

Re: [Sugar-devel] Heads Up: Sugar 0.87.4 coming to Rawhide

2010-02-14 Thread Bernie Innocenti
dependencies, I'd be glad to backport the 0.86 or 0.87 packages to F11 for testers like you. Hopefully it won't take much time, just let me know if it's needed. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

[Sugar-devel] Fresh Sugar presetnations?

2010-02-10 Thread Bernie Innocenti
For an upcoming talk, I'd like to remix some of my old Sugar presentations and include new technical and introductory information about SoaS and Sugar's core components. Can anyone point me at existing presentations from which I could shamelessly rip graphics and good ideas? -- // Bernie

Re: [Sugar-devel] Missing libxklavier-dev dependency on Karmic

2010-02-09 Thread Bernie Innocenti
On Fri, 2010-02-05 at 13:02 +0100, Tomeu Vizoso wrote: Please do so, I'm very interested on it but it's not in the review queue. Done: http://bugs.sugarlabs.org/ticket/1662 Sorry, I'll never learn our review process :) -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs

[Sugar-devel] Missing libxklavier-dev dependency on Karmic

2010-02-04 Thread Bernie Innocenti
I've just ran sugar-jhbuild on a Karmic machine and a configure failed because libxklavier-dev was missing. Unfortunately, we did not take note of what module was failing, but I guess you can easily figure it out :) -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http

Re: [Sugar-devel] [Fwd: Re: club othello]

2010-02-04 Thread Bernie Innocenti
.- -- Jorge A. Saldivar G.- -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Missing libxklavier-dev dependency on Karmic

2010-02-04 Thread Bernie Innocenti
uninstalling libxklavier-dev and run depscheck to ensure it properly complains. It almost certainly will. BTW, we've also got hit by the missing --enable-maintainer-mode in one of the sugar modules, for which I had posted a patch some time ago. I'll search for the bug in trac and ping it. -- // Bernie

Re: [Sugar-devel] calling for volunteers (was Re: SOAS 2 problems)

2010-01-30 Thread Bernie Innocenti
could briefly mention Sugar, I think it could be great. Indeed. If we could even get to the point of announcing some form of official collaboration, I think it would benefit both OLPC and Sugar. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

[Sugar-devel] Rainbow in F-11 and F-12

2010-01-30 Thread Bernie Innocenti
I'd like to import rainbow 0.8.6 in Fedora devel and backport it to F-11, for the purpose of getting it in the Paraguayan build, and maybe also in the F11-XO1 and SoaS, if there's interest. Anything important I should be aware of? -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs

[Sugar-devel] Labeling connectors in Labyrinth

2010-01-22 Thread Bernie Innocenti
Hello Gary, Mary Gomez Go of Paraguay Educa asked me if it is possible to put text labels on the connectors between blocks. I don't think it's possible, but perhaps it's easy to add as a new feature? And here comes the actual question: would you have time to do it? ;-) -- // Bernie

Re: [Sugar-devel] SOAS 2 problems

2010-01-12 Thread Bernie Innocenti
if he is having the same problem we saw at GPA? David's problem sounds like a different thing. I'd rather try to diagnose it interactively with him. I can be reached on #sugar (irc.freenode.net) as bernie, or on Jabber as ber...@codewiz.org . -- // Bernie Innocenti - http://codewiz.org/ \X

Re: [Sugar-devel] SOAS 2 problems

2010-01-12 Thread Bernie Innocenti
On Tue, 2010-01-12 at 15:16 -0500, Walter Bender wrote: On Tue, Jan 12, 2010 at 3:11 PM, Bernie Innocenti ber...@codewiz.org wrote: On Mon, 2010-01-11 at 11:36 -0500, Caroline Meeks wrote: I second what Jim says. I've had a lot of trouble booting from the boot helper with Blueberry

Re: [Sugar-devel] SOAS 2 problems

2010-01-12 Thread Bernie Innocenti
On Tue, 2010-01-12 at 15:27 -0500, Bernie Innocenti wrote: Caroline, I believe you could install it on SoaS by doing: sudo yum --enablerepo=updates-testing update xorg-x11-drv-ati It should drag in a few more testing packages, that's to be expected. Good luck! I got more useful tips from

Re: [Sugar-devel] SOAS 2 problems

2010-01-12 Thread Bernie Innocenti
On Tue, 2010-01-12 at 16:36 -0500, Bernie Innocenti wrote: Installing an updated kernel on SoaS may be a little hard. Oops: airlied bernie: the new kernel might be a better bet also airlied bernie: from koji for F12 Well, maybe not too hard after all. Try: sudo yum --enablerepo=updates

Re: [Sugar-devel] karma repo is huge!

2010-01-04 Thread Bernie Innocenti
a good way to search the history for large files (or large deltas). I guess we could ask for advice on #git, though. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel

Re: [Sugar-devel] g.sl.o issues for Karma and perhaps other activities

2010-01-03 Thread Bernie Innocenti
office hours. Next business day, on-site support contracts available on demand. Git is a registered trademark of Stupid Version Control Systems, Inc. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

Re: [Sugar-devel] g.sl.o issues for Karma and perhaps other activities

2010-01-02 Thread Bernie Innocenti
create a gitorious account for you on Sunjammer. I'm open to other possibilities, too. It would be great if we could share our development infrastructure. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ PS: Bryan, you were right: Avatar was fantastic

[Sugar-devel] PATCH: add a delete all function to physics

2009-12-18 Thread Bernie Innocenti
! Restore the ground which we eagerly destroyed :-) +self.game.world.add.ground() + elif event.type == MOUSEBUTTONUP and event.button == 1: self.cancel() def draw(self): -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http

Re: [Sugar-devel] [OLPC_Boston] Printer help needed!

2009-12-13 Thread Bernie Innocenti
this out! Hope it helped! -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [Systems] aslo - CDN

2009-11-30 Thread Bernie Innocenti
too. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ signature.asc Description: This is a digitally signed message part ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http

[Sugar-devel] sunjammer: machine reboot, Nov 29 15:00 EST

2009-11-29 Thread Bernie Innocenti
We need to perform a reboot of sunjammer.sugarlabs.org required to fix the nfs server. The service outage should protract for just a few minutes. Apologies for any inconvenience, -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

[Sugar-devel] Fwd: [Zero-install-devel] Summary of the chat on #sugar-meeting (2009-10-18)

2009-10-18 Thread Bernie Innocenti
FYI Mensaje original Asunto: [Zero-install-devel] Summary of the chat on #sugar-meeting (2009-10-18) Fecha: Sun, 18 Oct 2009 16:02:50 +0100 De: Thomas Leonard tal...@gmail.com Responder-a:: The Zero Install system zero-install-de...@lists.sourceforge.net A: The Zero Install

Re: [Sugar-devel] Zero-calorie bundles?

2009-10-16 Thread Bernie Innocenti
the perspective I am mentioning. Agreed, we should also hear from all the others. Well, perhaps not from the Autopackage crowd, since we already know they FAIL. :-))) -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org

Re: [Sugar-devel] [IAEP] ASLO updates

2009-10-15 Thread Bernie Innocenti
passwords in this way. Any volunteers to write and test this procedure? -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org

Re: [Sugar-devel] [Zero-install-devel] Zero-calorie bundles?

2009-10-15 Thread Bernie Innocenti
is only for things relevant to Sugar. What kind of policy are you thinking of? We can offer abundant disk space and bandwidth to serve other Zero Install packages, as long as they are Free Software as defined by the FSF, since we are their guests. -- // Bernie Innocenti - http://codewiz.org/ \X

Re: [Sugar-devel] Zero-calorie bundles?

2009-10-15 Thread Bernie Innocenti
to prove their ideas. -- // Bernie Innocenti - http://codewiz.org/ \X/ Sugar Labs - http://sugarlabs.org/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [IAEP] ASLO updates

2009-10-15 Thread Bernie Innocenti
passwords in this way. Any volunteers to write and test this procedure? Well, we don't need such ASLO specific administration 24x7, most of time it could be just regular file-permissions/apache/etc administration. Ok. For now we'll limit it to /etc only. -- // Bernie Innocenti - http

<    1   2   3   4   5   6   7   8   >