https://bugs.kde.org/show_bug.cgi?id=505399
--- Comment #2 from Misha Labjuk <spiked....@gmail.com> --- Issue caused by inconsistency between initialization QUrl from QString via constrictor and QUrl::fromLocalFile() I case of using QUrl::fromLocalFile() '[' and ']' symbols are escaped and same path does not match anymore. I've done some tests with adding fromLocalFile() to KCoreDirListerCache class to fix issue. But I'm not sure is it a correct way or not. -- You are receiving this mail because: You are watching all bug changes.