Bug 461672

Summary: On a folder symlink, "Link to" shows the name of the link, not where it points
Product: [Applications] dolphin Reporter: Ralf Jung <post>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ad.liu.jin, jens-bugs.kde.org, jjm, kfm-devel, mikebooth76, tagwerk19
Priority: NOR    
Version: 22.08.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=456198
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Ralf Jung 2022-11-10 19:21:49 UTC
SUMMARY

My `~/Downloads` is a symlink to `~/Desktop` (because some applications don't follow XDG and just always put their stuff in `~/Downloads`).

However when I hover over it in Dolphin, it prints in the status bar:
"Downloads (folder, link to file:///home/r/Downloads)"
which is clearly wrong, it should say "link to file:///home/r/Desktop"


SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux
KDE Plasma Version: 5.26.0
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Kernel Version: 6.0.0-2-amd64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Xeon® CPU E3-1505M v5 @ 2.80GHz
Memory: 31,2 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics P530
Manufacturer: LENOVO
Product Name: 20ENCTO1WW
System Version: ThinkPad P50
Comment 1 Jens 2022-12-29 20:26:58 UTC
I was just about to report the same bug for 22.12.0 (KDE Neon 5.26, 22.04).
This is 100% reproducible for me. Please check.
Thank you!
Comment 2 Jin Liu 2023-01-03 00:52:45 UTC
This bug is not limited to folder symlinks, but all relative symlinks:

1. touch a
2. ln -s a b
3. hover over b and it says "file:///home/jin/b"
Comment 3 Jonathan Marten 2023-07-14 14:46:13 UTC

*** This bug has been marked as a duplicate of bug 456198 ***