Bug 349499

Summary: Notification do not store under notification applet
Product: [Plasma] plasmashell Reporter: vitoriung <vitoriung>
Component: NotificationsAssignee: Martin Klapetek <mklapetek>
Status: RESOLVED DUPLICATE    
Severity: normal CC: bhush94, notmart, plasma-bugs
Priority: NOR    
Version: 5.2.0   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description vitoriung 2015-06-22 15:05:30 UTC
In kubuntu 14.10 the notifications were stored under notification applet for certain timeout period. So if the notification comes when the screen is locked, you can still read the notification.

In Kubuntu 15.04, certain notifications do not seem to go under notification applet. They pop up as standalone notification for 5 seconds, then they disappear.

This can confirmed when using notify-send program.

Reproducible: Always

Steps to Reproduce:
1.  install libnotify-bin
2. run $notify-send abc 123
3. Observe standalone pop up notification, click Notifications applet - observe it says - No new notifications

Actual Results:  
notifications are missed outside of 5 seconds period

Expected Results:  
notifications are listed under the Notification applet.
Comment 1 Marco Martin 2015-06-23 21:39:56 UTC
this is by design: notifications can mark themselves as needing storage or not: therefore only those that ask so are kept there
Comment 2 Martin Klapetek 2015-06-23 22:24:40 UTC

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