| Summary: | Cannot open tar archive folder in new window | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Christoph Feck <cfeck> |
| Component: | general | Assignee: | Peter Penz <peter.penz19> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | faure, frank78ac |
| Priority: | NOR | ||
| Version First Reported In: | 16.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kde-baseapps/bc8df3d5a1e3747a8971107bc17f593c506a6dc9 | Version Fixed/Implemented In: | 4.9.0 |
| Sentry Crash Report: | |||
| Attachments: |
Test archive
bugfix for bug 274655 (and bug 292822) |
||
Created attachment 60532 [details]
Test archive
It's interesting though that right-clicking A and opening that folder in a new tab works. In Konqueror, both opening A in a new window and in a new tab work as expected. Created attachment 72540 [details] bugfix for bug 274655 (and bug 292822) This bugfix should also fix another bug https://bugs.kde.org/show_bug.cgi?id=292822 I believe the patch is not 100% correct, but that discussion has now moved to https://git.reviewboard.kde.org/r/105584/ :-) Git commit bd963e1e9abd1f82b72824fcdf7118ecffdec756 by David Faure. Committed on 18/07/2012 at 20:26. Pushed by dfaure into branch 'KDE/4.8'. Temp services don't have details, so assume they support KIO urls. A KService created in memory from an exec line cannot possibly have a Category or X-KDE-Protocols key. Related: bug 292822 M +3 -1 kio/kio/krun.cpp http://commits.kde.org/kdelibs/bd963e1e9abd1f82b72824fcdf7118ecffdec756 Git commit bc8df3d5a1e3747a8971107bc17f593c506a6dc9 by David Faure. Committed on 18/07/2012 at 20:40. Pushed by dfaure into branch 'KDE/4.9'. Fix open-in-new-window to work with remote URLs FIXED-IN: 4.9.0 Related: bug 292822 M +3 -3 dolphin/src/dolphinmainwindow.cpp http://commits.kde.org/kde-baseapps/bc8df3d5a1e3747a8971107bc17f593c506a6dc9 |
Version: unspecified (using Devel) OS: Linux Reproducible: Always Steps to Reproduce: 1. open attached archive in Dolphin 2. enter Test directory, note the two folders A and B. 3. right-click on A and select "Open in New Window" in context menu Actual Results: Error message appears, stating tar:/home/pepo/Test.tar.gz/Test/A is a folder, but a file was expected. Expected Results: New dolphin window opens with contents of folder A. Selecting "Open in New Tab" correctly shows the directory contents.