Bug 468571 - Some archives do not open as directories (*.zip, *.tar, *.tar.gz ...)
Summary: Some archives do not open as directories (*.zip, *.tar, *.tar.gz ...)
Status: RESOLVED NOT A BUG
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: 2.8.0
Platform: FreeBSD Ports FreeBSD
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL: https://bugs.freebsd.org/bugzilla/sho...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-16 12:46 UTC by vujo
Modified: 2023-04-28 05:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.