Bug 436763 - Size of symlinked files should not be reported in progress bar for a copy operation
Summary: Size of symlinked files should not be reported in progress bar for a copy ope...
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR minor
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-08 11:11 UTC by Dmitry Osipenko
Modified: 2021-12-04 14:49 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Osipenko 2021-05-08 11:11:12 UTC
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.
Comment 1 Harald Sitter 2021-05-11 14:08:04 UTC
Moving to KIO. Progress reporting and calculation happens exclusively there AFAIK.