Bug 487261

Summary: Backup progress notification has incorrect formatting of file count
Product: [Applications] kup Reporter: 43615 <xxx43615xxx>
Component: generalAssignee: Simon Persson <simon.persson>
Status: RESOLVED DUPLICATE    
Severity: normal CC: xxx43615xxx
Priority: NOR    
Version First Reported In: 0.9.1   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Example of bug

Description 43615 2024-05-20 01:47:23 UTC
Created attachment 169639 [details]
Example of bug

SUMMARY
When performing a backup, kupdaemon creates a notification displaying the transfer status. The completed file count within it is displayed incorrectly if it's at least 7 digits long.

STEPS TO REPRODUCE
1. Create and execute backup plan that involves at least 1000000 files (only tested with bup backend).
2. Observe the kupdaemon notification until over 1000000 files have been copied.

OBSERVED RESULT
The displayed amount of completed files is displayed in scientific notation. All other instances of sufficiently large numbers are correctly displayed as integers.
This might be another instance of #451118, caused by some common underlying component.

EXPECTED RESULT
All numbers should be displayed as integers.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Linux 6.9.1-arch1
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.2.0
Qt Version: 6.7.0

ADDITIONAL INFORMATION
System locale is set to C.UTF-8
Comment 1 Simon Persson 2025-06-27 13:03:54 UTC

*** This bug has been marked as a duplicate of bug 422166 ***