https://bugs.kde.org/show_bug.cgi?id=386448
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.58 Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kio | |/0cb9fe93e1909c07d2e668dbdb | |6fe98bfe882a44 Status|CONFIRMED |RESOLVED --- Comment #7 from Nate Graham <n...@kde.org> --- Git commit 0cb9fe93e1909c07d2e668dbdb6fe98bfe882a44 by Nate Graham, on behalf of Natsumi Higa. Committed on 12/04/2019 at 17:05. Pushed by ngraham into branch 'master'. [KUrlNavigator] Fix URL navigation when exiting archive with krarc and Dolphin Summary: If Krusader is installed, the `krarc` protocol is available and Dolphin may use it to open ZIP archives. In this case, when the user goes back to a parent folder outside the archive, a "file or folder does not exist" error will be returned. This can be fixed by including krarc in the URL scheme check inside the `KUrlNavigator::setLocationUrl` method. FIXED-IN: 5.58 Test Plan: 1. Install Krusader and Dolphin. 2. Enable "Open archives as folder" in Dolphin and open a zip file using the `krarc` protocol. (Change `zip:` to `karc:` when applicable.) 3. Click on the breadcrumb in the location area for a parent folder which is outside the archive. Reviewers: kde-frameworks-devel, ngraham Reviewed By: ngraham Subscribers: bcooksley, aacid, ngraham Tags: #frameworks Differential Revision: https://phabricator.kde.org/D20424 M +4 -4 src/filewidgets/kurlnavigator.cpp https://commits.kde.org/kio/0cb9fe93e1909c07d2e668dbdb6fe98bfe882a44 -- You are receiving this mail because: You are watching all bug changes.