Bug 237173

Summary: KRecentFilesAction entries should only be paths
Product: [Frameworks and Libraries] kdelibs Reporter: Sabine Faure <sabine>
Component: kdeuiAssignee: kdelibs bugs <kdelibs-bugs>
Status: CONFIRMED ---    
Severity: wishlist    
Priority: NOR    
Version: 4.4   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2010-05-10 23:24:00 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Kmail
- Click on 'New' button
- Go to Message menu/Insert File...
- Now go to Message menu/Insert File Recent

The file name is displayed as well as in brackets the file's url(example: file:////home/sabine/kde/project/kolab/testdata/text file?charset=UTF-8) whereas only the path should be displayed instead.

Trunk, Svn Rev 1125123
Comment 1 Thomas McGuire 2010-05-11 01:08:14 UTC
Seems to be a general problem with KRecentFilesAction.
I think KRecentFilesAction should have a 'pretty' mode, or at least hide the file:// prefix for local files, and probably also the charset parameter.