When trying to change the Xfce-Menu icon using the file picker dialog, thumbnails (on the right pane) are not refreshed automatically. Best Regards Marcus
Hmm, this doesn't appear to be xfdesktop's issue... It's using exo_gtk_file_chooser_add_thumbnail_preview(); works fine in the settings panel for the desktop, but not in the settings panel for the menu plugin.
Oh, note that the difference here is that it's a GtkFileChooserButton, not a GtkFileChooserDialog. Not sure if that's relevant.
We were using the selection-changed signal, while there is also a update-preview signal, makes sense to use that one right?