Skip to content

Commit

Permalink
Fix 'local' icons
Browse files Browse the repository at this point in the history
Apparently, in GNOME Shell 3.32, both GtkIconTheme's append_search_path() and add_resource_path() no longer work as expected with St's Icon, with the result that we cannot simply append a path to the icon theme and refer to icons by just their names (using St.Icon's 'icon_name' field), like we currently do.
So, as a work-around, move to Gio's Icon's (GIcon) and use them in St's Icon's ('gicon' field).
  • Loading branch information
zykh committed Mar 17, 2019
1 parent a925691 commit 075c5b1
Showing 1 changed file with 188 additions and 172 deletions.
Loading

0 comments on commit 075c5b1

Please sign in to comment.