Open
Bug 2065932
Opened 29 days ago
Let DBusService call NotificationHandler on ActivateAction
Categories
(Toolkit :: Alerts Service, enhancement)
Toolkit
Alerts Service
Tracking
()
NEW
People
(Reporter: saschanaz, Unassigned)
Details
https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Notification.html
Notifications can specify actions that can be activated by the user. Actions whose name starts with ‘app.’ are assumed to be exported (without the ‘app.’ prefix) and will be activated via D-Bus Activation using ActivateAction() method in the org.freedesktop.Application interface.
But right now we don't use that. We can probably have check the suffix we use here and treat it as notification actions.
You need to log in
before you can comment on or make changes to this bug.
Description
•