Summary: | KFind does not work with KIO modules due wrong call to "get" | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Rajko Albrecht <ral> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rajko Albrecht
2008-08-20 10:11:43 UTC
I can't reproduce this bug using: Qt: 4.4.3 KDE: 4.1.85 (KDE 4.1.85 (KDE 4.2 Beta2)) kdelibs svn rev. 898705 / kdebase svn rev. 898705 on ArchLinux x86_64 - Kernel 2.6.27.8 While in Dolphin browsing a ftp site, pressing CTRL+F opens KFind inmmediatly with the "Look in" field set to the ftp site. I can't find the kioexec binary in my KDE4 installation (only in the KDE3 installation) I've fixed this in 897114. Let me backport this to 4.1.x branch. Ctrl+F when in trash:/ (or any other remote protocol) said "malformed url" because KRun tried to download to a temp file via kioexec. %u tells it not to do that. DarĂo: kioexec is in lib/kde4/libexec/kioexec, which is not in $PATH. But it shouldn't be used in this case of course. SVN commit 899045 by dfaure: Backport fix for launching kfind on remote directories (r897114) BUG: 169473 M +1 -1 dolphinviewactionhandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=899045 |