Bug 306690

Summary: konqueror: does not open file with non-breakable spaces in filename
Product: [Applications] konqueror Reporter: Adrien <perso>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 4.8.4   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Adrien 2012-09-12 16:56:32 UTC
After clicking on file which has non-breakable spaces (\302\240)
in its name, the application associated to the file type gets the
filename broken (by the spaces) into multiple command-line
arguments instead of getting single argument containing
the whole filename (including the \302\240s).
The application then only tries to open all the (non-existent)
pieces of the filename.

The same issue seems to occur in Dolphin.


This bug was reported on the Debian Bug tracker system :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613691

Reproducible: Always

Steps to Reproduce:
1. create a file, with a non breakable space in the filename.
2. open the folder with dolphin, and clic on this file
3. two applications are open, empty.
Actual Results:  
two applications are open, with a wrong filename

Expected Results:  
one application open the file.
Comment 1 Jekyll Wu 2012-09-12 17:26:52 UTC

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