https://bugs.kde.org/show_bug.cgi?id=515464
Bug ID: 515464
Summary: Plasma Notifications with Critical severity level
never expire
Classification: Plasma
Product: plasmashell
Version First 6.5.91
Reported In:
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: Notifications
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
SUMMARY
As caused by this code, notifications with Critical urgency level do not
expire:
https://invent.kde.org/plasma/plasma-workspace/-/blob/master/libnotificationmanager/notification.cpp?ref_type=heads#L496
STEPS TO REPRODUCE
notify-send -u critical -t 1000 "I am here forever"
OBSERVED RESULT
Notification is here forever until manually closed.
EXPECTED RESULT
Expiration timer of 1000 milliseconds is respected, regardless of critical
severity.
SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 6.5.91
KDE Frameworks Version: 6.22.0
Qt Version: 6.11.0
Kernel Version: 6.18.7-arch1-1 (64-bit)
ADDITIONAL INFORMATION
Here is example of application bug report, which generates Critical
notifications through DBus and expects them to still expire in set time:
https://github.com/wezterm/wezterm/issues/7553
It may be weird of application to designate a notification as critical and
then set expiration timer for it. However, it is also weird for a notification
manager to override applications' intent in such an opaque way.
--
You are receiving this mail because:
You are watching all bug changes.