Bug#862957: file-roller: Fails to deal correctly with filename encodings in zip files

Matsievskiy S.V. matsievskiysv at gmail.com
Thu Sep 24 18:44:14 BST 2020


I have the same problem. Here's a minimal example:

```bash
touch пример_имени_файла
zip test.zip пример_имени_файла
unzip -l test.zip  # shows name properly
file-roller test.zip # shows gibberish
```


More information about the pkg-gnome-maintainers mailing list