Bug 458459
| Summary: | server aborts when gnome-session sets keyboard properties | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jeremy Katz <katzj> |
| Component: | xorg-x11-server | Assignee: | Peter Hutterer <peter.hutterer> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | peter.hutterer, xgl-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-09-10 16:41:34 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 457945 | ||
|
Description
Jeremy Katz
2008-08-08 15:57:49 UTC
what layout do you use? Anything else out of the ordinary except the caps lock remapping? Just a standard us keyboard layout, no other remappings. And remapping with xmodmap is fine, just going through the gnome keyboard properties leads to the abort Does this happen on login or autologin only? Does it happen if you type a key before you try to remap it? Does it crash when you don't have the mapping? (I can't reproduce it, so there's a bit of guesswork involved) Can you post the output of setxkbmap -print? Normal login via gdm or startx, early in the session startup before any typing occurs (or, if you remove the remap, when you go to set it again). And things are fine after I nuked ~/.gconf/desktop/gnome/peripherals/keyboard/
[katzj@aglarond Desktop]$ setxkbmap -print
xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete" };
xkb_symbols { include "pc+us+inet(evdev)" };
xkb_geometry { include "pc(pc104)" };
};
It's possible that this is fixed since I hit it and figured out what was going on. I'll update my laptop again a little later this morning and find out if I still hit it.
Jeremy: Did the update fix the issue? Still happens as of this morning when I tried on the bus Can you reproduce the crash by running setxkbmap -layout us -option "ctrl:nocaps"? If so, please attach out.xkm after running setxkbmap -layout us -option "ctrl:nocaps" -print | xkbcomp -xkm - out.xkm In theory, the output of xkbcomp should be the same as the xkm file gnome uploads. After a rawhide update today, I'm not getting this to happen anymore. |