Resident notifications are kept alive even when they are in history. If there is any action configured for the notification, then they are shown as buttons in the notification entry. Default action is currently shown as a separate action button. And inline-reply action is entirely gone. STEPS TO REPRODUCE 1. Send a notification with resident hint set to true. For example: notify-send Title Description -A opt1="Option 1" -A default="Default action" -A inline-reply="Reply" -w -h boolean:resident:true 2. Check the notification when it is on screen. 3. Wait for the notification to time out. 4. Open the notification history, and check the notification. OBSERVED RESULT 1. When the notification is on screen, the body can be clicked in order to invoke the "default" action. Clicking on "Reply" (according to my notify-send command) opens an editable text box to enter text. 2. In the notification history, the notification body isn't clickable. Instead, a separate button is shown for the default action. The inline-reply button (Reply) is no longer present. EXPECTED RESULT All notification actions should be preserved as it is shown on screen. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.1.62-1-lts KDE Plasma Version: 5.27.9 KDE Frameworks Version: 5.112.0 Qt Version: 5.15.11
Created attachment 163501 [details] Notification when on screen (before timing out)
Created attachment 163502 [details] Same notification when in history
This is implemented as of Plasma 6.4!