Nick Janetakis
Read post

Customize Tumbler's Thumbnail Entries on Arch Linux — Nick Janetakis

A debugging walkthrough for fixing missing MKV video thumbnails on Arch Linux. The root cause was a MIME type mismatch: Thunar sends `video/matroska` to Tumbler via D-Bus, but the ffmpegthumbnailer thumbnailer file only listed `video/x-matroska`. The fix involves creating a custom `~/.local/share/thumbnailers/mkv.thumbnailer` file with the correct MIME type, then restarting tumblerd. The post also covers useful debugging techniques: using `pacman -Ql` to inspect package files, `xdg-mime` and `bash -x` to trace MIME detection, `dbus-monitor` to observe what Tumbler receives, and `gio info` to check GLib-based MIME resolution. A patch to ffmpegthumbnailer was later merged upstream.

    #linux
Jul 14•6m read time•From nickjanetakis.com
Post cover image
Table of contents
# Symptoms and Debugging# Customizing ffmpegthumbnailer’s Tumbler Entry# Demo Video
1.6K Impressions
Nick Janetakis's image
Nick Janetakis

Nick Janetakis's blog provides insights into web development, Docker, and technology tutorials. Read...

77 Followers

•

1.3K Upvotes

Would you recommend this post?

Copy link
WhatsApp
Facebook
X
New Squad
  • © 2026 Daily Dev Ltd.
  • Guidelines
  • Explore
  • Tags
  • Sources
  • Squads
  • Leaderboard