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

XkbOptions and gnome



I was about to submit this as a bug against gnome, but I wanted to check
I wasn't being stupid first ;)

When I log into gnome (59) my XkbOptions get ignored! Can anyone confirm this?

XF86Config-4:
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "gb"
        Option          "XkbOptions"    "altwin:meta_win,compose:menu"
EndSection

XFree86.0.log:
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "gb"
(**) XKB: layout: "gb"
(**) Option "XkbOptions" "altwin:meta_win,compose:menu"
(**) XKB: options: "altwin:meta_win,compose:menu"
(==) Keyboard: CustomKeycode disabled

When I'm in gnome:
> xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xfree86", "pc105", "gb", "", "altwin:meta_win,compose:menu"
_XKB_RULES_NAMES(STRING) = "xfree86", "pc105", "gb", "", ""

When I'm not in gnome:
> xprop -root | grep XKB
_XKB_RULES_NAMES(STRING) = "xfree86", "pc105", "gb", "", "altwin:meta_win,compose:menu"

-- 
OoberMick



Reply to: