https://bugs.kde.org/show_bug.cgi?id=479350
Méven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version| |6.21 Fixed/Implemented| | In| | Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/71a628a | |b22ffc688b0acddb7befafaf6c3 | |baef85 --- Comment #5 from Méven <[email protected]> --- Git commit 71a628ab22ffc688b0acddb7befafaf6c3baef85 by Méven Car, on behalf of Lluc Simó Margalef. Committed on 30/11/2025 at 11:05. Pushed by meven into branch 'master'. Fix creating links to subdirectories of desktop links This commit request fixes a bug that caused the creation of invalid links to subdirectories of desktop links. The bug was caused by the use of a `desktop:/` URL as the base for the new link, which resulted in an invalid path. The fix is to use `mostLocalUrl()` to get the local file system path before creating the link dialog. This ensures that the `KUrlRequester` start path is valid and so removes the chance to create a non-working symlink. FIXED-IN: 6.21 M +6 -1 src/filewidgets/knewfilemenu.cpp https://invent.kde.org/frameworks/kio/-/commit/71a628ab22ffc688b0acddb7befafaf6c3baef85 -- You are receiving this mail because: You are watching all bug changes.
