https://bugs.kde.org/show_bug.cgi?id=459774

Carlos Solís <csol...@azkware.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |csol...@azkware.net

--- Comment #17 from Carlos Solís <csol...@azkware.net> ---
Regarding the implementation, I was under the impression that the hints boolean
values, which include the "resident" and "transient" values, worked like this:

- Resident: the notification is not dismissed until the user manually closes
it. Similar to permanent notifications on Android.
- Transient: the notification is automatically dismissed and furthermore, is
not stored in the tray when it times out.

Our issue currently comes with the behavior for the default case (no resident
hint, no transient hint either), which seems to be left up to each
implementation as per the specs. (See
https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#hints
). They explicitly state that "Neither clients nor notification servers are
required to support any hints". However, besides of these boolean values
there's also the urgency level, which does include a recommended implementation
cue - regarding critical urgency notifications, "They should only be closed
when the user dismisses them, for example, by clicking on the notification."

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to