refactor: improve GNOME Shell icon management and regenerate icon cache

This commit is contained in:
2025-01-27 16:00:05 +01:00
parent 625abf91b3
commit 9b5249af54

View File

@ -31,7 +31,15 @@
# Steam and it's dependencies
- steam
- steam-devices
# Missing icons in GNOME Shell
# Missing icons in GNOME Shell (If not working, reset your icon theme with `gsettings reset gsettings reset org.gnome.desktop.interface icon-theme`)
- gdk-pixbuf2-modules-extra
- adwaita-icon-theme
- gnome-icon-theme
state: present
become: true
- name: Regenerate GNOME Icon Cache
ansible.builtin.command:
cmd: gtk-update-icon-cache /usr/share/icons/gnome
creates: /usr/share/icons/gnome/icon-theme.cache
become: true