https://bugs.kde.org/show_bug.cgi?id=440837
Fushan Wen <qydwhotm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |6.3 Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/commit/ |ma/plasma-workspace/-/commi |b8b722ba194d5cba15f5d08d6ea |t/5145d877d82dd5111118c93d0 |2774982888203 |da7c988cf0640e5 Resolution|--- |FIXED --- Comment #9 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit 5145d877d82dd5111118c93d0da7c988cf0640e5 by Fushan Wen. Committed on 08/01/2025 at 16:10. Pushed by fusionfuture into branch 'master'. applets/notifications: suppress inhibited notifications after "Do not disturb" is off After leaving "Do not disturb" mode, a flood of on-screen notifications ensues, causing the right-hand side of the screen to be full of rapidly scrolling and disappearing notifications for the next minute. The user doesn't need to see any notification popup that is suppressed by DnD mode, because the notification can be viewed from the drawer anyway. FIXED-IN: 6.3 M +1 -1 appiumtests/applets/CMakeLists.txt M +13 -9 appiumtests/applets/kicker/favoritetest.py M +60 -11 appiumtests/applets/notificationstest.py M +8 -0 applets/notifications/package/contents/ui/FullRepresentation.qml M +10 -1 applets/notifications/package/contents/ui/global/Globals.qml M +4 -0 libnotificationmanager/CMakeLists.txt M +11 -1 libnotificationmanager/abstractnotificationsmodel.cpp A +11 -0 libnotificationmanager/libnotificationmanager.notifyrc M +10 -0 libnotificationmanager/notification.cpp M +3 -0 libnotificationmanager/notification.h M +2 -0 libnotificationmanager/notification_p.h M +18 -0 libnotificationmanager/notificationfilterproxymodel.cpp M +5 -0 libnotificationmanager/notificationfilterproxymodel_p.h M +37 -1 libnotificationmanager/notifications.cpp M +20 -0 libnotificationmanager/notifications.h M +1 -0 libnotificationmanager/server_p.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/5145d877d82dd5111118c93d0da7c988cf0640e5 -- You are receiving this mail because: You are watching all bug changes.