Re: Helping test Sugar 0.100

2013-10-01 Thread Gonzalo Odiard
As James said, web activities are not supported on F18 yet. Gonzalo On Mon, Sep 30, 2013 at 9:28 PM, Rogelio Mita rogeliom...@gmail.com wrote: Hi Gonzalo, works great on XO-1.5, and I made a proof of concept of a web-activity following these steps:

Re: Helping test Sugar 0.100

2013-09-27 Thread Gonzalo Odiard
Your .zip has more levels than you planned, I think. su rpm -e sugar-update-control Needed here: pushd run/media/gonzalo/E8B1-F3D9/i386-0100 Sorry, I fixed that and uploaded a new zip file. These patches have more fun, in development for Australia. [...] Some of these feature

Re: Helping test Sugar 0.100

2013-09-27 Thread James Cameron
On Fri, Sep 27, 2013 at 11:35:32AM -0300, Gonzalo Odiard wrote: gconftool-2 -s --type \ boolean /desktop/sugar/extensions/network/conf_hidden_ssid true Thanks. A restart was needed, then hidden networks part of network settings appeared. -- For your interest, either gconftool-2 or bash were

Re: Helping test Sugar 0.100

2013-09-27 Thread Gonzalo Odiard
OK, thanks for testing. Gonzalo On Fri, Sep 27, 2013 at 7:49 PM, James Cameron qu...@laptop.org wrote: On Fri, Sep 27, 2013 at 11:35:32AM -0300, Gonzalo Odiard wrote: gconftool-2 -s --type \ boolean /desktop/sugar/extensions/network/conf_hidden_ssid true Thanks. A restart was needed,

Re: Helping test Sugar 0.100

2013-09-26 Thread Manuel Quiñones
2013/9/26 Gonzalo Odiard gonz...@laptop.org: To all the people interested in help to test the new features in Sugar 0.100, I have prepared rpms to install over a 13.2.0 image on xo-1.5 (I didn't tested on xo-1, but should work). Excellent! Yes, should work in any XO architecture -- ..

Re: Helping test Sugar 0.100

2013-09-26 Thread James Cameron
On Thu, Sep 26, 2013 at 03:58:39PM -0300, Gonzalo Odiard wrote: Multiple Home Views: http://wiki.sugarlabs.org/go/Features/Multiple_home_views I could not see how to make this work. What is the test case? -- James Cameron http://quozl.linux.org.au/

Re: Helping test Sugar 0.100

2013-09-26 Thread Walter Bender
My apologies: the current implementation is not documented (except in the patch). You need to use gconf settings to enable it. in desktop/sugar/desktop, you need to add view_icons entries (and optionally, favorite_icons), e.g.: ?xml version=1.0? gconf entry name=view_icons mtime=1375102663

Re: Helping test Sugar 0.100

2013-09-26 Thread James Cameron
On Thu, Sep 26, 2013 at 10:01:51PM -0400, Walter Bender wrote: gconftool-2 -s /desktop/sugar/desktop/view_icons --type list --list-type string ['view-radial','view-radial'] gconftool-2 -s /desktop/sugar/desktop/view_favorites --type list --list-type string [emblem-favorite','emblem-favorite']