Summary: | Day picker in KOrganizer's edit event dialog does not respect "weekly start day" option | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | tusooa <tusooa> |
Component: | incidence editors | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | gjditchfield |
Priority: | NOR | ||
Version: | 5.19.3 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
tusooa
2022-04-05 20:11:58 UTC
The week's starting day seems to be controlled by the user's locale. When I switch between Canadian English and français (France), KOrganizer switches between Sunday and Monday. The setting is shared by all KDE apps. It is set in System Settings, Regional Settings > Formats > Time. What locale are you using? (Another way to check is to run "locale LC_TIME -k" in a terminal. "first_weekday=2" in the output means the first weekday is Monday.) (In reply to gjditchfield from comment #1) > The week's starting day seems to be controlled by the user's locale. > When I switch between Canadian English and français (France), > KOrganizer switches between Sunday and Monday. > The setting is shared by all KDE apps. It is set in System Settings, > Regional Settings > Formats > Time. > What locale are you using? > > (Another way to check is to run "locale LC_TIME -k" in a terminal. > "first_weekday=2" in the output means the first weekday is Monday.) I am on `LC_TIME="en_CA.UTF-8"`. However, as this is KOrganizer, and KOrganizer has its own setting entry for "start day of week," I as a user expect it should be used instead. In addition, I am not willing to change my current date format just to get the expected "start day of week" behaviour. In other words, the behaviour in the agenda view (agrees with KOrganizer configuration) and the day picker ("agrees with LC_TIME") should be consistent with each other. Specially, the "week number" in the day picker is not consistent with the layout itself. If I pick Apr 10, 2022 (Sunday), it shows Week 14; if I pick Apr 11, 2022 (the following Monday), it shows Week 15! But the two days are on the same row. This is totally unexpected from a user's point of view. As I provided the information requested, I changed the status back to REPORTED. The week number is a different can of worms: it is the ISO week number, https://en.wikipedia.org/wiki/Week#The_ISO_week_date_system and by definition those weeks start on Monday. |