https://bugs.kde.org/show_bug.cgi?id=436763
Bug ID: 436763
Summary: Size of symlinked files should not be reported in
progress bar for a copy operation
Product: dolphin
Version: 20.12.3
Platform: Gentoo Packages
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
During of a file copy operation there is a popup progress bar being displayed.
It reports a wrong overall size of the copy operation if copied files are
symlinks. This happens because it takes into account the size of the symlinked
files, which shouldn't happen.
STEPS TO REPRODUCE
1. Create a folder with a symlinks to a large files
2. Copy this folder
3. Witness wrong size and wrong estimation time in the progress bar
OBSERVED RESULT
The progress bar displays size of a symlinked files that are being copied and
reports estimation time based on this size.
EXPECTED RESULT
The size of a copied symlinks should not be taken into account.
--
You are receiving this mail because:
You are watching all bug changes.