Bug 306690 - konqueror: does not open file with non-breakable spaces in filename
Summary: konqueror: does not open file with non-breakable spaces in filename
Status: RESOLVED DUPLICATE of bug 268771
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 4.8.4
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-12 16:56 UTC by Adrien
Modified: 2012-09-12 17:26 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 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 ***