| Summary: | Cannot extract from zip | ||
|---|---|---|---|
| Product: | [Applications] ark | Reporter: | mkoza0922 |
| Component: | general | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | aacid, rthomsen6 |
| Priority: | NOR | ||
| Version First Reported In: | 23.08.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| URL: | https://github.com/nih-at/libzip/issues/116 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | The error in question | ||
|
Description
mkoza0922
2023-11-13 06:27:16 UTC
One more thing: I tried using the unzip command from the terminal, and that went off without a hitch. It seems to be an Ark specific problem. I tested this out with xarchiver as well, and that had no problems extracting this either The issue seems to be libszip: disabling the plugin in Ark fixes the issue. This bug and Bug 441608 are similar: Files in the ZIP archive are using a method not supported by libzip. Bug 441608: Implode This bug: Deflate64 libzip uses zlib and zlib does not include deflate64 support by default. *** This bug has been marked as a duplicate of bug 441608 *** |