Skip to content

Commit fbd52f2

Browse files
committed
notification: Improve wording around DBus Activation
1 parent b9fcd46 commit fbd52f2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

data/org.freedesktop.portal.Notification.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,15 @@
3535
3636
Notifications can specify actions that can be activated by the
3737
user. Actions whose name starts with 'app.' are assumed to be
38-
exported and will be activated via the ActivateAction()
39-
method in the org.freedesktop.Application interface. Other
38+
exported (without the 'app.' prefix) and will be activated via
39+
`D-Bus Activation
40+
<https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s08.html>`_
41+
using ``ActivateAction()`` method in the
42+
``org.freedesktop.Application`` interface. An `activation-token` for
43+
` XDG Activation
44+
<https://gitlab.freedesktop.org/wayland/wayland-protocols/-/blob/main/staging/xdg-activation/xdg-activation-v1.xml>`_
45+
and an application-defined `target` is passed when activating the action.
46+
Other
4047
actions are activated by sending the
4148
#org.freedesktop.portal.Notification::ActionInvoked signal
4249
to the application.

0 commit comments

Comments
 (0)