Commit graph

6 commits

Author SHA1 Message Date
norepro
34333b3658 fix: missing directory data for some theme dirs
Commit 49a1762 added many directories to the `Directories` field as
well as corresponding directory entries for most, but not all, of the
new entries.

The missing entries manifest as Gtk warnings when doing some operations
via command line, e.g. opening an image using `open`.

```
$ open rainbow-0.png
(eog:248786): Gtk-WARNING **: 15:18:32.794: Theme directory scalable/emotes of theme Cosmic has no size field
(eog:248786): Gtk-WARNING **: 15:18:32.794: Theme directory scalable/legacy of theme Cosmic has no size field
(eog:248786): Gtk-WARNING **: 15:18:32.794: Theme directory scalable/ui of theme Cosmic has no size field
(eog:248786): Gtk-WARNING **: 15:18:32.794: Theme directory scalable-up-to-32/status of theme Cosmic has no size field
```

Add directory entries for the missing sections.

Fixes #36
2025-12-07 15:49:57 -08:00
Vukašin Vojinović
52ad55cba5 chore: update places icons 2025-01-10 15:27:12 -05:00
Jeremy Soller
2ec831951c
Fix incorrect syntax by commenting out comment 2024-05-02 07:58:36 -06:00
Ashley Wulber
49a1762c95 chore: expand index.theme
during icon lookup, it uses the first index.theme it finds, (I assume only when the eventually chosen theme with the icon doesn't have an index.theme?) we should include all the standard directories in our theme even if we don't use them.
2024-01-23 16:23:28 -05:00
Ashley Wulber
14d8e20480 fix: inherit from Pop icon theme 2023-08-30 11:12:51 -04:00
Ashley Wulber
8f12604ad1 chore: add index 2023-08-30 11:12:51 -04:00