Dolphins does not handle filenames with some weird characters like $'\340'. Reproducible: Always Steps to Reproduce: 1. touch "test"$'\340'".file" from command line 2. Try to delete the file using dolphin Actual Results: Dolphin fails with error message "Could not delete". Expected Results: Dolphin should properly escape the filename and delete it.
That's not a valid UTF-8 character, so Qt cannot handle it. See also bug 204768 and bug 165044 comment #159. *** This bug has been marked as a duplicate of bug 165044 ***
*** Bug 403279 has been marked as a duplicate of this bug. ***