GNOME Bugzilla – Bug 615780
lrzip archives support
Last modified: 2010-05-03 23:34:19 UTC
Created attachment 158755 [details] Patch for lrzip support Hi, I've made a patch for lrzip archives. More about lrzip: http://ck.kolivas.org/apps/lrzip/ Kolivas said that there is no mime-type for .lrz files. So, I think I should fill request to freedesktop.org, isn't it? For now I assume that application/x-lrzip is for lrzip archives. Another problem is testing archive integrity. lrzip writes this info into stderr. I've send a patch to Kolivas to fix it, hope he will accept it, so I can enable test feature.
patch applied to master now, added support for lrzip compressed tar archives as well, thank you.
Thanks, Paolo! I'll try to submit a request fot lrzip mime types on freedesktop.org.
It seems to be a typo in fr-command-tar.c in one of the last commit: else if (is_mime_type (mime_type, "application/x-lzip-compressed-tar")) return PACKAGES ("tar,lrzip"); else if (is_mime_type (mime_type, "application/x-lzip-compressed-tar")) return PACKAGES ("tar,lzip"); Mime type "application/x-lzip-compressed-tar" was used twice.
fixed now, thank you.