Bug 349898

Summary: Dolphin unable to delete files with weird characters in their filenames
Product: [Applications] dolphin Reporter: Siddhartha <kde>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: arjunak234, gabravier
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Siddhartha 2015-07-04 16:30:51 UTC
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.
Comment 1 Christoph Feck 2015-07-04 21:47:03 UTC
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 ***
Comment 2 Christoph Feck 2019-01-17 04:46:35 UTC
*** Bug 403279 has been marked as a duplicate of this bug. ***