Ludovic Courtès <l...@gnu.org> writes: > In current ‘master’ (ca. 6db3b34d7203639ef4286c237a6e536259f92352), in a > VM created with: > > guix system vm gnu/system/examples/vm-image.tmpl > > Xfce is lacking a few icons in window decorations and in the bar at the top: >
Fixed in commit 02b69362cb5922e3e2579b120a12afcc6167a46e now. GTK+3 (and 4) requires the Adwaita icon theme is always available. Maybe we can make gtk+ depends and hardcode the path to adwaita-icon-theme to avoid install it into the profile. Thank you!