Bug 496315

Summary: some root-directories not shown as "<DIR>" but as "7 B"
Product: [Applications] krusader Reporter: Tim B. <kdebugger>
Component: generalAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: alex.bikadorov, krusader-bugs-null
Priority: NOR    
Version First Reported In: 2.8.1   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: picture of the bug

Description Tim B. 2024-11-15 17:40:13 UTC
Created attachment 175848 [details]
picture of the bug

SUMMARY
Some Directories not shown as "<DIR>" but as "7 B"

STEPS TO REPRODUCE
1. start krusader
2. go to root-directorey
3. there it is

OBSERVED RESULT
some directories shown as "7 B", whatever that means

EXPECTED RESULT
all directories shown as "<DIR>"

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux/Plasma 6
KDE Plasma Version: 6.2.3
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.0

ADDITIONAL INFORMATION
Comment 1 Alex Bikadorov 2024-11-15 17:52:10 UTC
Those are symlinks (https://en.wikipedia.org/wiki/Symbolic_link) to directories. E.g. '/bin' points to '/usr/bin'. And these links take some space on the filesystem (7 bytes).
This is not a bug.