Xfce No video thumbnails in Thunar (xfce 4.16, freebsd 13.1)

Hello.
No video thumbnails are displayed in Thunar (xfce 4.16, freebsd 13.1).
I've installed "ffmpegthumbnailer" and enabled it in "~/.config/tumbler/tumbler.rc"
(Same config was working in freebsd 13.0)

Code:
# ffmpegthumbnailer plugin
[FfmpegThumbnailer]
Disabled=false
Priority=1
Locations=
Excludes=
MaxFileSize=0

On startup tumblerd reports:
Code:
Registered thumbnailer ffmpegthumbnailer -i %i -o %o -s %s -f

Can't find how to enable tumbler log/debug to understand was is happening.

Any ideas?

Thanks
 
Could tumbler be skipping the local user settings? What version of tumbler?
Check if recent bugs put you on the right way.


Latest related bugs:


Try to debug or deleting the previous thumbnail cache.

Edit:

Try thunar -q.

This command should be used whenever Thunar is upgraded to a new version to ensure that no old instance is reused.
 
Version : 4.16.0_18
So these bugs most probably are not relevant.
Cleared the cache: it was recreated with the same result - for images, pdf etc works, for videos not.
Will check if local config is skipped later.
 
Back
Top