Version: (using KDE KDE 3.2.1) Installed from: RedHat RPMs Using the "Up" button to navigate out of a tar or zip kio slave has incorrect behavior, but using the "Back" button works correctly. When using the "Up" button, "Move to trash" is disabled, and also copy/paste do not work. Seems that when using the "Up" button, konqueror still seems to think it is showing a tar file and therefore doesn't allow to paste or move to trash. Reproduce: Open a tar or zip file using the kio slave. select a file within the tar, and "copy." Use the "Up" button to move out of the tar file, and try to paste. An error is recieved saying: "Creating folders is not supported with protocol tar," or, "Writing to tar is not supported," depending on if you tried to copy a folder or file. This does not happen when using the "Back" button instead. Also, the "Move to trash" context item is disabled when leaving a tar kio slave using the "Up" button.
I have some comments in another bug on the "Up" action. They are about the KParts, but I feel like the comments could be easily addapted for KIOSlaves. Here is the link: http://bugs.kde.org/show_bug.cgi?id=58672#c10 I think KIOSlaves should behave like: a) KParts with attribute canNavigate==true in that comment.
*** Bug 166093 has been marked as a duplicate of this bug. ***
*** Bug 170807 has been marked as a duplicate of this bug. ***
*** Bug 169898 has been marked as a duplicate of this bug. ***
*** Bug 202338 has been marked as a duplicate of this bug. ***
from bug #202338 1) start konqueror 2) click on a compressed file (call it "test.tar") -> the file content will be displayed like a normal folder -> the URI is tar:// ... path ... /test.tar/ 3) click "Up" button or press ALT+Up -> the URI (on the location bar) will be: tar:// ... path .../ It is not only a naming problem: if you try to paste a file while the address is wrong, it will be impossible. I don't know if there are other side effects. Two notes: - dolphin behave right instead. - pressing ALT+Left (or clicking on "BACK" action) is correct too.
*** Bug 205655 has been marked as a duplicate of this bug. ***
*** Bug 207572 has been marked as a duplicate of this bug. ***
SVN commit 1026290 by dfaure: Backport for KDE-4.3.2, and close the master bug: The redirection from zip to file wasn't appearing in konqueror because zip:/tmp/ != zip:/tmp => do comparison without trailing slash. BUG: 79302 M +2 -1 dolphinpart.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1026290
@David: did you fix trunk too?
(In reply to comment #10) > @David: did you fix trunk too? He did, see bug 207572 comment 2.
*** Bug 174736 has been marked as a duplicate of this bug. ***