Bug 455176 - Additionally show actual size for sparse files
Summary: Additionally show actual size for sparse files
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: panels: information (show other bugs)
Version: 22.04.2
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-12 07:40 UTC by soredake
Modified: 2024-07-09 13:16 UTC (History)
1 user (show)

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


Attachments
how windows deals with displaying sparse file size (18.90 KB, image/png)
2022-06-12 07:40 UTC, soredake
Details
apparent size in dolphin vs actual size in terminal with du -sh (62.38 KB, image/png)
2022-06-12 07:40 UTC, soredake
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soredake 2022-06-12 07:40:05 UTC
Created attachment 149636 [details]
how windows deals with displaying sparse file size

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
It would be nice if dolphin can show 'actual size' for sparse files, like in "windows explorer" on windows.

STEPS TO REPRODUCE
1. Create sparse file.
2. Check it's size.
3. Oh no, big file!

OBSERVED RESULT
Dolphin can't show sparse file actual size.

EXPECTED RESULT
Dolphin will show sparse file actual size.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora KDE 36
(available in About System)
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.93.0
Qt Version: 5.15.3

ADDITIONAL INFORMATION
Comment 1 soredake 2022-06-12 07:40:40 UTC
Created attachment 149637 [details]
apparent size in dolphin vs actual size in terminal with du -sh