https://bugzilla.novell.com/show_bug.cgi?id=397942 User madworm_de.novell@spitzenpfeil.org added comment https://bugzilla.novell.com/show_bug.cgi?id=397942#c9 --- Comment #9 from robert spitzenpfeil <madworm_de.novell@spitzenpfeil.org> 2008-06-23 02:53:58 MDT --- where's the logic in that ? in the current xinitrc.common this comes after the source check: ... if test -s $XETCDIR/Xkbmap ; then test -r "$xkbmap" && cat "$xkbmap" | setxkbmap else test -r "$xmodmap" && xmodmap "$xmodmap" fi ... and then in the end: # # Fix keyboard layout (Bug #368673) # setxkbmap -print | xkbcomp - $DISPLAY so if I'm not totally wrong it should _not_ matter where the xmodmap command is run, because the setxkbmap would always overwrite it right ? but, if I put a custom xmodmap at the very beginning of xinitrc.common it works... care to explain ? -- 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.