Created attachment 8141 patch against the latest master branch Syslog messages like these have been annoying me long enough to try to fix them at the source: org.freedesktop.thumbnails.Cache1[1911]: Registered thumbailer /usr/share/blender/scripts/blender-thumbnailer.py %i %o org.freedesktop.thumbnails.Cache1[1911]: Registered thumbailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o org.freedesktop.thumbnails.Cache1[1911]: Registered thumbailer atril-thumbnailer -s %s %u %o org.freedesktop.thumbnails.Cache1[1911]: Registered thumbailer dia -t png -e %o -s %s %i org.freedesktop.thumbnails.Cache1[1911]: Registered thumbailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o The attached patch makes the trivial bugfix.
Denis Ovsienko referenced this bugreport in commit ba9533976fa54e018f2e7e0efaa309fe30bf6c13 Fix a typo in desktop-thumbnailer-provider.c (Bug #14925) https://git.xfce.org/xfce/tumbler/commit?id=ba9533976fa54e018f2e7e0efaa309fe30bf6c13
Good catch, thanks for the patch.