Created attachment 2915 strace xfdesktop-settings I've symlinked /usr/share/wallpapers (kde wallpapers here) to /usr/share/xfce4/backdrops, and when I launch xfdestop-settings - it coredumps. There are a lot of subdirs in that folder, and there are dozen of images in that dir. All xfce from git @ 30th march. folder looks like this blah1 |_contents |_images |_img_800x600.png |_img_1024x768.png .... blah20 |_(same as above} ... |_some_image.png |_other_image.png .... |_last_image.png
Created attachment 3022 xfdesktop-common.c patch same problem here .. when its testing for valid images doesnt bother to check if its a directory that its trying to add and not a file.. fix included..
Sorry I missed this patch in the past. Xfdesktop has been changed in how it checks if the file is a valid image using the formats provided by gdk_pixbuf_get_formats which will fix this issue.