https://bugzilla.novell.com/show_bug.cgi?id=397942 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=397942#c26 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|bili@novell.com | Resolution| |FIXED --- Comment #26 from Stefan Dirsch <sndirsch@novell.com> 2008-07-07 04:30:04 MDT --- [...] # # Fix keyboard layout (Bug #368673) # setxkbmap -print | xkbcomp - $DISPLAY # # Handle the the users Xmodmap or Xkbmap. # Note that xkb and xmodmap should not be mixed. # if test -s $XETCDIR/Xkbmap ; then test -r "$xkbmap" && cat "$xkbmap" | setxkbmap else test -r "$xmodmap" && xmodmap "$xmodmap" fi [...] Looks good. ==> You're running into a different issue. Please let's handle this seperately. Thanks. -- 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.