[Mono-bugs] [Bug 615698] X11: No keyboard input when mono only client with kdrive X server

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jun 19 10:33:34 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=615698

http://bugzilla.novell.com/show_bug.cgi?id=615698#c1


--- Comment #1 from Martin Fuzzey <mfuzzey at parkeon.com> 2010-06-19 14:33:33 UTC ---
Created an attachment (id=370284)
 --> (http://bugzilla.novell.com/attachment.cgi?id=370284)
fix patch

The attached patch fixes this bug.

The problem was that the keyboard mapping setup requires XLookupString() to
return valid results however this is not the case until
XRefreshKeyboardMapping() has been called.

The patch adds a handler for the X MappingNotify event, using it to call
XRefreshKeyboardMapping and defers X=>windows keyboard mapping detection until
this is done.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list