Version: svn trunk (using Devel) OS: Linux When you start krita (or any other koffice app that uses libpigment) on current trunk, the following self-explanatory debug message appears: KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work The issue is that in "libs/pigment/KoColorModelStandardIds.cpp" static objects are created using i18n() calls before KDE has a chance to initialize the KGlobal object for the application. Reproducible: Always
Duplicate of 251606, see my patch there. *** This bug has been marked as a duplicate of bug 251606 ***