Bug 305216 - Default icon for timeline entries missing
Summary: Default icon for timeline entries missing
Status: RESOLVED DUPLICATE of bug 304323
Alias: None
Product: dolphin
Classification: Applications
Component: panels: places (show other bugs)
Version: 2.1
Platform: unspecified Linux
: NOR minor
Target Milestone: ---
Assignee: Frank Reininghaus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-15 20:27 UTC by David Edmundson
Modified: 2012-11-10 12:22 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 David Edmundson 2012-08-15 20:27:08 UTC
On a clean KDE install in the places menu there is no icon on any of the entries under "Recently Accessed" 
("Today", "Yesterday" etc) 


From
void PlacesItemModel::createSystemBookmarks()
888:    const QString timeLineIcon = "package_utility_time"; // TODO: Ask the Oxygen team to create

This icon does not exist. Suggest replacing this line with timeLineIcon = "clock" or make sure you include this icon yourself.
Comment 1 Jekyll Wu 2012-08-16 01:13:20 UTC

*** This bug has been marked as a duplicate of bug 304323 ***
Comment 2 David Edmundson 2012-08-16 01:29:59 UTC
It's still referencing the wrong icon in the place I mentioned too.
Comment 3 Frank Reininghaus 2012-08-16 09:12:17 UTC
Thanks David. First I thought just like Jekyll that this is the issue which has been fixed recently, but it seems that the incorrenct icon name is used in more places than I thought (I haven't written this code myself).

I've reopened the other report.