| Summary: | The recently used application menu doesn't correctly display the filenames | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma4 | Reporter: | Francescu Garoby <windu.2b> |
| Component: | widget-kickoff | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
SVN commit 754576 by jstubbs: Remove the .desktop portion and then take the completeBaseName() of the file so that file names with embedded "."s are displayed correctly. BUG: 154843 M +2 -2 models.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=754576 |
Version: (using KDE KDE 3.97.0) Installed from: Ubuntu Packages OS: Linux In the Recently used application, in Kickoff, there is a section called 'Documents' with recently open files. If a file has a name like this : "Name.of.the.file.extension", just the first word is displayed ("Name") But, when the mouse is over, the URL is correct ("/path/to/the/file/Name.of.the.file.extension").