https://bugs.kde.org/show_bug.cgi?id=476808
kam...@windowslive.com changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/421cb0e | |67df086bbde8bc42f4c5a1be609 | |3979d9 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #6 from kam...@windowslive.com --- Git commit 421cb0e67df086bbde8bc42f4c5a1be6093979d9 by Kamil Kaznowski. Committed on 03/02/2025 at 17:32. Pushed by meven into branch 'master'. Fix symlink path resolution in File Properties If a symlink is opened from a virtual path like "desktop:/", the path resolution incorrectly applied absolute UNIX path to the virtual path. It resulted in an error whenever an "Open directory of symlink target" button was pressed. The absolute symlink path was combined with a protocol: "desktop:/absolute/symlink/path". Always change the source URL to the Most Local URL first before resolving the symlink. M +3 -1 src/widgets/kpropertiesdialogbuiltin_p.cpp https://invent.kde.org/frameworks/kio/-/commit/421cb0e67df086bbde8bc42f4c5a1be6093979d9 -- You are receiving this mail because: You are watching all bug changes.