Summary: | dolphin does not update content if "[" in the path | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Misha Labjuk <spiked.yar> |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | kdedev, kdelibs-bugs-null, kfm-devel |
Priority: | NOR | ||
Version First Reported In: | 6.13.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Misha Labjuk
2025-06-09 23:03:21 UTC
I confirmed this on git-master Plasma with Dolphin from git-master 25.07.70 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. |