Re: libgnomeui stock menu items



ERDI Gergo <cactus cactus rulez org> writes: 
> here's a user.log snippet:
> 
> [gnome2] 22:39:06 [cactus galaxy menus]$ gconftool --get-schema-name /desktop/gnome/menus/show-icons
> No schema known for `/desktop/gnome/menus/show-icons'
> 
> Dec 10 22:39:13 galaxy gconfd (cactus-26515): starting (version 1.1.5), pid 26515 user 'cactus'
> Dec 10 22:39:13 galaxy gconfd (cactus-26515): Resolved address "xml:readonly:/home/cactus/prog/gnome/gnome2/sandbox/etc/gconf/gconf.xml.mandatory" to a read-only config source at position 0
> Dec 10 22:39:13 galaxy gconfd (cactus-26515): Resolved address "xml:readwrite:/home/cactus/.gconf" to a writable config source at position 1
> Dec 10 22:39:13 galaxy gconfd (cactus-26515): Resolved address "xml:readonly:/home/cactus/prog/gnome/gnome2/sandbox/etc/gconf/gconf.xml.defaults" to a read-only config source at position 2
> 
> yes, it is crazy.
> 

I think I get it:

$ gconftool --get-schema-name /desktop/gnome/menus/show-icons
/schemas/desktop/gnome/menus/show-icons
$ gconftool --type=bool --set /desktop/gnome/menus/show-icons false
$ gconftool --get-schema-name /desktop/gnome/menus/show-icons
No schema known for `/desktop/gnome/menus/show-icons'
$ gconftool --unset /desktop/gnome/menus/show-icons
$ gconftool --get-schema-name /desktop/gnome/menus/show-icons
/schemas/desktop/gnome/menus/show-icons

i.e. there appears to be a bug where setting the value in
xml:readwrite:/home/cactus/.gconf "hides" the schema name.

If you gconftool --unset /desktop/gnome/menus/show-icons does that
change the schema stuff?

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]