Skip to content

Commit

Permalink
Remove superfluous /apps directory from index.theme
Browse files Browse the repository at this point in the history
index.theme referred to a non-existent /apps subdirectory, causing
warnings like:

    (zenity:9387): Gtk-WARNING **: 23:22:38.069: Theme directory /apps of theme adwaita-xfce has no size field

when running commands like

    zenity --info --text "foo"

So remove /apps from the Directories line.
  • Loading branch information
aspiers authored and Adam Spiers committed Jun 18, 2023
1 parent e0f73b9 commit 63ad424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adwaita-xfce/index.theme
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Comment=Adwaita icon theme extension for Xfce
Inherits=Adwaita
Example=folder

Directories=16x16/devices,16x16/status,22x22/status,24x24/devices,24x24/status,32x32/devices,32x32/status,48x48/apps,48x48/devices,48x48/status,/apps,scalable/apps,scalable/devices,scalable/status,scalable/actions,scalable/categories
Directories=16x16/devices,16x16/status,22x22/status,24x24/devices,24x24/status,32x32/devices,32x32/status,48x48/apps,48x48/devices,48x48/status,scalable/apps,scalable/devices,scalable/status,scalable/actions,scalable/categories


[16x16/devices]
Expand Down

0 comments on commit 63ad424

Please sign in to comment.