Created attachment 176981 [details] Bouncy loading animation being hidden. The animation that serves as visual feedback of apps being loaded is hidden if the panel is on the right side of the screen. I'm requesting that the animation should play to the left of the cursor if the panel is on the right side of the screen. OR perhaps make it automatically dodge the end of the screen, which would also solve the same issue with the panel at the bottom.
I think a solution would be to copy Filelight's tooltip behavior. https://bugs.kde.org/show_bug.cgi?id=520850#c11
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/9696
Git commit f8ad3dd17b9ed0c2cb65546bf94be55ee2c13c3e by Oliver Beard. Committed on 19/08/2026 at 22:26. Pushed by olib into branch 'master'. plugins/startupfeedback: Bound feedback to screen Since the feedback is offset down and to the right, bounding to the screen means that a panel on the right or bottom won't allow the feedback to be off-screen and not visible. This works by nudging the offset such that a margin from the screen edges is always maintained. M +37 -19 src/plugins/startupfeedback/startupfeedback.cpp M +1 -1 src/plugins/startupfeedback/startupfeedback.h https://invent.kde.org/plasma/kwin/-/commit/f8ad3dd17b9ed0c2cb65546bf94be55ee2c13c3e