Created attachment 178441 [details] Not very responsive, could be more smooth. This might happen with other notifications as well, I haven't tested.
Can you test?
(In reply to Nate Graham from comment #1) > Can you test? I've tested with https://www.bennish.net/web-notifications.html it teleported up and down without delay.
Can you run notify-send --urgency=critical --app-name "System Exploder Monitor" --icon granatier "Urgent Alert" "Your computer is about to explode" In a terminal window? If you do, does this notification also try to dodge the System Tray like the critical battery notification one does? And if it does, is it slow like the critical battery notification is?
Created attachment 178537 [details] The command didn't work.
You didn't run the entire command. Just copy-and paste the entire line of text into a terminal window and hit Enter.
Created attachment 178540 [details] Slightly laggy. For some reason I didn't copy the entire command.
Can you please stop changing the assignee value of bug reports? Just leave it alone. The speed looks pretty much expected in your latest screen recording. I can't think of a reason why only the low battery notification could be affected here.
Created attachment 178979 [details] Low battery and explosion notification at the same time.
Created attachment 178983 [details] It behaves normally when using the low battery logo while charged ( By using Bug 500838 ) Looks like it's not related to the notification, but the low battery itself feeding less.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5372
Git commit 066d3083c60d1f6d87ada2a60c66ede19c70510d by Marco Martin. Committed on 03/04/2025 at 09:05. Pushed by mart into branch 'master'. appelts/notifications: Fix Notifications positions window position is double buffered, so it's needed to call an explicit QWindow::update() after we ask to move the popup with PlasmaShellWaylandIntegration::get(this)->setPosition(me->pos()); Related: bug 498599, bug 491217, bug 502160 M +1 -0 applets/notifications/notificationwindow.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/066d3083c60d1f6d87ada2a60c66ede19c70510d
Git commit c8289fd789d5af909cf748ac926762c090033f8a by Marco Martin. Committed on 03/04/2025 at 10:38. Pushed by mart into branch 'Plasma/6.3'. appelts/notifications: Fix Notifications positions window position is double buffered, so it's needed to call an explicit QWindow::update() after we ask to move the popup with PlasmaShellWaylandIntegration::get(this)->setPosition(me->pos()); Related: bug 498599, bug 491217, bug 502160 (cherry picked from commit 066d3083c60d1f6d87ada2a60c66ede19c70510d) 066d3083 appelts/notifications: Fix Notifications positions Co-authored-by: Marco Martin <notmart@gmail.com> M +1 -0 applets/notifications/notificationwindow.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/c8289fd789d5af909cf748ac926762c090033f8a