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/ _______________________________________________ IAEP -- It's An Education Project (not a laptop project!) [email protected] http://lists.sugarlabs.org/listinfo/iaep
