| Summary: | Default icon for timeline entries missing | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | David Edmundson <kde> |
| Component: | panels: places | Assignee: | Frank Reininghaus <frank78ac> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | minor | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.1 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
*** This bug has been marked as a duplicate of bug 304323 *** It's still referencing the wrong icon in the place I mentioned too. 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. |
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.