Bug 496315 - some root-directories not shown as "<DIR>" but as "7 B"
Summary: some root-directories not shown as "<DIR>" but as "7 B"
Status: RESOLVED INTENTIONAL
Alias: None
Product: krusader
Classification: Applications
Component: general (other bugs)
Version First Reported In: 2.8.1
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-15 17:40 UTC by Tim B.
Modified: 2024-11-15 17:52 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
picture of the bug (69.92 KB, image/jpeg)
2024-11-15 17:40 UTC, Tim B.
Details

Note You need to log in before you can comment on or make changes to this 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.