Skip to content

Use correct mime type for LZO compressed TAR archives

Felix Riemann requested to merge friemann/file-roller:fix-tar-lzo into master

This changes the mime type used for LZO compressed TAR archives to "application/x-tzo" as it is emitted by shared-mime-info.

That way '.tar.lzo' and '.tzo' archives are directly showing the contents of the contained TAR archive again without having the user to uncompress and re-open it first.

Fixes #30 (closed).

Merge request reports