Bug 97265

Summary: filenames in listview, iconview and filedialog seem to be double decoded
Product: [Frameworks and Libraries] kdelibs Reporter: Marc Schiffbauer <mschiff>
Component: generalAssignee: Stephan Kulow <coolo>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Marc Schiffbauer 2005-01-17 21:07:25 UTC
Version:            (using KDE KDE 3.3.1)
Installed from:    Debian testing/unstable Packages
OS:                Linux

Hi!

filenames in listview, iconview and filedialog seem to be double decoded

in a shell do the follwing:

touch %foo %%foo %%%foo %%%%foo
touch a%2fb

and now open a konqueror (file://...)
and see what those touched files look like:

konqui lists following filenames:

%foo
%foo
%%foo
%%foo
a/b

(Yes same entries twice!)

-Marc
Comment 1 Thiago Macieira 2005-03-11 02:43:56 UTC

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