Skip to content

grid-cell, name-cell: Allow displaying unthemed emblems

António Fernandes requested to merge wip/antoniof/fix-unthemed-emblems into master

nautilus-dropbox and probably other such extensions use emblems to indicate sync status.

If these icons are installed as unthemed icons, then we don't display them at all. This is because the way we are checking that an icon exists ignores the unthemed icons completely, which is arguably a GTK bug (gtk#5709 (closed))

While the GTK inconsistency is not addressed, let's use a workaround to check more effectively whether an icon exits.

Fixes #2789 (closed)

Merge request reports