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.
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.
Edited by David Edmundson