https://bugs.kde.org/show_bug.cgi?id=409768
Konrad Materka <mate...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.24.3 Latest Commit|https://commits.kde.org/pla |https://invent.kde.org/plas |sma-workspace/67c1117fa52d4 |ma/plasma-workspace/commit/ |3877626ed2d7e3b5cdf02f3e5df |a02d1ca27b577607aa36d038372 | |b3ec39e2376d4 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #26 from Konrad Materka <mate...@gmail.com> --- Git commit a02d1ca27b577607aa36d038372b3ec39e2376d4 by Konrad Materka. Committed on 24/02/2022 at 21:48. Pushed by fusionfuture into branch 'master'. applets/systemtray: Do not open context menu on mouse pressed for SNI The prefered is to show context menu on mouse pressed event, not click, but this causes few issues for SNI. Some legacy applications still relies on XEmbed to show tray icon. We use xembedsniproxy to relay the mouse press signals to the XEmbed client but some applications (including GTK) validate the mouse state. Mouse released state is expected, but as it is still pressed context menu does not show. FIXED-IN: 5.24.3 M +0 -3 applets/systemtray/package/contents/ui/items/AbstractItem.qml M +7 -0 applets/systemtray/package/contents/ui/items/PlasmoidItem.qml https://invent.kde.org/plasma/plasma-workspace/commit/a02d1ca27b577607aa36d038372b3ec39e2376d4 -- You are receiving this mail because: You are watching all bug changes.