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: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/bc8df3d5a1e3747a8971107bc17f593c506a6dc9 | Version Fixed In: | 4.9.0 |
Sentry Crash Report: | |||
Attachments: |
Test archive
bugfix for bug 274655 (and bug 292822) |
Description
Christoph Feck
2011-06-01 03:23:09 UTC
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 |