When searching for something the message "Still looking" that is accompanied by a cogwheel are not vertically centered like all other messages such as those pertaining to loading and not finding a package. All messages should occur in the same spot, namely, centered.
Created attachment 180489 [details] Discover "Still looking" message isn't centered I think I'm experiencing this with Discover 6.3.4, Qt 6.9 - apologies if I'm misreading the bug title, just let me know if what is in the screenshot is a separate issue.
*** Bug 503231 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/plasma/discover/-/merge_requests/1082
Git commit 67c8b48dfdc0ae940242c40362594972ebb911bc by Nate Graham. Committed on 25/04/2025 at 09:43. Pushed by ngraham into branch 'master'. ApplicationsListPage: fix "Still Looking" indicator We need to fill the parent, so the child item's desire to center inside us does anything. FIXED-IN: 6.3.5 M +1 -1 discover/qml/ApplicationsListPage.qml https://invent.kde.org/plasma/discover/-/commit/67c8b48dfdc0ae940242c40362594972ebb911bc
Git commit e3d300cb309990e99211860d97495abf068592ac by Nate Graham. Committed on 25/04/2025 at 09:52. Pushed by ngraham into branch 'Plasma/6.3'. ApplicationsListPage: fix "Still Looking" indicator We need to fill the parent, so the child item's desire to center inside us does anything. FIXED-IN: 6.3.5 (cherry picked from commit 67c8b48dfdc0ae940242c40362594972ebb911bc) Co-authored-by: Nate Graham <nate@kde.org> M +1 -1 discover/qml/ApplicationsListPage.qml https://invent.kde.org/plasma/discover/-/commit/e3d300cb309990e99211860d97495abf068592ac
This bug persists after updating to Plasma 6.3.5 and rebooting. Operating System: Arch Linux KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.13.0 Qt Version: 6.9.0 Graphics Platform: Wayland
I can't reproduce it on git master. Tested like John did, but searching for "haruna". The "Still looking message is *horizontally* centered, but in this specific case, it's not vertically centered; it's shown right below the existing item that was found. This is intentional; vertically centering is only possible without running the risk of overlapping content when the view is empty. When the view has any items in it, we can only horizontally center it.
I can reproduce on Plasma 6.2.5 even searching for "haruna". The "version fixed in" search should be edited then.
Can you attach a screenshot of what you see on Plasma 6.3.5?
Created attachment 181083 [details] screenshot of Discover 6.3.5
How strange. I wonder if you need Frameworks 6.14 as well, which included some potentially relevant changes to Kirigami.ScrollablePage. Would be good to know if it gets fixed once you have that. It's scheduled to be released tomorrow.
frameworks 6.14.0 has fixed the bug on my system.
Great, I had a feeling it might.