Bug 392786

Summary: Persistent notifications sometimes disappear
Product: [Plasma] plasmashell Reporter: Nathan Ridge <zeratul976>
Component: NotificationsAssignee: Kai Uwe Broulik <kde>
Status: RESOLVED DUPLICATE    
Severity: normal CC: notuxius, plasma-bugs
Priority: NOR    
Version: 5.8.6   
Target Milestone: 1.0   
Platform: Debian stable   
OS: Linux   
Latest Commit: Version Fixed In:

Description Nathan Ridge 2018-04-06 01:38:01 UTC
Plasma 5 makes a distinction between persistent and non-persistent notifications.

For example,

  notify-send "Non-persistent notification"

sends a non-persistent notification, while

  notify-send -t 0 "Persistent notification"

sends a persistent notification.

The different in behaviour (that I can see) is that non-persistent notifications disappear after a few seconds, and do not increment the notification count in the "Notifications" system tray icon. On the other hand, persistent notifications do increment the count, and (in principle) stick around until dismissed.

However, I have noticed that sometimes even persistent notifications mysteriously disappear. It happens intemittently, and on a timescale that seems to vary from ~20 minutes to several hours, but sometimes I'll come back to my computer after several hours of absence and a notification that should be there isn't. (I know it should be there because I had the application that sent it log that it did indeed send it.)

I assume this is a bug; it seems to me that persistent notifications should stick around indefinitely until they are dismissed.
Comment 1 Alexander Mentyu 2018-09-26 11:37:26 UTC
Notifications of notify-send -t 0 command always disappears after ~5 sec
Notifications tray icon always displays 1 notification after multiple notify-send -t 0 commands

Operating System: KDE neon Developer Edition
KDE Plasma Version: 5.14.80
Qt Version: 5.11.1
KDE Frameworks Version: 5.51.0
Kernel Version: 4.15.0-34-generic
Comment 2 Kai Uwe Broulik 2019-03-31 10:23:59 UTC

*** This bug has been marked as a duplicate of bug 390143 ***