http://bugzilla.novell.com/show_bug.cgi?id=579119 http://bugzilla.novell.com/show_bug.cgi?id=579119#c5 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|sndirsch@novell.com | --- Comment #5 from Stefan Dirsch <sndirsch@novell.com> 2010-02-25 13:02:02 UTC --- (In reply to comment #4)
(In reply to comment #2)
This script is called in /etc/init.d/xdm. So "rcxdm restart" fixes that issue as well. In case we reintroduce the YaST module for the keyboard on Linux console the script needs to be run by YaST. Reassigning.
Well, "rcxdm restart" will kill X session, which is not what we want to do from YaST. Do you know gentler solution?
Well, another option would be to copy the code from /etc/init.d/xdm # use system keyboard as global X keyboard configuration if [ -x /etc/X11/xdm/keytable4hal ]; then if /etc/X11/xdm/keytable4hal; then /etc/init.d/haldaemon stop && \ rm -f /var/cache/hald/fdi-cache && \ /etc/init.d/haldaemon start fi fi -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.