Bug 468571

Summary: Some archives do not open as directories (*.zip, *.tar, *.tar.gz ...)
Product: [Applications] krusader Reporter: vujo <trozemo>
Component: generalAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: krusader-bugs-null
Priority: NOR    
Version: 2.8.0   
Target Milestone: ---   
Platform: FreeBSD Ports   
OS: FreeBSD   
URL: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270879
Latest Commit: Version Fixed In:

Description vujo 2023-04-16 12:46:42 UTC
Hello.

Krusader 2.8.0
The checkbox "View archives as folders" is checked.
Some archives in the form of folders do not open.

*.7z - opens correctly
*.zip - opens but empty
Opens with an external archiver:
*.tar
*.tar.gz
*.tar.xz
*.cbz
*.tar.bz2
*.tar.lzm

Tried on:
GhostBSD-22.06.18 (FreeBSD 13.1)
HardenedBSD 13.2

Is this how it should be or is something not configured correctly?

-------------------------------------
STEP TO REPRODUCE
1. Run krusader
2. Create a *.tar archive (or one of the above)
3. Open archive with mouse or keyboard

OBSERVED RESULT
The archive is opened in an external archiver.

EXPECTED RESULT
The archive should open as a directory

SOFTWARE/OS VERSIONS

HardenedBSD 13.2 STABLE
GhostBSD-22.06.18 (FreeBSD 13.1)
KDE Plasma Version: 5.103
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8
Comment 1 vujo 2023-04-16 15:16:23 UTC
hey suggested that for unzip the solution is as follows: in the krusader settings
/usr/bin/unzip
replaced by
/usr/local/bin/unzip
and then *.zip archives are displayed correctly as directories.

I don't understand why *.tar, *.tar.gz and other archives are opened in an external archiver.
Comment 2 vujo 2023-04-28 05:33:45 UTC
Installing the kio-extras package solves the problem.