https://bugs.kde.org/show_bug.cgi?id=361971
Michael <miabr...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |miabr...@gmail.com --- Comment #3 from Michael <miabr...@gmail.com> --- This has something to do with KoDefaultPaths. In kis_input_profile_manager.cpp line 246: // we have one or more entries for this profile name. We'll take the last, // because that's the most local one. ProfileEntry entry = profileEntries[profileName].first(); So this assumption no longer holds in Krita 3.0, in fact we keep reloading the builtin profile from ~/share/ instead of the intended profile in ~/.local/. The 1/10 randomness is because the entries may arrive in a different order so that occasionally the first entry is in ~/.local/. -- You are receiving this mail because: You are watching all bug changes.