| Summary: | Digital Clock Widget time zones randomly arranged | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | pallaswept <pallaswept> |
| Component: | Digital Clock widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | Keywords: | regression |
| Version First Reported In: | 6.2.5 | ||
| Target Milestone: | 1.0 | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/eb53e3c3af8591a59b98301b231adb32f4333547 | Version Fixed/Implemented In: | 6.3.0 |
| Sentry Crash Report: | |||
|
Description
pallaswept
2025-01-08 08:11:29 UTC
Can reproduce; the order changes randomly every time plasma is started. It's supposed to be sorted by time IIRC. I can't find any code change that might have caused this, so it's possible it happened with a Qt update. That theory is bolstered by the fact that I can't even find any existing code to keep the ordering consistent! So we may have been relying on accidental behavior that changed recently. Explicitly sorting by name isn't too hard, but I think sorting by time would be better. I'll work on that. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5041 Mid-air collision detected! Someone else has made changes to bug 498379 at the same time you were trying to. The changes made were: Nate fixed it already before you could even say "Thanks Nate!" :D Git commit a6b7e945e0f9ca7919ad5a3453732232e9497f8c by Nate Graham. Committed on 09/01/2025 at 16:21. Pushed by ngraham into branch 'master'. applets/digital-clock: explicitly sort time zones by time Otherwise the list gets sorted randomly. FIXED-IN: 6.3.0 M +2 -1 applets/digital-clock/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/a6b7e945e0f9ca7919ad5a3453732232e9497f8c Git commit eb53e3c3af8591a59b98301b231adb32f4333547 by Nate Graham. Committed on 09/01/2025 at 17:56. Pushed by ngraham into branch 'Plasma/6.3'. applets/digital-clock: explicitly sort time zones by time Otherwise the list gets sorted randomly. FIXED-IN: 6.3.0 (cherry picked from commit a6b7e945e0f9ca7919ad5a3453732232e9497f8c) Co-authored-by: Nate Graham <nate@kde.org> M +2 -1 applets/digital-clock/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/eb53e3c3af8591a59b98301b231adb32f4333547 |