Bug 451118 - File count in progress notification switches to exponential representation with large transfer
Summary: File count in progress notification switches to exponential representation wi...
Status: ASSIGNED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 21.12.2
Platform: Manjaro Linux
: NOR minor
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2022-03-04 06:08 UTC by amy
Modified: 2024-06-03 23:45 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot of the progress notification showing the exponential number representation (17.73 KB, image/png)
2022-03-04 06:08 UTC, amy
Details
another example of the file count display bug (14.57 KB, image/png)
2024-02-25 10:21 UTC, 43615
Details

Note You need to log in before you can comment on or make changes to this bug.
Description amy 2022-03-04 06:08:37 UTC
Created attachment 147272 [details]
Screenshot of the progress notification showing the exponential number representation

SUMMARY

When transferring large batches (over 1,000,000) of files in Dolphin, in the transfer progress notification, in the Show Details section, the file count switches to an exponential representation of the number when it should remain in a natural format.

STEPS TO REPRODUCE
1. Transfer large quantity of files using Dolphin
2. Show Details in the progress notification
3. Observe strange representation once the count reaches a certain threshold

OBSERVED RESULT

File count switches to exponential representation after reaching a certain threshold.

EXPECTED RESULT

File count should remain in natural format.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Manjaro 5.16
(available in About System)
KDE Plasma Version: 5.24.2
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

The transfer was done over SMB protocol.
Comment 1 43615 2024-02-25 10:19:27 UTC
Can confirm, just happened to me with Dolphin 23.08.5. Only affects the current count, not the total. Looks like the wrong format is used and it wasn't tested with 7-digit file counts.

The transfer is being done via NFS; my system (and KDE) locale is C.UTF-8.
Comment 2 43615 2024-02-25 10:21:10 UTC
Created attachment 166088 [details]
another example of the file count display bug
Comment 3 Bug Janitor Service 2024-06-03 23:45:19 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4404