Bug 207572

Summary: file:/ protocol forgotten after browsing compressed archive
Product: [Applications] konqueror Reporter: James Coates <jamescoates>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: faure, frank78ac
Priority: NOR    
Version: 4.2.4   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description James Coates 2009-09-16 13:28:50 UTC
Version:            (using KDE 4.2.4)
OS:                Linux
Installed from:    Mandriva RPMs

After browsing a compressed archive using konqueror and using the up arrow (or alt-up) to re-enter the parent folder, the protocol in the location bar remains associated with the archive type (zip:/ tar:/ for example). Consequently, options such as 'create new' don't appear in the right-click context menu.
Comment 1 Frank Reininghaus 2009-09-16 14:56:48 UTC
Thanks for the bug report! This issue has been reported already, I'll mark the report as a duplicate.

*** This bug has been marked as a duplicate of bug 79302 ***
Comment 2 David Faure 2009-09-21 13:09:30 UTC
SVN commit 1026289 by dfaure:

The redirection from zip to file wasn't appearing in konqueror because zip:/tmp/ != zip:/tmp
 -> do comparison without trailing slash.
BUG: 207572


 M  +2 -1      dolphinpart.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1026289
Comment 3 David Faure 2009-09-21 13:11:07 UTC
Ooops didn't see the duplicate comment. Will go to the right bug now.