Bug 180861
Summary: | Error activating XKB configuration | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Karsten Elgaard Sørensen <karsten.elgaard.sorensen> |
Component: | gnome-applets | Assignee: | Ray Strode [halfline] <rstrode> |
Status: | CLOSED WONTFIX | QA Contact: | desktop-bugs <desktop-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.0 | CC: | alsadi, rpm, sasakara |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | ia64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-20 13:26:56 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
Karsten Elgaard Sørensen
2006-02-10 11:06:10 UTC
*** Bug 180862 has been marked as a duplicate of this bug. *** *** Bug 180864 has been marked as a duplicate of this bug. *** *** Bug 180863 has been marked as a duplicate of this bug. *** *** Bug 180865 has been marked as a duplicate of this bug. *** *** Bug 180866 has been marked as a duplicate of this bug. *** *** Bug 180867 has been marked as a duplicate of this bug. *** *** Bug 180868 has been marked as a duplicate of this bug. *** *** Bug 180869 has been marked as a duplicate of this bug. *** *** Bug 180870 has been marked as a duplicate of this bug. *** *** Bug 180872 has been marked as a duplicate of this bug. *** *** Bug 180873 has been marked as a duplicate of this bug. *** *** Bug 180875 has been marked as a duplicate of this bug. *** *** Bug 180874 has been marked as a duplicate of this bug. *** *** Bug 180876 has been marked as a duplicate of this bug. *** *** Bug 180877 has been marked as a duplicate of this bug. *** *** Bug 180878 has been marked as a duplicate of this bug. *** *** Bug 180879 has been marked as a duplicate of this bug. *** *** Bug 180880 has been marked as a duplicate of this bug. *** *** Bug 180881 has been marked as a duplicate of this bug. *** *** Bug 180882 has been marked as a duplicate of this bug. *** *** Bug 180883 has been marked as a duplicate of this bug. *** *** Bug 180884 has been marked as a duplicate of this bug. *** *** Bug 180886 has been marked as a duplicate of this bug. *** *** Bug 180885 has been marked as a duplicate of this bug. *** *** Bug 180887 has been marked as a duplicate of this bug. *** *** Bug 180888 has been marked as a duplicate of this bug. *** *** Bug 180889 has been marked as a duplicate of this bug. *** *** Bug 180890 has been marked as a duplicate of this bug. *** *** Bug 180891 has been marked as a duplicate of this bug. *** *** Bug 180892 has been marked as a duplicate of this bug. *** *** Bug 180893 has been marked as a duplicate of this bug. *** *** Bug 180894 has been marked as a duplicate of this bug. *** Unfortunately, GNOME's keyboard applet displays this message, and incorrectly blames the problem on a faulty X server. It turns out the majority of the problems are traced down to being bugs in libxklavier or the keyboard applet itself. I really wish the GNOME developers (or at least the Red hat package maintainer) would remove this erroneous error message. Reassigning to gnome-applets for diagnosis. The problem persists in F11. xprop -root | grep XKB _XKB_RULES_NAMES_BACKUP(STRING) = "evdev", "evdev", "us", "nodeadkeys", "terminate:ctrl_alt_bksp" _XKB_RULES_NAMES(STRING) = "evdev", "evdev", "us", "nodeadkeys", "terminate:ctrl_alt_bksp" ============================================================================ gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd layouts = [] overrideSettings = false options = [] model = pc101 I got rid from the problem by re-changing my keyboard controls using System->preferences-keyboard to Germany-no-deadkeys. Fixed by going to System -> Preferences -> Keyboard -> Layouts and selecting "Reset to Defaults" and changing settings again. Maybe changing "Keyboard model" to "Evdev-managed keyboard" would help, too. Had the problem on an F10->F11 upgrade. "Reset to defaults" didn't fix it for me, but going to System -> Preferences -> Keyboard and adding the same layout ("United Kingdom") as I already had, and then deleting the original (now duplicate) in the list fixed it. My original (broken) output: $ xprop -root | grep XKB _XKB_RULES_NAMES_BACKUP(STRING) = "evdev", "evdev", "us", "", "terminate:ctrl_alt_bksp" _XKB_RULES_NAMES(STRING) = "evdev", "evdev", "gb", "", "" $ gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd layouts = [uk] options = [] model = evdev After I fiddled with it and it worked: $ xprop -root | grep XKB _XKB_RULES_NAMES_BACKUP(STRING) = "evdev", "evdev", "us", "", "terminate:ctrl_alt_bksp" _XKB_RULES_NAMES(STRING) = "evdev", "evdev", "gb", "", "grp:shift_caps_toggle" $ gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd layouts = [gb] options = [grp grp:shift_caps_toggle] model = Thank you for submitting this issue for consideration in Red Hat Enterprise Linux. The release for which you requested us to review is now End of Life. Please See https://access.redhat.com/support/policy/updates/errata/ If you would like Red Hat to re-consider your feature request for an active release, please re-open the request via appropriate support channels and provide additional supporting details about the importance of this issue. |