Created attachment 149545 [details] Test ZIP archive SUMMARY When opening ZIP archives Ark should zero-pad the CRC32 hashes in the main list view to a fixed 8-digit width. Currently this checksum column is unpadded. This makes the column look jank. STEPS TO REPRODUCE Open the attached test ZIP archive. OBSERVED RESULT | Name | ... | CRC checksum | | 0_leading_zeroes.bin | ... | 3488DF43 | | 2_leading_zeroes.bin | ... | 6D18CB | | 4_leading_zeroes.bin | ... | 8D96 | | 8_leading_zeroes.bin | ... | 0 | EXPECTED RESULT | Name | ... | CRC checksum | | 0_leading_zeroes.bin | ... | 3488DF43 | | 2_leading_zeroes.bin | ... | 006D18CB | | 4_leading_zeroes.bin | ... | 00008D96 | | 8_leading_zeroes.bin | ... | 00000000 | SOFTWARE/OS VERSIONS Operating System: KDE neon 5.24 KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.94.0 Qt Version: 5.15.4 Graphics Platform: X11
Created attachment 149546 [details] Screenshot
A possibly relevant merge request was started @ https://invent.kde.org/utilities/ark/-/merge_requests/123
Git commit 0b47588458f8b499c7c78fe3235217c9fe1888cc by Albert Astals Cid. Committed on 09/06/2022 at 17:03. Pushed by aacid into branch 'master'. Zip: pad CRC numbers to 8 characters M +1 -1 plugins/libzipplugin/libzipplugin.cpp https://invent.kde.org/utilities/ark/commit/0b47588458f8b499c7c78fe3235217c9fe1888cc