Skip to content

Revert "xembed: adapt to changes in KNotifications"

David Edmundson requested to merge work/xembed_sni_fix into master

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.

Marshingling an invalid DBusObjectPath produces a warning so we can't set this to empty.

Plasma-workspace "correctly" thinks we have a supported DBus menu and therefore don't want to receive context menu events.

This reverts commit e782a124. The XML file gains a comment at the top so this doesn't happen again.

BUG: 442758

Edited by David Edmundson

Merge request reports