Bug 423894 - Enable unar to extract ZIP files
Summary: Enable unar to extract ZIP files
Status: REPORTED
Alias: None
Product: ark
Classification: Applications
Component: plugins (show other bugs)
Version: unspecified
Platform: unspecified Unspecified
: NOR normal
Target Milestone: ---
Assignee: Ragnar Thomsen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-05 09:07 UTC by 2wxsy58236r3
Modified: 2022-12-04 12:26 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 2wxsy58236r3 2020-07-05 09:07:29 UTC
Currently, Ark uses The Unarchiver (unar) to open RAR files only, but unar can extract ZIP files as well, and is able to handle the filename and password encodings. This will be useful for Bug 393901, Bug 324978 and Bug 378904.
Comment 1 Elvis Angelaccio 2020-08-30 22:34:28 UTC
We have already 3 different backends to handle ZIP files and that's already hard to handle. This would complicate things a lot.

We should try to focus on the libzip backend, instead.
Comment 2 Elvis Angelaccio 2022-12-04 12:26:35 UTC
I played a bit with The Unarchiver with zip files. One nice feature is that The Unarchive does its own encoding probing which works quite well on some archives.

So while my concern about addition complexity is still valid, it might still make sense to add zip support to the unarchiver plugin.