Bug 315715 - Impossible to delete some files with complete test case
Summary: Impossible to delete some files with complete test case
Status: RESOLVED DUPLICATE of bug 165044
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 2.2
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-24 12:15 UTC by rtdvrs
Modified: 2013-02-24 14:30 UTC (History)
0 users

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 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 ***