[dolphin] [Bug 446869] Dolphin handles broken symlinks in an unexpected way (try to open link as file)
Lassi Väätämöinen
bugzilla_noreply at kde.org
Wed Jun 25 13:11:51 BST 2025
https://bugs.kde.org/show_bug.cgi?id=446869
Lassi Väätämöinen <lassi.vaatamoinen at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lassi.vaatamoinen at gmail.com
--- Comment #2 from Lassi Väätämöinen <lassi.vaatamoinen at gmail.com> ---
Similar error occurs if your location is in URL format, copied using like so:
1. open right-click context menu on a file
2. Copy location: file:///home/myuser/Documents/test.txt
3. Go to another directory
4. Right-click -> Create New -> Link to file or directory -> paste file path
from clipboard (file:///home/myuser/Documents/test.txt)
5. Check that link name is prefilled OK, close dialog
6. Click on created link: test.txt
Observed:
"WorkingDirectory= expects an absolute path or '~' "
Expected:
File opens in editor (or other assigned app)
ADDTIONAL INFO:
removing the file:// prefix from the link location fixes it.
Dolphin should remove the prefix automatically, as the original file path was
obtained by right-clicking and copying the path in Dolphin. Currently the
behavior is 'asymmetrical'.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list