Re: [Sugar-devel] [support-gang] Helping test Sugar 0.100

2013-09-27 Thread Gonzalo Odiard
No, I never had a koji user.

How can I have one?

Gonzalo


On Fri, Sep 27, 2013 at 11:18 AM, Manuel Quiñones ma...@laptop.org wrote:

 2013/9/26 James Cameron qu...@laptop.org:
  On Thu, Sep 26, 2013 at 05:50:57PM -0300, Manuel Quiñones wrote:
  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
 
  No, these RPMs include some that are i386 only.  That means XO-1 and
  XO-1.5 only.

 Oh, yes, you are right James.

 Are you using koji, Gonzalo?  Ideally we should use it and get the
 rpms for the different architectures.

 --
 .. manuq ..

___
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: [Sugar-devel] [support-gang] Helping test Sugar 0.100

2013-09-27 Thread Manuel Quiñones
2013/9/27 Gonzalo Odiard gonz...@laptop.org:
 No, I never had a koji user.

 How can I have one?

According to

https://fedoraproject.org/wiki/Using_the_Koji_build_system

you need to be a Fedora package maintainer.  And according to

http://fedoraproject.org/wiki/How_to_get_sponsored_into_the_packager_group

you can become a maintainer if someone sponsors you.  I think Peter
sponsored me.  You should ask him.




 Gonzalo


 On Fri, Sep 27, 2013 at 11:18 AM, Manuel Quiñones ma...@laptop.org wrote:

 2013/9/26 James Cameron qu...@laptop.org:
  On Thu, Sep 26, 2013 at 05:50:57PM -0300, Manuel Quiñones wrote:
  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
 
  No, these RPMs include some that are i386 only.  That means XO-1 and
  XO-1.5 only.

 Oh, yes, you are right James.

 Are you using koji, Gonzalo?  Ideally we should use it and get the
 rpms for the different architectures.

 --
 .. manuq ..





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


Re: [Sugar-devel] Helping test Sugar 0.100

2013-09-27 Thread Gonzalo Odiard
Confirmame si esto te sirve para probarlo en la 1.5

Gonzalo


On Thu, Sep 26, 2013 at 7:07 PM, Flavio Danesse fdane...@gmail.com wrote:

 Hay alguna imagen disponible para instalar en xo 1.5 o 1.75?


 2013/9/26 Manuel Quiñones ma...@laptop.org

 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 ..
 ___
 Sugar-devel mailing list
 sugar-de...@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel



___
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