Summary: | No thumbnails generated for cb7 comic book archives using compression other than LZMA(2) or BZ | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-karchive | Reporter: | Alexander Schaap <alexander.schaap> |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | alexander.schaap, kde, kdelibs-bugs-null |
Priority: | NOR | ||
Version First Reported In: | 5.67.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=410696 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexander Schaap
2020-03-22 21:26:48 UTC
Re-assigning to KArchive, whose 7Zip extraction capablities are used here. Git commit fcfea06de205b9d441b5104044abc19b63aee661 by Albert Astals Cid, on behalf of Azhar Momin. Committed on 14/09/2025 at 09:42. Pushed by aacid into branch 'master'. k7zip: Add support for additional decompression filters Test files were created using the following commands: - echo 'Hello, World!' | 7z a 7z_coder_test_copy.7z -m0=copy -sihello.txt - echo 'Hello, World!' | 7z a 7z_coder_test_lzma.7z -m0=lzma -sihello.txt - echo 'Hello, World!' | 7z a 7z_coder_test_lzma2.7z -m0=lzma2 -sihello.txt - echo 'Hello, World!' | 7z a 7z_coder_test_deflate.7z -m0=deflate -sihello.txt - echo 'Hello, World!' | 7z a 7z_coder_test_bcj.7z -m0=bcj -m1=lzma -sihello.txt - echo 'Hello, World!' | 7z a 7z_coder_test_bcj2.7z -m0=bcj2 -m1=lzma -m2=lzma -m3=lzma -sihello.txt - echo 'Hello, World!' | 7z a 7z_coder_test_bzip2.7z -m0=bzip2 -sihello.txt - echo 'Hello, World!' | 7z a 7z_coder_test_zstd.7z -m0=zstd -sihello.txt A +- -- autotests/data/7z_coder_test_bcj.7z A +- -- autotests/data/7z_coder_test_bcj2.7z A +- -- autotests/data/7z_coder_test_bzip2.7z A +- -- autotests/data/7z_coder_test_copy.7z A +- -- autotests/data/7z_coder_test_deflate.7z A +- -- autotests/data/7z_coder_test_lzma.7z A +- -- autotests/data/7z_coder_test_lzma2.7z A +- -- autotests/data/7z_coder_test_zstd.7z M +46 -0 autotests/karchivetest.cpp M +2 -0 autotests/karchivetest.h M +29 -2 src/k7zip.cpp https://invent.kde.org/frameworks/karchive/-/commit/fcfea06de205b9d441b5104044abc19b63aee661 |