/usr/share/plasma/services/notifications.operations is in plasma-workspace 4:5.12.4-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM
"http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
<group name="invokeAction">
<entry name="actionId" type="String">
<label>The id of the action to be invoked.</label>
</entry>
</group>
<group name="userClosed">
</group>
<group name="expireNotification">
</group>
<group name="createNotification">
<entry name="appName" type="String">
<label>The name of the notifying application</label>
</entry>
<entry name="appIcon" type="String">
<label>The name of the icon of the notifying application</label>
</entry>
<entry name="summary" type="String">
<label>Summary of the notificaton text</label>
</entry>
<entry name="body" type="String">
<label>The whole text of the notification</label>
</entry>
<entry name="expireTimeout" type="Int">
<label>The timeout after which the notification will be closed</label>
<default>-1</default>
</entry>
<entry name="actions" type="StringList">
<label>List of actions in the format of [{"id": "id-of-the-action", "text": i18n("User visible text")}], </label>
</entry>
<entry name="skipGrouping" type="Bool">
<label>Whether to skip grouping this notification to a similar previous one</label>
</entry>
</group>
<group name="configureNotification">
<entry name="appRealName" type="String">
<label>The application name whose notifications are to be configured</label>
</entry>
<entry name="eventId" type="String">
<label>The ID of the event so it can be highlighted in the list</label>
</entry>
</group>
<group name="inhibit">
<entry name="hint" type="String">
</entry>
<entry name="value" type="String">
</entry>
</group>
</kcfg>
|