[Bug 26662] Re: file-roller fails to open .Z files
Vassilis Pandis
pandisv at yahoo.co.uk
Tue May 2 10:06:44 UTC 2006
You're right. file-roller actually looks for both compress and uncompress, while only the latter exists, even if all we want to do is uncompress. gzip doesn't handle compressing files to .Z format, only uncompressing them.
from src/fr-command-tar.c:
if ((prog == FR_COMPRESS_PROGRAM_COMPRESS) &&
((!is_program_in_path("compress")) ||
(!is_program_in_path("uncompress")))) {
return NULL;
}
--
file-roller fails to open .Z files
https://launchpad.net/bugs/26662
More information about the desktop-bugs
mailing list