I confirm that 6.0-4ubuntu1 is still half-broken, compared to previous Ubuntu versions. * Extracting works: UNZIP="-o cp737" unzip archive.zip * Listing doesn't: UNZIP="-o cp737" unzip -l archive.zip Since listing doesn't work, file-roller also doesn't work. I tested with http://www.ops.gr/Ergorama/fileUploads/ypiresiaops/prokirikseis/biografiko.zip
Btw, here's an easy way to provide the unzip environment variables for all users. Create the following script: $ sudo gedit /usr/local/bin/unzip Paste these 4 lines, but replace cp737 with the appropriate charset for your locale: #!/bin/sh export UNZIP="-O cp737" export ZIPINFO="-O cp737" exec /usr/bin/unzip "$@" Save, exit, and make the script executable: $ sudo chmod +x /usr/local/bin/unzip -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a subscriber of a duplicate bug (34667). https://bugs.launchpad.net/bugs/580961 Title: unzip fails to deal correctly with filename encodings -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs