GNOME Bugzilla – Bug 343201
Use p7zip for RAR archives?
Last modified: 2008-06-20 07:24:31 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/file-roller/+bug/44958 "Just an idea: Given that rar/unrar is non-free, Doesn't work on amd64 (only i386 to my knowledge), 7-Zip supports current version RAR archives (and unrar-free doesn't) I think it would make sense to default to using p7zip as the handler for RAR archives internally by default, with the option to use the non-free/official version of RAR if the user wants to. I find it annoying trying to minipulate RAR archive files in fileroller where the non-free version of RAR isn't available, or requires a 32-bit chroot to operate."
There is unrar-gpl (which is on GPL ;) - http://home.gna.org/unrar/ However it do not work with fr.
Just wanted to second the idea here, and maybe expand it as I mentioned downstream. It would be nice if we could use 7z for *all* formats it supports, since 7z tends to be more efficient compression-wise, and much faster due to multithreading, than whatever file-roller is using now. Plus, it's LGPL, so licensing shouldn't be an issue.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Great news Paolo, but can you let use know what the resolution has been? Is 7z now the default handler for some archive formats? If so, which ones? And is the development version going to be configurable so that we can set 7z as the default for *all* archives it can handle? Thanks!
7z is used to read and write 7zip, zip, cbr, cbz and self-extracting zip archives. Furtermore it's used to read cabinet, arj, rar and iso archives. 7z has priority over all the other commands to handle the formats it supports, so there is no need for a configuration.