Hi, When I open the settings on Krita 5.1(beta1)~appimage, I have many lines printed in the terminal suddently: 597 lines telling the same things, and then it ends with another message: ``` [...] Numeric mode unsupported in the posix collation implementation Numeric mode unsupported in the posix collation implementation Numeric mode unsupported in the posix collation implementation Numeric mode unsupported in the posix collation implementation Numeric mode unsupported in the posix collation implementation Numeric mode unsupported in the posix collation implementation Numeric mode unsupported in the posix collation implementation Numeric mode unsupported in the posix collation implementation Numeric mode unsupported in the posix collation implementation Numeric mode unsupported in the posix collation implementation Failed to fetch display info: "current platform doesn't support fetching display information" ``` It doesn't affect stability and only appear on the terminal, so I marked this bug as 'minor'. It might have something to do with my French numeric mode being with number using comma instead of dot as a separator while I'm using a local in English for the software translation. This mix of FR_fr numerics and EN_Us locales sometimes doesn't blend well together.
Yeah, this has been known for some time and also happens on en_US locale. It is caused by the update of the AppImage base from Ubuntu 16.04 to 18.04. I have no idea what exact change caused these to appear, though a potential fix is to build Qt with the ICU library.
See https://invent.kde.org/qt/qt/qtbase/-/blob/v5.12.12/src/corelib/tools/qcollator_posix.cpp#L58 libs/widgetutils/xmlgui/KisShortcutsEditorItem.cpp
Should be gone in the latest AppImage builds.
I confirm, I can no longer reproduce when I open the settings, thanks!