Bug 97265 - filenames in listview, iconview and filedialog seem to be double decoded
Summary: filenames in listview, iconview and filedialog seem to be double decoded
Status: RESOLVED DUPLICATE of bug 100516
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-17 21:07 UTC by Marc Schiffbauer
Modified: 2005-03-11 02:43 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 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 ***