After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 705478 - in gnome 3.8 my numpad numbers are reversed
in gnome 3.8 my numpad numbers are reversed
Status: RESOLVED NOTABUG
Product: gnome-control-center
Classification: Core
Component: Keyboard
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: Rui Matos
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-05 07:57 UTC by Tycho Huisman
Modified: 2013-09-12 08:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot 1 (61.42 KB, image/png)
2013-08-09 08:32 UTC, Tycho Huisman
Details
screenshot 2 (67.58 KB, image/png)
2013-08-09 08:32 UTC, Tycho Huisman
Details
output from "xmodmap -pk" (21.59 KB, text/plain)
2013-09-11 18:02 UTC, Tycho Huisman
Details

Description Tycho Huisman 2013-08-05 07:57:17 UTC
after switch to gnome 3.8 my numpad number are reversed.. 

it should be 
789 
456 
123 

but is it 
123 
456 
789 

changin the input sourc in gnome-control-center doesnt do anything.. al layouts have this reversed order?? 

in console(not x-console) all is good..
Comment 1 André Klapper 2013-08-09 03:27:52 UTC
Which language and input settings do you have?

(Moving to g-c-c which is slightly less wrong.)
Comment 2 Tycho Huisman 2013-08-09 08:32:34 UTC
Created attachment 251220 [details]
screenshot 1
Comment 3 Tycho Huisman 2013-08-09 08:32:49 UTC
Created attachment 251221 [details]
screenshot 2
Comment 4 Tycho Huisman 2013-08-09 08:33:11 UTC
Language EN, layout US
Comment 5 Matthias Clasen 2013-08-12 15:08:26 UTC
That is almost certain to be a problem with the keyboard layout data in the xkeyboard-config package.
Comment 6 Rui Matos 2013-09-11 14:00:50 UTC
Please attach the output of "xmodmap -pk"
Comment 7 Tycho Huisman 2013-09-11 18:02:24 UTC
Created attachment 254726 [details]
output from "xmodmap -pk"
Comment 8 Rui Matos 2013-09-11 20:03:53 UTC
Thanks. Your keysyms are indeed swapped around on the numpad. What distribution/system and version are you running?

Please attach also the output of "gsettings list-recursively org.gnome.desktop.input-sources"
Comment 9 Tycho Huisman 2013-09-11 22:02:40 UTC
Im am using gentoo. 
Portage 2.2.1 (default/linux/amd64/13.0/desktop/gnome, gcc-4.7.3, glibc-2.15-r3, 3.8.13-gentoo x86_64)

Do you need anything else?


"gsettings list-recursively org.gnome.desktop.input-sources" ->

org.gnome.desktop.input-sources current uint32 0
org.gnome.desktop.input-sources per-window false
org.gnome.desktop.input-sources show-all-sources false
org.gnome.desktop.input-sources sources @a(ss) []
org.gnome.desktop.input-sources xkb-options ['terminate:ctrl_alt_bksp']
Comment 10 Rui Matos 2013-09-11 22:22:14 UTC
(In reply to comment #9)
> org.gnome.desktop.input-sources sources @a(ss) []

This shouldn't be empty. I don't know how you got into that state but it might be related. Try setting a keyboard layout in gnome-control-center.
Comment 11 Tycho Huisman 2013-09-11 22:28:56 UTC
No change so far

org.gnome.desktop.input-sources current uint32 0
org.gnome.desktop.input-sources per-window false
org.gnome.desktop.input-sources show-all-sources false
org.gnome.desktop.input-sources sources [('xkb', 'us'), ('xkb', 'nl')]
org.gnome.desktop.input-sources xkb-options ['caps:internal_nocancel', 'lv5:ralt_switch_lock', 'misc:typo', 'keypad:atm', 'grp_led:num']
Comment 12 Tycho Huisman 2013-09-11 22:33:00 UTC
No change so far

org.gnome.desktop.input-sources current uint32 0
org.gnome.desktop.input-sources per-window false
org.gnome.desktop.input-sources show-all-sources false
org.gnome.desktop.input-sources sources [('xkb', 'us'), ('xkb', 'nl')]
org.gnome.desktop.input-sources xkb-options ['caps:internal_nocancel', 'lv5:ralt_switch_lock', 'misc:typo', 'keypad:atm', 'grp_led:num']
Comment 13 Rui Matos 2013-09-12 07:36:57 UTC
(In reply to comment #12)
> org.gnome.desktop.input-sources xkb-options ['caps:internal_nocancel',
> 'lv5:ralt_switch_lock', 'misc:typo', 'keypad:atm', 'grp_led:num']

'keypad:atm' → there's your problem. Remove it.
Comment 14 Tycho Huisman 2013-09-12 08:37:03 UTC
Thank, i will test that. But how can i do that?
Comment 15 Tycho Huisman 2013-09-12 08:42:14 UTC
Found it in gnome-tweak-tool
i don't know how that setting got set.. but thats probably not youre problem.
Thanks for all