Summary: | kmymoney : decimal separator not supported anymore | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | tnemeth |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander.lohnau, shorty365 |
Priority: | NOR | ||
Version: | 5.1.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/commit/2e0440ec0d2d09475b4c09af4fd6cb6a6ccd3a1a | Version Fixed In: | 5.1.1 |
Sentry Crash Report: | |||
Attachments: | Messages before it crashes |
Description
tnemeth
2020-06-25 16:20:41 UTC
Can you please provide a screenshot of your "Formats" System Settings page? I had been working on a bug which might be related: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/100 Created attachment 129679 [details]
Messages before it crashes
(In reply to Alexander Lohnau from comment #1) > Can you please provide a screenshot of your "Formats" System Settings page? You may have put your finger on something. Interestingly, I can't provide a screenshot of my "Formats" System Settings page because... System Settings crashes when I try to access Regional Settings. $ LC_ALL=C systemsettings5 kf5.kservice.sycoca: The menu spec file contains a Layout or DefaultLayout tag without the mandatory Merge tag inside. Please fix your file. QQmlEngine::setContextForObject(): Object already has a QQmlContext QQmlEngine::setContextForObject(): Object already has a QQmlContext kf5.ki18n: "1 instead of 2 arguments to message {The translation file...} supplied before conversion." KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = systemsettings5 path = /usr/bin pid = 3066016 KCrash: Arguments: /usr/bin/systemsettings5 KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi There are 2 messages that briefly appear before it crashes, and before I can do anything : "There are no languages available on this system." "There are currently no preferred languages configured." Of course there had been such things before (as you can see I'm using debian testing so packages tend to follow upstream) and when I configured it, I'm sure I set it up correctly :) I'm not sure what you did "when I configured it,...." and I don't know if it's relevant on debian, but have you edited /etc/locale.gen and then run locale-gen? Is there any language choice made at installation time you might have missed? (In reply to Jack from comment #4) > I'm not sure what you did "when I configured it,...." It means that when I logged-in for the first time into Plasma, I went through all relevant (to my eyes) configuration sections in order to make it suit my taste :) Each time a new Plasma release is made I have the habit to have a look at what has changed since the previous time. However I rarely go the the locales section after 1st configuration. > and I don't know if > it's relevant on debian, but have you edited /etc/locale.gen and then run > locale-gen? It's relevant on debian. And yes I did it : I don't want to be encumbered with GB of locales I will never use :) Relaunched locale-gen just in case (should be automatically relaunched after each upgrade btw) but it doesn't change anything. > Is there any language choice made at installation time you > might have missed? There is only 1 locale configured on my systems. I configure debian systems _really_ regularly since '96 ('cause before that I was more a Slackware guy). I don't think I missed something regarding to locales configuration on this one. I think it has been set up about 2 years ago. However, having System Setting crash is one thing, but it does not explain why only kmymoney has that decimal separator problem and not Calc and Speedcrunch. Git commit 2e0440ec0d2d09475b4c09af4fd6cb6a6ccd3a1a by Thomas Baumgart. Committed on 27/06/2020 at 12:35. Pushed by tbaumgart into branch '5.1'. Fix keypad comma/dot to use QLocale::decimalPoint for amounts In general, pressing the keypad's comma or dot character creates the correct key press event for a locale. In case the keyboard option "Four-level key with abstract separators" is set in the KDE settings, the wrong character is used to create the event (e.g.: for locales DE or FR a dot is returned when the decimal symbol is a comma). This change fixes the problem such that a key press event for dot or comma with the Qt::KeypadModifier set is turned into a key press event with for the QLocale::decimalPoint() character. FIXED-IN: 5.1.1 M +23 -2 kmymoney/widgets/amountedit.cpp https://invent.kde.org/office/kmymoney/commit/2e0440ec0d2d09475b4c09af4fd6cb6a6ccd3a1a *** Bug 421970 has been marked as a duplicate of this bug. *** |