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
This commit is contained in:
parent
70b07582e2
commit
34333b3658
1 changed files with 28 additions and 0 deletions
28
index.theme
28
index.theme
|
|
@ -539,6 +539,20 @@ MinSize=8
|
|||
MaxSize=512
|
||||
Type=Scalable
|
||||
|
||||
[scalable/emotes]
|
||||
Context=Emotes
|
||||
Size=128
|
||||
MinSize=8
|
||||
MaxSize=512
|
||||
Type=Scalable
|
||||
|
||||
[scalable/legacy]
|
||||
Context=Legacy
|
||||
Size=128
|
||||
MinSize=8
|
||||
MaxSize=512
|
||||
Type=Scalable
|
||||
|
||||
[scalable/mimetypes]
|
||||
Context=MimeTypes
|
||||
Size=128
|
||||
|
|
@ -559,3 +573,17 @@ Size=128
|
|||
MinSize=8
|
||||
MaxSize=512
|
||||
Type=Scalable
|
||||
|
||||
[scalable/ui]
|
||||
Context=UI
|
||||
Size=128
|
||||
MinSize=8
|
||||
MaxSize=512
|
||||
Type=Scalable
|
||||
|
||||
[scalable-up-to-32/status]
|
||||
Context=Status
|
||||
Size=32
|
||||
MinSize=8
|
||||
MaxSize=32
|
||||
Type=Scalable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue