https://bugs.kde.org/show_bug.cgi?id=411314
--- Comment #18 from Nate Graham <n...@kde.org> --- > The function of notification is to draw user's attention > ... > but also notify that something must be done, sometimes immediately. Actually that's not really true--or at least, it's not supposed to be true. Notifications are generally intended to be ignorable. If you miss a notification, nothing bad should happen--or else it wasn't appropriate to communicate that information to the user using notifications. The only exception is critical notifications, which we make "sticky" on the screen, only disappearing after you close them manually. This way we can be sure the notification has gotten your attention. Can you maybe provide examples of the kind of notifications you're talking about where you find yourself missing them with negative consequences? -- You are receiving this mail because: You are watching all bug changes.