https://bugs.kde.org/show_bug.cgi?id=407361
--- Comment #26 from Carlos Solís <csol...@azkware.net> --- Regarding the specifications ( https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#hints ), they use two different boolean values, `resident` and `transient`. The first states that "The notification will remain resident in the server until it is explicitly removed by the user or by the sender", but doesn't clarify whether that means "visible on screen until dismissed" or "held on the notifications tray until dismissed". The second boolean, however, leads me to believe there is a difference between them, as a transient notification will "by-pass the server's persistence capability, if it should exist." The specs seen to leave the implementation for notifications not marked as either transient or resident (that is, the default) up to each specific server's implementation. -- You are receiving this mail because: You are watching all bug changes.