Skip to content

window: Handle broken icon themes more gracefully

Florian Müllner requested to merge wip/fmuellner/missing-image-missing into master

We assert that the icons used as default window icons are loaded correctly, but currently this can fail simply because of an incomplete icon theme. After all, "image-missing" was only added to the icon-naming spec in 2005 🙄

Handle this case more gracefully by falling back to a completely transparent "icon".

https://bugzilla.gnome.org/show_bug.cgi?id=720583

Merge request reports