Bug 423894

Summary: Enable unar to extract ZIP files
Product: [Applications] ark Reporter: 2wxsy58236r3
Component: pluginsAssignee: Ragnar Thomsen <rthomsen6>
Status: REPORTED ---    
Severity: normal CC: elvis.angelaccio
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Unspecified   
Latest Commit: Version Fixed In:

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.