Fedora Account System
Red Hat Associate
Red Hat Customer
Hi, virt-manager still uses gtk-cancel which is deprecated in GTK3 This is not present in the adwaita icon theme (default for GTK3) and should probably be replaced by something else
And actually all the gtk-* icons are deprecated now
Thanks for the report. gtk3 stock icon names are deprecated but my understanding was that they won't be removed until gtk4, like all other APIs deprecated during the gtk3 cycle. And in latest gtk git gtk/icons/22x22/actions/gtk-cancel.png is still present, which is where the Adwaita icon theme is tracked AFAIK. What distro is this? What gtk versions are you using?
I'm using debian unstable (with gtk 3.20). I also just tried with Fedora 24 (livecd) and the gtk-cancel.png is not present in the Adwaita theme (default theme for gtk3). If you go to the connection details the "Stop" icon is different between the storage/interface and virtual network tabs The documentation contains hints about the new icons name to use: https://developer.gnome.org/gtk3/stable/gtk3-Stock-Items.html#GTK-STOCK-CANCEL:CAPS https://developer.gnome.org/gtk3/stable/gtk3-Stock-Items.html#GTK-STOCK-STOP:CAPS
Created attachment 1304113 [details] Patch
Thanks for the patch! I've pushed it now