It's not posible to delete files in fish remote folders. The delete operation pretends to complete succesfully, the files are removed from the view, but after refreshing they are still there. Reproducible: Always Steps to Reproduce: 1. Connect to a remote folder in dolphin via fish 2. Delete a file Actual Results: The file seems to be deleted, but after refreshing the view it reappears Expected Results: The file is deleted
*** 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 :)