https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #19 from Stormi <sto...@laposte.net> ---
Created attachment 103464
  --> https://bugs.kde.org/attachment.cgi?id=103464&action=edit
IRC logs, chat with GTK+ developers


I got an interesting chat with helpful GTK+ developers on their IRC channel.
Logs attached.

It *is* a bug in xembed-sni-proxy in that it sends forged events that GTK+3
don't listen to by default. 

A possible fix would be to have xembed-sni-proxy send both old-style events and
newer-style events and let the event mask pick the appropriate one. This way it
should work both in GTK2 and GTK3.

An ugly workaround is to start the applications that have a systray icon with
GDK_CORE_DEVICE_EVENTS=1 and then it works because it forces the GTK3
application to go back 10 or 15 years back into time and listen to raw X events
(if I understood correctly).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to