GNOME Bugzilla – Bug 584407
Gconf keys doesn't show translated
Last modified: 2009-11-11 21:04:04 UTC
I'm checking this in a fresh instalation of Ubuntu Jaunty (stable) plus the last updated (the result is the same that before the update). The version of Gconf is: 2.26.0-0ubuntu1 If you check in gconf-editor or with gconttool-2 (from a non-English environment) any gconf key's description you'll get always in English. For exmaple: guada@jaunty:~$ gconftool --short-docs /apps/gnome_settings_daemon/keybindings/calculator Launch calculator guada@jaunty:~$ LANG=es gconftool --short-docs /apps/gnome_settings_daemon/keybindings/calculator Launch calculator guada@jaunty:~$ LANG=es_ES gconftool --short-docs /apps/gnome_settings_daemon/keybindings/calculator Launch calculator guada@jaunty:~$ LANG=es_ES.UTF-8 gconftool --short-docs /apps/gnome_settings_daemon/keybindings/calculator Launch calculator guada@jaunty:~$ LANG=es.UTF-8 gconftool --short-docs /apps/gnome_settings_daemon/keybindings/calculator Launch calculator guada@jaunty:~$ LANG=it gconftool --short-docs /apps/gnome_settings_daemon/keybindings/calculator Launch calculator It seems to me to be related with the changes made for the bug #568845 (http://bugzilla.gnome.org/show_bug.cgi?id=568845). And this causes problems like the bug #576570 (http://bugzilla.gnome.org/show_bug.cgi?id=576570).
I don't know what gconftool is. What would be the command in gconftool-2 to reproduce your results?
This was confirmed to be fixed now, and seems to have been an error in our translation handling.