Summary: | Ark does not open .sit archives. | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Lukas Sommer <sommerluk> |
Component: | plugins | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aacid, rthomsen6, sommerluk |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=100978 | ||
Latest Commit: | https://invent.kde.org/utilities/ark/commit/98c8d3f32cf6a4b65b0b5c59138ce6ae21bf00a3 | Version Fixed In: | 23.04 |
Sentry Crash Report: |
Description
Lukas Sommer
2022-11-23 10:28:38 UTC
Yes, we can try with the unarchiver plugin. Any chance you can upload a test .sit archive? Yes, my use case was the file http://photogamut.org/Downloads/PhotoGamutRGB_avg6c.sit which was downloaded from http://photogamut.org/E_ICC_profile.html It contains only one single file: PhotoGamutRGB_avg6c.icc According to Wikipedia https://en.wikipedia.org/wiki/StuffIt the unarchiver does not support the most recent versions of the .sit format. A possibly relevant merge request was started @ https://invent.kde.org/utilities/ark/-/merge_requests/160 (In reply to Lukas Sommer from comment #2) > Yes, my use case was the file > http://photogamut.org/Downloads/PhotoGamutRGB_avg6c.sit which was downloaded > from http://photogamut.org/E_ICC_profile.html It contains only one single > file: PhotoGamutRGB_avg6c.icc > > According to Wikipedia https://en.wikipedia.org/wiki/StuffIt the unarchiver > does not support the most recent versions of the .sit format. Thanks for the file. Indeed unarchiver can extract it just fine. It doesn't seem to support encrypted stuffit archives but I hope they are not so common :) Git commit 98c8d3f32cf6a4b65b0b5c59138ce6ae21bf00a3 by Elvis Angelaccio. Committed on 24/11/2022 at 21:48. Pushed by elvisangelaccio into branch 'master'. Add support for Stuffit archives Unarchiver can extract unencrypted stuffit archives. Credits to photogamut.org for the test file: http://photogamut.org/E_ICC_profile.html FIXED-IN: 23.04 M +2 -1 README.md A +- -- autotests/kerfuffle/data/test.sit M +8 -0 autotests/kerfuffle/extracttest.cpp M +7 -0 autotests/kerfuffle/loadtest.cpp M +7 -0 autotests/plugins/cliunarchiverplugin/cliunarchivertest.cpp A +- -- autotests/plugins/cliunarchiverplugin/data/test.sit M +2 -1 plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake https://invent.kde.org/utilities/ark/commit/98c8d3f32cf6a4b65b0b5c59138ce6ae21bf00a3 Thanks a lot for this super-fast fix! |