Comment 4 for bug 164191

Revision history for this message
Alexander Jones (alex-weej) wrote :

With "default" layout ("uk"):

alex@flash:~$ xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc105", "uk", "", ""
_XKB_RULES_NAMES(STRING) = "xorg", "pc105", "gb", "", "grp:alts_toggle"
alex@flash:~$ gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
 layouts = []
 model =
 options = []
 overrideSettings = true

With "United Kingdom" layout:

alex@flash:~$ xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xorg", "pc105", "uk", "", ""
_XKB_RULES_NAMES(STRING) = "xorg", "pc105", "gb", "", "grp:alts_toggle"
alex@flash:~$ gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd
 layouts = [gb]
 model =
 options = [grp grp:alts_toggle]
 overrideSettings = true

So it seems that it's just the GConf settings that are different.