https://bugzilla.novell.com/show_bug.cgi?id=781443 https://bugzilla.novell.com/show_bug.cgi?id=781443#c4 Christian Pfannschmidt <christian@pfannschmidt.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christian@pfannschmidt.org --- Comment #4 from Christian Pfannschmidt <christian@pfannschmidt.org> 2014-05-04 10:22:04 UTC --- This is a known error also in 12.3 and 13.1. with Logitech wireless keyboards. In 12.3 (maybe also in 12.2), it is sufficient to ad a file /etc/X11/Xkbmap with the only content "de". At least in 13.1. there seems to be an error in /etx/X11/xdm/Xsetup: xkbmap is defined, but never used. For local displays, $sysxkbmap should feed into $xkbmap as follows: sparrow X11/xdm# diff Xsetup.org Xsetup 203c203 < cat $sysxkbmap | $xkbcomp - $DISPLAY ---
cat $sysxkbmap |$xkbmap -print | $xkbcomp - $DISPLAY
Of course, the file /etc/X11/Xkbmap has to be present (with mentioned content). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.