I overlooked that "actions/" is not part of the icon name. Just
rebuilding and re-running Dolphin did not reveal this issue, it seems
that the old icon "package_utility_time" was still cached somewhere.
I hope that it really works on all distros now.
CCBUG: 304323
const GroupType type = groupType();
if (icon().isEmpty()) {
switch (type) {
- case RecentlyAccessedType: setIcon("actions/chronometer"); break;
+ case RecentlyAccessedType: setIcon("chronometer"); break;
case SearchForType: setIcon("nepomuk"); break;
case PlacesType:
default: setIcon("folder");