| Summary: | ISO date not used in KDE application, GTK does apply correct date settings | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | tneo |
| Component: | kcm_regionandlang | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | hanyoung, nate |
| Priority: | NOR | ||
| Version First Reported In: | 6.1.4 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | settings | ||
|
Description
tneo
2024-08-30 21:08:13 UTC
can you change 'LANGUAGE=:en_GB:en_CA' to 'LANGUAGE=en_GB:en_CA' and reboot, then see if the issue goes away? The issue remains. There is no way that KDE allows me to set a different primary language or ability to display date-time in my desired format. What good does a setting option have if it is not followed by the KDE framework... Can you paste the output of `env | grep 'LANG\|LC'` ? env | grep 'LANG\|LC' LANGUAGE=en_GB:en_CA LANG=en_CA.utf-8 LC_CTYPE=en_US.UTF-8 LC_TIME=C LC_ALL=en_US.UTF-8 Thanks, the settings look OK to me. Can you be specific specific about exactly which KDE apps are not respecting this, and where exactly in the apps it's happening? * Dolphin: refuses to show ISO date and time and sticks to the 12hr clock. * Kmymoney: sticks to using US data notation. * Libreoffice does not adhere, I needed to force notation in a cell, while that did not needed to be the case. (Though I understand that is out of the KDE project scope). * The digital clock widget, need to toggle it manually to 24hr clock. * The value for time to be set to "C" shows under settings the desired format, yet it is not adhered in applications. To be specific where it does not follow: - Dolphin: general view for files - Kmymoney: when you do a data entry with a date value - Libreoffice: when a cell is set to date Thanks. I'm starting to suspect this is actually a series of app bugs, not a general issue. I can confirm it in Dolphin and I believe Dolphin uses a hardcoded date style so that it can toggle between relative and absolute dates. Perhaps the absolute date option doesn't respect the systemwide config. I'm not familiar with KMyMoney, but it sounds like it could be a similar issue, and I strongly suspect that the LibreOffice bug — which I can also confirm — is the same. Can you open new individual bug reports for this, one per app? Thanks a lot! |