You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending a notification with an inline reply action to swaync (SwayNotificationCenter), the notification UI displays the inline reply field correctly. However, when the reply is submitted, only the action key is sent over D-Bus (ActionInvoked signal), and the actual reply text is not sent to the notification sender.
Steps to Reproduce
Send a notification with an inline reply action and input field using the standard org.freedesktop.Notifications interface (e.g., via Python/dbus or notify-send with --hint=string:input).
Enter a reply in the notification pop-up and submit.
Listen for the ActionInvoked signal on D-Bus.
Expected
The ActionInvoked signal or another D-Bus signal should provide the text entered in the inline reply field to the notification sender.
Actual
Only the action key (e.g., 'reply') is sent. The reply text is not accessible to the sender.
Request:
Please implement support for sending the inline reply text over D-Bus to the notification sender, as per the notification spec, so actionable notifications can handle user replies programmatically.
Thank you!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Summary
When sending a notification with an inline reply action to swaync (SwayNotificationCenter), the notification UI displays the inline reply field correctly. However, when the reply is submitted, only the action key is sent over D-Bus (ActionInvoked signal), and the actual reply text is not sent to the notification sender.
Steps to Reproduce
Expected
The ActionInvoked signal or another D-Bus signal should provide the text entered in the inline reply field to the notification sender.
Actual
Only the action key (e.g., 'reply') is sent. The reply text is not accessible to the sender.
Additional Info
References
Request:
Please implement support for sending the inline reply text over D-Bus to the notification sender, as per the notification spec, so actionable notifications can handle user replies programmatically.
Thank you!
The text was updated successfully, but these errors were encountered: