Bug 305216

Summary: Default icon for timeline entries missing
Product: [Applications] dolphin Reporter: David Edmundson <kde>
Component: panels: placesAssignee: Frank Reininghaus <frank78ac>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: NOR    
Version: 2.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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.