Summary: | Unhelpful ping-pong 'progress' bar during creation of an single-file archive | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Patrick Silva <bugseforuns> |
Component: | plugins | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | aacid, fabian.arndt, rthomsen6 |
Priority: | NOR | ||
Version: | 22.11.80 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Video showing the unhelpful ping-pong 'progress' bar |
Description
Patrick Silva
2022-09-19 00:20:54 UTC
Created attachment 152204 [details]
Video showing the unhelpful ping-pong 'progress' bar
Can also reproduce by creating a .arj archive. This seems to be independent of the choosen format and it also happens if you create an archive via. Ark itself - not only via context menu. The problem with progress bars is how you calculate them. In this case ark uses the file count, but this is cumbersome with big files or a mixed set with small and big files. File size might be a better option, but could be misleading if lots of small files slow down the process. - At least for a single file operation the filesize would be helpful - A data transfer rate would make a good addition - One good solution might be to show two progress bars: current file and overall progress *** This bug has been marked as a duplicate of bug 402824 *** |