Bug 1047151
Summary: | Numlock LED incorrect after keyboard map switch | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | jean-filip tripcevic <jtripcevic> |
Component: | xorg-x11-server | Assignee: | Peter Hutterer <peter.hutterer> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 22 | CC: | b.bellec, beland, collura, D8F55524, fmuellner, negativo17, otaylor, peter.hutterer, rafaelluik, samkraju, walters, xgl-maint |
Target Milestone: | --- | Flags: | peter.hutterer:
needinfo?
|
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | xorg-x11-server-1.18.3-2.fc23 xorg-x11-server-1.18.3-2.fc24 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-05-07 21:50:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
jean-filip tripcevic
2013-12-29 13:47:23 UTC
Upstream bug is here: https://bugzilla.gnome.org/show_bug.cgi?id=719846 This also hits Gnome 3.8, so Fedora 19 and most importantly RHEL7. Workaround for this bug that works for me: 1.Insure that numlockx is installed. If not install it. 2.Create the following shell script accessible by all: #!/bin/bash numlockx off sleep 5 numlockx on 3.Add this script to user's gnome-session-properties start-up applications. I can't reproduce this as described with a US keyboard, but these steps from the upstream Gnome bug *do* reproduce for me on Fedora 22 beta: >>> 1. $ setxkbmap us 2. enable NumLock 3. $ setxkbmap br 4. press any modifier key At this point the numlock led turn off and the keycodes sent for those keys are indeed the original (non numlocked) ones. <<< Bug 1083642 is the same thing for RHEL 7. Comments in the Gnome bug suggest this is a problem with the X server, so changing the component. Possibly related: Bug 1217582 - Numlock light stays on after logout but can't type numbers from numpad ok, I think I finally found the reason why. A test patch is available in this F23 scratch build here: http://koji.fedoraproject.org/koji/taskinfo?taskID=13844561 This bug is for F22 but I figured maybe by now you have updated to F23 :) afaict this works now, especially the reproducer from comment 3. Please let me know of any side-effects you discover. Your patch/rpm fixes the numlock issue for me. Tested on F23. Thanks! xorg-x11-server-1.18.3-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-f2f8b12e17 xorg-x11-server-1.18.3-2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-a3c46c3acd xorg-x11-server-1.18.3-2.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-a3c46c3acd xorg-x11-server-1.18.3-2.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-f2f8b12e17 xorg-x11-server-1.18.3-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. xorg-x11-server-1.18.3-2.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 1315090 has been marked as a duplicate of this bug. *** |