Summary: | dolphin shows empty error for limited ftp connection | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Ivan Babrou <ibobrik> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | peter.penz19 |
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.0 | |
Sentry Crash Report: |
Description
Ivan Babrou
2009-07-31 16:09:47 UTC
I've bypassed this issue in Dolphin, so that instead of an empty error message the message "Unknown error." is shown [1]. However no empty message should be passed in the error case from below at all, so I'm reassigning this issue to kio (at least it is my assumption that no empty error message should be passed). Internal info: Dolphin overwrite KDirLister::handleError(KIO::Job* job) and shows job->errorString() as message. [1] This will go into KDE 4.4, as it cannot be backport to KDE 4.3 because of a string change... Git commit c75f00df21d127b24a0e243eeeeaa075a8408cf9 by Peter Penz. Committed on 23/03/2011 at 19:07. Pushed by ppenz into branch 'master'. KUrlNavigator: Don't use KIO::stat() for all non-local URLs Doing a text-resolving with KIO::stat() for all non-local URLs leads to problems for protocols where a limit is given for the number of parallel connections. BUG: 179237 BUG: 228345 BUG: 202097 FIXED-IN: 4.7.0 M +16 -3 kfile/kurlnavigatorbutton.cpp http://commits.kde.org/kdelibs/c75f00df21d127b24a0e243eeeeaa075a8408cf9 |