Summary: | Reset button does not work in time zone | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | chocolateimage <chocolateimage> |
Component: | kcm_clock | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | filip.kendes1, kdedev, nate, niccolo.venerandi |
Priority: | NOR | ||
Version First Reported In: | 6.4.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/2cb2cabdfbb9b6e3c4bdb5d3961dc979272e6648 | Version Fixed In: | 6.5.0 |
Sentry Crash Report: |
Description
chocolateimage
2025-06-21 13:31:26 UTC
Can confirm. It looks like the time zone is changed to the previous value, but not marked visually on the map A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3219 Git commit b04674affffe0f8a20424d60f1e9382c7de75f28 by Niccolò Venerandi. Committed on 30/09/2025 at 12:06. Pushed by niccolove into branch 'master'. Update TimezoneSelector selection when the timezone is reset through the KCM Currently, the TimezoneSelector sets the timezone when the users selects some place; this breaks the binding that was defined by the KCM, which means that further updates from the KCM (such as resetting the value) are not picked up. This commit makes sure that the selected time zone of the TimezoneSelector is always in sync with the KCM value. M +7 -0 kcms/dateandtime/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/b04674affffe0f8a20424d60f1e9382c7de75f28 Git commit 2cb2cabdfbb9b6e3c4bdb5d3961dc979272e6648 by Niccolò Venerandi. Committed on 30/09/2025 at 12:07. Pushed by niccolove into branch 'Plasma/6.5'. Update TimezoneSelector selection when the timezone is reset through the KCM Currently, the TimezoneSelector sets the timezone when the users selects some place; this breaks the binding that was defined by the KCM, which means that further updates from the KCM (such as resetting the value) are not picked up. This commit makes sure that the selected time zone of the TimezoneSelector is always in sync with the KCM value. (cherry picked from commit b04674affffe0f8a20424d60f1e9382c7de75f28) Co-authored-by: Niccolò Venerandi <niccolo@venerandi.com> M +7 -0 kcms/dateandtime/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/2cb2cabdfbb9b6e3c4bdb5d3961dc979272e6648 |