Bug 349898 - Dolphin unable to delete files with weird characters in their filenames
Summary: Dolphin unable to delete files with weird characters in their filenames
Status: RESOLVED DUPLICATE of bug 165044
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
: 403279 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-07-04 16:30 UTC by Siddhartha
Modified: 2024-03-08 18:03 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***