Bug 498554

Summary: Skipped files not counted on progress on copy to mtp device.
Product: [Frameworks and Libraries] kio-extras Reporter: Christoph Thielecke <crissi99>
Component: MTPAssignee: Unassigned bugs <unassigned-bugs-null>
Status: REPORTED ---    
Severity: normal CC: elvis.angelaccio, kdelibs-bugs-null, nate
Priority: NOR    
Version First Reported In: 23.08.1   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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.