Summary: | Konqueror : Open ALL archived/compressed formats in Konqueror | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Sebastien <slaout> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sebastien
2003-08-24 14:58:12 UTC
A rar:// protocol would be very nice. Krusader can do this: http://krusader.sourceforge.net/handbook/konfig-archives.html SVN commit 815853 by dfaure: Unbreak kio_filter so that it's somewhat usable again, on top of local files (like kio_archive). E.g. bzip2:/home/dfaure/input.bz2 works. CCBUG: 63195 M +2 -1 bzip.protocol M +2 -1 bzip2.protocol M +66 -38 filter.cc M +5 -2 filter.h M +2 -1 gzip.protocol WebSVN link: http://websvn.kde.org/?view=rev&revision=815853 SVN commit 815866 by dfaure: Move protocolForArchiveMimetype call from openView to openUrl so that clicking on a foo.bz2 file doesn't error out, it still has to find out the mimetype of the underlying file in order to use the right viewer. BUG: 63195 (144 votes, not bad) M +26 -23 konqmainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=815866 |