Bug 489617 - Remove automatic image checksumming to avoid slowing down the system.
Summary: Remove automatic image checksumming to avoid slowing down the system.
Status: REPORTED
Alias: None
Product: k3b
Classification: Applications
Component: Image Formats (show other bugs)
Version: 21.12.3
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: k3b developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-02 15:02 UTC by Gordon
Modified: 2024-07-02 15:02 UTC (History)
2 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 Gordon 2024-07-02 15:02:01 UTC
SUMMARY
Please only checksum the ISO image if the user asks for it, not automatically.

If K3b tries to checksum an ISO image, it slows down the system by replacing the data in the memory cache with the ISO image, and it also wastes CPU power.

STEPS TO REPRODUCE
1. open ISO file with K3b

OBSERVED RESULT

K3b starts checksumming the ISO file automatically, without it being requested by the user.

EXPECTED RESULT
Don't checksum the ISO file automatically. Replace it with a button where the user can launch a checksum if they wish.