Summary: | "Still looking" and spinning cogwheel not properly centered unlike other messages | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Michael D <nortexoid> |
Component: | discover | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | aleixpol, bugseforuns, john.kizer, nate |
Priority: | NOR | ||
Version First Reported In: | 5.27.11 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/discover/-/commit/e3d300cb309990e99211860d97495abf068592ac | Version Fixed In: | 6.3.5 and frameworks 6.14.0 |
Sentry Crash Report: | |||
Attachments: |
Discover "Still looking" message isn't centered
screenshot of Discover 6.3.5 |
Description
Michael D
2024-04-11 14:54:32 UTC
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. |