https://bugs.kde.org/show_bug.cgi?id=490666
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #7 from David Edmundson <k...@davidedmundson.co.uk> --- >. Our xembedsniproxy uses XTest to send events to the application Just to clarify that, we have two paths. One uses xtest one does not. The xtest path is more of a hack, at the time for just GTK3. If anyone can test commenting out: plasma-workspace/xembedsniproxy/sniproxy.cpp ``` if (windowAttributes && !(windowAttributes->all_event_masks & XCB_EVENT_MASK_BUTTON_PRESS)) { m_injectMode = XTest; } ``` and see if clicking their app still works that would be useful. We can try and make the xtest path less used. -- You are receiving this mail because: You are watching all bug changes.