After a login, the first time Krunner is opened, the opening animation makes it move towards the top edge of the screen from nearby by moving upwards. The closing animation similarly has Krunner move down, away from the top edge. Any subsequent opening and closing of Krunner has it appear and disappear by moving up and down _from_ the top edge of the screen, like I imagine it is meant to. STEPS TO REPRODUCE 1. Start a new plasma session 2. Open and close krunner (appears and disappears from below the top edge of the screen) 3. Open and close krunner again (appears and disappears from the top edge of the screen) EXPECTED RESULT I imagine Krunner was meant to open and close from the top edge of the screen always, like what happens on the second and subsequent times it is opened currently SOFTWARE/OS VERSIONS Linux: 5.15.8-arch1-1 (available in About System) KDE Plasma Version: 5.23.4 KDE Frameworks Version: 5.89.0 Qt Version: 5.15.2 X11
I was experiencing this a while back but I'm pretty sure I recall it being fixed in Plasma 5.24, and it is working for me in the git master version which will become Plasma 5.24 in a few months. Please re-open this bug report if it's still broken for you once that Plasma version is released and you've upgraded to it. Thanks!
Cool, thanks!
I upgraded to Plasma 5.24 today, and unfortunately the behavior remains the same.
Same problem exactly with this configuration: Operating System: Arch Linux KDE Plasma Version: 5.24.3 KDE Frameworks Version: 5.92.0 Qt Version: 5.15.3 Also I think that in the past, the animation was in the wrong direction only for the closing, not the opinion, and now both are wrong, but only the first time I open/close KRunner as the other commenter said.
Git commit 5bc7efd0d9737c0cc1cbdf04c863a20639d84816 by Kai Uwe Broulik. Committed on 02/08/2022 at 11:06. Pushed by broulik into branch 'master'. KRunner: Set location before showing Make sure the location is set before showing the window to ensure the first appearance is animated correctly, too. M +1 -3 krunner/view.cpp https://invent.kde.org/plasma/plasma-workspace/commit/5bc7efd0d9737c0cc1cbdf04c863a20639d84816
Git commit eb44145d5797037348462b5e0cae309d20e52d3b by Kai Uwe Broulik. Committed on 02/08/2022 at 11:36. Pushed by broulik into branch 'Plasma/5.25'. KRunner: Set location before showing Make sure the location is set before showing the window to ensure the first appearance is animated correctly, too. (cherry picked from commit 5bc7efd0d9737c0cc1cbdf04c863a20639d84816) M +1 -3 krunner/view.cpp https://invent.kde.org/plasma/plasma-workspace/commit/eb44145d5797037348462b5e0cae309d20e52d3b
Git commit 8824f3c5d2f02ccce26d39d3c186d3c202a78933 by Kai Uwe Broulik. Committed on 02/08/2022 at 11:36. Pushed by broulik into branch 'Plasma/5.24'. KRunner: Set location before showing Make sure the location is set before showing the window to ensure the first appearance is animated correctly, too. (cherry picked from commit 5bc7efd0d9737c0cc1cbdf04c863a20639d84816) (cherry picked from commit eb44145d5797037348462b5e0cae309d20e52d3b) M +1 -3 krunner/view.cpp https://invent.kde.org/plasma/plasma-workspace/commit/8824f3c5d2f02ccce26d39d3c186d3c202a78933
Thanks a lot!!