Bug 399642 - Navigating up from within a zip folder does not exit it properly
Summary: Navigating up from within a zip folder does not exit it properly
Status: RESOLVED DUPLICATE of bug 398511
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 18.08.1
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-11 06:33 UTC by ixn
Modified: 2018-10-11 13:16 UTC (History)
2 users (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 ixn 2018-10-11 06:33:33 UTC
SUMMARY
Navigating up from within a zip folder does not exit it properly.

STEPS TO REPRODUCE
1. Go to Settings / Configure Dolphin / Navigation, and make sure "Open archives as folder" is enabled
2. Find any zip file, and open it with Dolphin
3. Select Go / Up from the menu bar

OBSERVED RESULT
Dolphin tries to open the parent folder of the zip file with krarc, and shows this error message

    The file or folder /home/user/path/to/zipfile folder does not exist.

The location bar shows krarc:/home/user/path/to/zipfile.

EXPECTED RESULT
Dolphin navigating back to the parent folder of the zip file, but without using krarc, such as what happens for tar archives.

SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 5.13.5
KDE Frameworks Version: 5.50.0
Qt Version: 5.11.2

ADDITIONAL INFORMATION
Comment 1 Nicola Zanardi 2018-10-11 12:47:15 UTC
Hi ixn,

do you have Krusader installed?

If I do the same, I get something like zip:/path/to/file.zip/subfolder1/ etc in my dolphin path, therefore it is zip:, instead of krarc:.

I was able to reproduce your scenario by installing KRusader, enabling 'Browse Archives As Folders' in Krusader > Settings > Archives. Doing this (after a restart), Dolphin uses krarc: instead of zip:, and I ran into the same issue.

Disabling 'Browse Archives As Folders' removes the problem, and Dolphin keeps on using zip:, that does not have this issue.

It seems to be a sort of "interference" between Dolphin and Krusader/krArc
Comment 2 Christoph Feck 2018-10-11 13:16:25 UTC

*** This bug has been marked as a duplicate of bug 398511 ***