Bug 486496

Summary: Dolphin's file information displays all relative symlinks as internet links
Product: [Applications] dolphin Reporter: Luca Saalfeld <luluklzde>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: justin, kfm-devel, luluklzde
Priority: NOR    
Version First Reported In: 24.02.2   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 24.05
Sentry Crash Report:
Attachments: relative symlink for a simple number

Description Luca Saalfeld 2024-05-03 10:00:59 UTC
Created attachment 169129 [details]
relative symlink for a simple number

SUMMARY
Dolphin's file information displays all relative symlinks as internet links

STEPS TO REPRODUCE
1. Create a relative symbolic link
2. Select the new link

OBSERVED RESULT
File info (so for the symlink) is displayed as "http://[LINK NAME]" or in case the symlink is a simple number "http://0.0.0.[LINK NAME]"

EXPECTED RESULT
File info should show "link to [PATH TO LINKED FILE]"

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.8.8-zen1-1-zen (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION
Absolute symlinks are handled fine. This issue only happens for relative symbolic links.
Comment 1 Justin Zobel 2024-05-04 02:01:19 UTC
This appears to be fixed in git master. I see "16@2x (Folder, Link to /usr/share/icons/breeze/actions/16)" in the status bar.
Comment 2 Justin Zobel 2024-05-04 02:04:53 UTC
Fixed in 24.05, confirmed.