Argh, today is the day of stupid problems and me being an idiot.
I have an application which creates a zip file containing some JPEGs from a certain directory. I use th
What's going on with the .cpgz
file is that Archive Utility is being launched by a file with a .zip
extension. Archive Utility examines the file and thinks it isn't compressed, so it's compressing it. For some bizarre reason, .cpgz
(CPIO archiving + gzip compression) is the default. You can set a different default in Archive Utility's Preferences.
If you do indeed discover this is a problem with OS X's zip decoder, please file a bug. You can also try using the ditto
command-line tool to unpack it; you may get a better error message. Of course, OS X also ships unzip
, the Info-ZIP utility, but I'd expect that to work.