Summary: | kio-fish doesn't delete files | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kio-extras | Reporter: | Antonio Rojas <arojas> |
Component: | default | Assignee: | Plasma Development Mailing List <plasma-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugs.kde.org.id324, demsking |
Priority: | NOR | ||
Version: | 5.3.90 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kio-extras/311f7e124e49b81a37fd49b3ef20e9ca65c8567a | Version Fixed In: | |
Sentry Crash Report: |
Description
Antonio Rojas
2015-08-14 20:48:21 UTC
*** Bug 353431 has been marked as a duplicate of this bug. *** Git commit 311f7e124e49b81a37fd49b3ef20e9ca65c8567a by David Edmundson. Committed on 02/10/2015 at 21:09. Pushed by davidedmundson into branch 'Applications/15.08'. Fix delete in Fish protocol >From 1b83492516b3eed9db00d2de488220ab637ada17 porting from KUrl to QUrl was made as: - if (!url.hasPath()) { + if (!url.path().isEmpty()) { which is obviously wrong M +1 -1 fish/fish.cpp http://commits.kde.org/kio-extras/311f7e124e49b81a37fd49b3ef20e9ca65c8567a *** Bug 357632 has been marked as a duplicate of this bug. *** (In reply to David Edmundson from comment #2) > Git commit 311f7e124e49b81a37fd49b3ef20e9ca65c8567a by David Edmundson. > Committed on 02/10/2015 at 21:09. > Pushed by davidedmundson into branch 'Applications/15.08'. > > Fix delete in Fish protocol > > >From 1b83492516b3eed9db00d2de488220ab637ada17 > > porting from KUrl to QUrl was made as: > - if (!url.hasPath()) { > + if (!url.path().isEmpty()) { > > which is obviously wrong > > M +1 -1 fish/fish.cpp > > http://commits.kde.org/kio-extras/311f7e124e49b81a37fd49b3ef20e9ca65c8567a I have the following, Plasma version 5.5.3, Qt 5.6.0, Kernel 4.3.3-300 and this dolphin issue still exist. What version of what product will this be addressed? Fix is in KDE Applications 15.08.2, released 3 months ago. (In reply to Antonio Rojas from comment #5) > Fix is in KDE Applications 15.08.2, released 3 months ago. It seems even with the latest Fedora updates, I'm still at 15.08.1. So, I'm .1 short of the fix. Thanks for clearing it up :) |