https://bugs.kde.org/show_bug.cgi?id=442758
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |448955e031e8ce86ab16f84899f | |91f0083cc7fa7 Status|ASSIGNED |RESOLVED --- Comment #8 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 448955e031e8ce86ab16f84899f91f0083cc7fa7 by David Edmundson. Committed on 07/10/2021 at 09:22. Pushed by davidedmundson into branch 'master'. Revert "xembed: adapt to changes in KNotifications" The file org.kde.StatusNotifierItem was syncronised with up-to-date master, despite being previous edited to be only supported actions. Whilst it seems harmless the line: + <property name="Menu" type="o" access="read"/> means we now advertise this property. Marshalling an empty path gives a warning. Plasma-workspace "correctly" thinks we have a supported DBus menu and therefore don't want to receive context menu events. This reverts commit e782a1248d08adbaa9e3b4ef490c24765c6519c4. This reverts commit b9de2c8546874efcc993913bd55d0ef252b866a8. The XML file gains a comment at the top so this doesn't happen again. M +3 -39 xembed-sni-proxy/org.kde.StatusNotifierItem.xml M +0 -6 xembed-sni-proxy/sniproxy.cpp M +1 -7 xembed-sni-proxy/sniproxy.h https://invent.kde.org/plasma/plasma-workspace/commit/448955e031e8ce86ab16f84899f91f0083cc7fa7 -- You are receiving this mail because: You are watching all bug changes.