Bug 498554 - Skipped files not counted on progress on copy to mtp device.
Summary: Skipped files not counted on progress on copy to mtp device.
Status: REPORTED
Alias: None
Product: kio-extras
Classification: Frameworks and Libraries
Component: MTP (other bugs)
Version First Reported In: 23.08.1
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-12 10:53 UTC by Christoph Thielecke
Modified: 2025-01-13 19:41 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Thielecke 2025-01-12 10:53:09 UTC
When copying files to an mtp device the detailed progress shows the amount of files and the amount of data transferred.
When files on target existing a popup asks the user if he wants to skip or overwrite the file (or all).
If skip is selected, the file counter is only increased when a file is not skipped while the amount of data is increased by the size of the file.
I think the progress should increment the amount of file if it is skipped as well.