Bug 268586

Summary: File names with the \350 character cannot be deleted
Product: [Applications] dolphin Reporter: Michal Svoboda <kde>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED DUPLICATE    
Severity: normal CC: cfeck
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Michal Svoboda 2011-03-15 21:38:10 UTC
Version:           unspecified (using KDE 4.6.1) 
OS:                Linux

File names containing the \350 character cannot be deleted. May be also other characters in file names trigger this bug.

Reproducible: Didn't try

Steps to Reproduce:
touch `echo -e '\350'`

Try to delete that file in Dolphin.

Actual Results:  
Error box 'cannot delete that file'.

Expected Results:  
File is deleted no matter what.

Midnight commander and rm commands on the same system have no problem deleting the file.

Actually it seems that any KDE app has a problem with that file.
Comment 1 Christoph Feck 2011-03-15 23:16:20 UTC
If your filesystem is set to UTF-8 names (which it usually is, unless you changed it manually), then 0xE8 (=0350 octal) is not a valid UTF-8 byte. See http://en.wikipedia.org/wiki/UTF-8 for valid combinations.
Comment 2 Michal Svoboda 2011-03-16 06:25:21 UTC
Thats probably why it does fail, but as I said other utilities have no problem accessing/deleting the file.
Comment 3 Peter Penz 2011-03-16 08:40:26 UTC

*** This bug has been marked as a duplicate of bug 165044 ***