Bug 240267

Summary: Make the archive format and compression type detection code more flexible in libarchive's plugin
Product: [Applications] ark Reporter: Raphael Kubo da Costa <rakuco>
Component: generalAssignee: Elvis Angelaccio <elvis.angelaccio>
Status: RESOLVED MOVED    
Severity: normal CC: rakuco
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Raphael Kubo da Costa 2010-05-31 20:20:53 UTC
Version:           unspecified (using Devel) 
OS:                Linux

Currently each time we add support for a new compression type (or format) we need to add more clauses to our if's in libarchive plugin's code. This doesn't scale well, and should be replaced by a more proper and automated solution.

Reproducible: Always
Comment 1 Elvis Angelaccio 2016-03-06 20:15:25 UTC
I'm moving this one on phabricator: https://phabricator.kde.org/T1772