Created attachment 9630 Thunar dialog icon Hi, I noticed some icon differences between message dialogs on Xubuntu 20.04 daily build. Apparently it uses the same icon but with different style. In the attached image there is an example from Thunar (upper left) and Terminal (lower right). Personally, I think it is better the one in the Terminal dialog. Thank you for your excellent work on Xfce!
On thunar master the "empty trash" dialog does not show an icon for me at all, so I assume there is nothing to do. I assume that a gtk version change might be responsible for the now "missing" icon, since actually thunar does not explicitly specify a icon: thuanr -application.c:2337 (thunar_application_empty_trash) : dialog = gtk_message_dialog_new (window, GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_NONE, _("Remove all files and folders from the Trash?")); Probably the Icon is added automatically by "GTK_MESSAGE_QUESTION". So possibly xfce4-terminal should just switch to use gtk_message_dialog_new with GTK_MESSAGE_QUESTION, instead of adding a custom icon.