<div dir="ltr">OK, thanks for testing.<div><br></div><div>Gonzalo</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Sep 27, 2013 at 7:49 PM, James Cameron <span dir="ltr"><<a href="mailto:quozl@laptop.org" target="_blank">quozl@laptop.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Fri, Sep 27, 2013 at 11:35:32AM -0300, Gonzalo Odiard wrote:<br>
> gconftool-2 -s --type \<br>
> boolean /desktop/sugar/extensions/network/conf_hidden_ssid true<br>
<br>
</div>Thanks.  A restart was needed, then hidden networks part of network<br>
settings appeared.<br>
<br>
--<br>
<br>
For your interest, either gconftool-2 or bash were unable to handle<br>
the ISO-8859-1 no-break space (0xa0) you inserted into the command:<br>
<br>
[olpc@xo-96-ad-9e ~]$ gconftool-2 -s --type boolean /desktop/sugar/extensions/network/conf_hidden_ssid true<br>
No value to set for key: `true'<br>
[olpc@xo-96-ad-9e ~]$<br>
<br>
The argument parser is consuming the key as part of the type.<br>
<br>
After replacing the no-break space, the command gave no error.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
</div></div></blockquote></div><br></div>