Using GtkIconPaintable+GtkPicture is not good for symbolic icons - they don't get properly colored that way. So change things around to use the icon name if we have it. Fixes: #3252
The DND part of this demo was broken by recent icon theme changes. Make it work again. And make the demo nicer by breaking out a DemoImage widget.