Bugzilla Automation <[email protected]> has asked freebsd-kde (Team)
<[email protected]> for maintainer-feedback:
Bug 270879: x11-fm/krusader2: viewing archives does not work
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270879
--- Description ---
Someone had reported that viewing archives as folders does not work in
Krusader: *.zip archives appear empty, *.tar.* are opened with external
program, and only *.7z are displayed correctly. I've glanced at the sources,
and see this:
listCmd << fullPathName("unzip") << "-ZTs-z-t-h";
These options are not compatible with our native unzip(1), they are for
Info-ZIP implementation.
This had been reported upstream (linked URL).