---
title: "Customize Tumbler's Thumbnail Entries on Arch Linux — Nick Janetakis"
url: https://daily.dev/posts/customize-tumbler-s-thumbnail-entries-on-arch-linux-nick-janetakis-csjfixtft
source_url: https://nickjanetakis.com/blog/customize-tumblers-thumbnail-entries-on-arch-linux
type: article
source: "Nick Janetakis"
published: 2026-07-14T11:48:48.503Z
updated: 2026-07-14T11:49:12.816Z
tags: ["linux"]
reading_time: 6
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

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

**[Nick Janetakis](https://daily.dev/sources/nickjanetakis)** · 6 min read · 0 upvotes · 0 comments

## Summary

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.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nickjanetakis.com/blog/customize-tumblers-thumbnail-entries-on-arch-linux>

## Similar posts on daily.dev

- [Ubuntu 26.04 LTS has fixed its missing video/audio thumbnails](https://daily.dev/posts/ubuntu-26-04-lts-has-fixed-its-missing-video-audio-thumbnails-lnzuadkdm) · omg\! ubuntu\! · 0 upvotes · 0 comments
- [Rust-Based Project Aims To Provide Modern Thumbnails For Audio/Video Files On GNOME](https://daily.dev/posts/rust-based-project-aims-to-provide-modern-thumbnails-for-audio-video-files-on-gnome-amh44sqhz) · Phoronix · 0 upvotes · 0 comments
- [Fixing Image Thumbnails Not Showing Up in GNOME Files on Fedora Linux](https://daily.dev/posts/fixing-image-thumbnails-not-showing-up-in-gnome-files-on-fedora-linux-wogoskilm) · It's Foss · 1 upvotes · 0 comments

---

Tags: [#linux](https://daily.dev/tags/linux)

[View this post on daily.dev](https://daily.dev/posts/customize-tumbler-s-thumbnail-entries-on-arch-linux-nick-janetakis-csjfixtft)
