https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270879
Bug ID: 270879 Summary: x11-fm/krusader2: viewing archives does not work Product: Ports & Packages Version: Latest Hardware: Any URL: https://bugs.kde.org/show_bug.cgi?id=468571 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: k...@freebsd.org Reporter: da...@freebsd.org Flags: maintainer-feedback?(k...@freebsd.org) 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). -- You are receiving this mail because: You are the assignee for the bug.