Bug 315715

Summary: Impossible to delete some files with complete test case
Product: [Applications] dolphin Reporter: rtdvrs
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 2.2   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description rtdvrs 2013-02-24 12:15:40 UTC
In this state:

Execute the following in zsh: mkdir -p ~/testdir && cd ~/testdir && touch $'\222' && dolphin .

Try to delete the file displayed with a question mark in the file listing. The resulting response of Dolphin is  "The file or folder <home>/testdir/� does not exist."

The expected response is that it just deletes the file and not show an error message. 

Reproducible: Always
Comment 1 Frank Reininghaus 2013-02-24 14:30:22 UTC
Thanks for the bug report, but I think that this is just another symptom of the fact that no Qt application can work with files whose names are not in Unicode.

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