File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments