https://bugs.kde.org/show_bug.cgi?id=406388
--- Comment #11 from Alexander Lohnau <alexander.loh...@gmx.de> --- >I have a question about the calculator part in krunner? It works like kcalc >where the decimal separator is always a dot or it should switch to comma based >on LC_NUMERIC? We replace the current separator with a dot (calculatorrunner.cpp line 190): >cmd.replace(QLocale().decimalPoint(), QLatin1Char('.'), Qt::CaseInsensitive); So if the decimal point from LC_NUMERIC is a comma than this will get replaced internally. >Yes, the locale was es_PE.UTF-8, but according to the format settings in >systemsettings, es_PE uses dot (.) for the decimal separator so i am not sure >which one kde follows. If you define a value in the detailed settings the env variable gets overwritten. And the $ locale -kc LC_NUMERIC command uses the locale settings and not env variable, that might be the issue. -- You are receiving this mail because: You are watching all bug changes.