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: http://developer.sugarlabs.org/activity.md.html,
 but when I open my web-activity, then close immediately and the log is so
 poor:

 in shell.log: 1380586767.881795 WARNING root:
 _Account.__set_current_activity_cb
 in web-activity log: Terminated by signal 11, pid 3320 data (None, open
 file 'fdopen', mode 'w' at 0xab77e38,
 '5cbb1ff84a414182168ba2e6a8f06717df9fa541')

 I attached .xo, can anybody give me a hand? thanks!

 Regards!


 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). The rpms include some improvements developed to
 include in Australia images too.

 *Steps to install:*
 *
 *
 1) Install 13.2.0, as explained here:
 http://wiki.laptop.org/go/Release_notes/13.2.0
 2) Download http://dev.laptop.org/~gonzalo/testing-0.100-i386.zip
 4) In the terminal
 unzip testing-0.100-i386.zip
  su
 rpm -e sugar-update-control
 rpm -Uvh *.rpm
 rm -rf .sugar
 reboot

 *What is new on Sugar 0.100?*

 This is a pretty exciting release, with many improvements:
 Web Sevices: http://wiki.sugarlabs.org/go/Features/Web_services
 Multiple Home Views:
 http://wiki.sugarlabs.org/go/Features/Multiple_home_views
 Multi Selection in the Journal:
 http://wiki.sugarlabs.org/go/Features/Multi_selection
 Enable change Home Icon:
 http://wiki.sugarlabs.org/go/Features/Icon_Change
 Content Support: http://wiki.sugarlabs.org/go/Features/Content_support
 Background image in Home View:
 http://wiki.sugarlabs.org/go/Features/Background_image_on_home_view
 Database Support in 3G Modems control panel:
 http://wiki.sugarlabs.org/go/Features/3G_Support/Database_Support

 the Activities Updater was improved too, now can update from
 activities.sugarlabs.org or from wiki.laptop.org.

 The pygobject/gobject-introspection rpms included, contain fixes and
 performance improvements developed by Daniel Drake.

 *And more!*

 These patches have more fun, in development for Australia.
 New age and gender request dialog (to improve statistics collection)
 Backup/Restore: http://wiki.sugarlabs.org/go/Features/Backup_and_Restore
 Proxy configuration: (based on work from Manuel Quiñones over the
 original feature proposal
 http://wiki.sugarlabs.org/go/Features/Proxy_configuration)
 WPA/WPA2 conections:
 http://wiki.sugarlabs.org/go/Features/WPA-WPA2-Enterprise-Network-Connections
 Hidden Access Points connection (based in the feature
 http://wiki.sugarlabs.org/go/Features/Configuring_Hidden_Wifi_Access_Points
 )

 *What is out?*

 We can't test web activities in F18 yet. There are work ongoing, but is
 not ready.

 If someone need rpm sources, tell me, are not included in the zip to make
 easier the installation.

 Please report any issue you found in sugar-devel mailing list or fill a
 ticket in bugs.sugarlabs.org.

 Gonzalo


 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel




 --
 Roger.

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 pages have very old current status or do not
 mention 0.100.


Yes, we need update the wiki pages


 Is
 http://wiki.sugarlabs.org/go/Features/Configuring_Hidden_Wifi_Access_Points
 still correct in saying that the network can be defined in the My
 Settings - Network panel?  I didn't see that after reboot.


True.

You need do the following to enable:

gconftool-2 -s --type
boolean /desktop/sugar/extensions/network/conf_hidden_ssid true

Gonzalo
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 unable to handle
the ISO-8859-1 no-break space (0xa0) you inserted into the command:

[olpc@xo-96-ad-9e ~]$ gconftool-2 -s --type boolean 
/desktop/sugar/extensions/network/conf_hidden_ssid true
No value to set for key: `true'
[olpc@xo-96-ad-9e ~]$ 

The argument parser is consuming the key as part of the type.

After replacing the no-break space, the command gave no error.

-- 
James Cameron
http://quozl.linux.org.au/
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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, then hidden networks part of network
 settings appeared.

 --

 For your interest, either gconftool-2 or bash were unable to handle
 the ISO-8859-1 no-break space (0xa0) you inserted into the command:

 [olpc@xo-96-ad-9e ~]$ gconftool-2 -s --type
 boolean /desktop/sugar/extensions/network/conf_hidden_ssid true
 No value to set for key: `true'
 [olpc@xo-96-ad-9e ~]$

 The argument parser is consuming the key as part of the type.

 After replacing the no-break space, the command gave no error.

 --
 James Cameron
 http://quozl.linux.org.au/

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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

-- 
.. manuq ..
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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/
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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 type=list ltype=string
li type=string
stringvalueview-radial/stringvalue
/li
li type=string
stringvalueview-radial/stringvalue
/li
/entry
entry name=favorite_icons mtime=1375102663 type=list ltype=strin
g
li type=string
stringvalueemblem-favorite/stringvalue
/li
li type=string
stringvalueemblem-favorite/stringvalue
/li
/entry
/gconf

This will result in two homeviews, each using the standard view-radial
icon on the desktop and the emblem-favorite icon in the list view.

from the cmd line, you can configure it something like this:

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']

-walter

On Thu, Sep 26, 2013 at 9:49 PM, James Cameron qu...@laptop.org wrote:
 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/
 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel



-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


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']

Thanks.  Minor missing quote.  Works fine after restart.  Fixed Wiki.

It looks like a deployment might enable this in
olpc-os-builder:modules/sugar/kspost.50.gconf.inc

-- 
James Cameron
http://quozl.linux.org.au/
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel