[Bug 48462] "Listen to RawKey* events in the desktop thread" patch makes keyboard unreliable in EverQuest

WineHQ Bugzilla wine-bugs at winehq.org
Thu Jan 16 14:21:56 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=48462

--- Comment #9 from Rémi Bernon <rbernon at codeweavers.com> ---
It may also depend on some window manager features, I don't know how widespread
EWMH implementation is, and these patch depend on _NET_ACTIVE_WINDOW property
updates. To see if anything is happening on focus change, WINEDEBUG=+event and
grep "X11DRV_PropertyNotify" could be used. When not using virtual desktop
there should be messages like:
- Setting foreground to %p/%lx to match X11 state.
- Active window is not Wine's, setting foreground to desktop.
- No active window, setting foreground to desktop.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list