Bug 664238
| Summary: | setxkbmap settings are forgotten after suspend | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Skippy <lecotegougdelaforce> |
| Component: | xkeyboard-config | Assignee: | Peter Hutterer <peter.hutterer> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | avi.rei, moabi2000, peter.hutterer |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-02-23 04:33:14 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: | |||
|
Description
Skippy
2010-12-19 13:41:04 UTC
This is expected behaviour. During suspend, the keyboard device is removed from the server as it is disabled. When it comes back it comes back as a new device. This means two things: - the setxkbmap configuration that only applied to the keyboard that was disabled went away when the keyboard went away. - gnome will apply the configured keyboard settings when it sees new devices For keyboard configuration to stick it has to be configured either in the xorg.conf.d snippets or in gnome directly for per-user configuration. For more info, see http://who-t.blogspot.com/2010/06/keyboard-configuration-its-complicated.html *** Bug 582123 has been marked as a duplicate of this bug. *** (In reply to comment #1) > This is expected behaviour. During suspend, the keyboard device is removed from > the server as it is disabled. When it comes back it comes back as a new device. > > This means two things: > - the setxkbmap configuration that only applied to the keyboard that was > disabled went away when the keyboard went away. > - gnome will apply the configured keyboard settings when it sees new devices > > For keyboard configuration to stick it has to be configured either in the > xorg.conf.d snippets or in gnome directly for per-user configuration. > > For more info, see > http://who-t.blogspot.com/2010/06/keyboard-configuration-its-complicated.html KDE users, try: System Settings > Input Devices > Keyboard > Advanced > Ctrl key position > Swap Ctrl and Caps Lock (taken from https://bbs.archlinux.org/viewtopic.php?pid=904087) |