https://bugs.kde.org/show_bug.cgi?id=457348
--- Comment #6 from amyspark <a...@amyspark.me> --- Git commit f9eb1c6e8165063eba7293f91c728777439040b8 by L. E. Segovia. Committed on 25/08/2022 at 16:29. Pushed by lsegovia into branch 'krita/5.1'. KoResourcePaths: fix regression when enumerating resource directories Before commit 985ba60efb40f0cf46f50ab3803943d27c0dec55, all checks for extra resource directories were made via QString::split with SkipEmptyParts. This behaviour was removed, which means that if EXTRA_RESOURCE_VARIABLES has an empty value, the resource loader will try to hit an UNC network path for every non-empty folder. Related: bug 458188 (cherry picked from commit 99644fa7bee1f2ae1b6787a4b5c2ee79a7b528e2) M +6 -4 libs/resources/KoResourcePaths.cpp https://invent.kde.org/graphics/krita/commit/f9eb1c6e8165063eba7293f91c728777439040b8 -- You are receiving this mail because: You are watching all bug changes.