Why is Thunar not creating and showing thumbnails of images?

40,158

Solution 1

A package called tumbler is needed for thunar to automatically generate thumbnails.

Solution 2

Even if you installed thumblerd you may not see thumbnails for remote storage, including MTP (new Android devices). Check your file manager's settings, e.g. for Thunar one have to set "Show thumbnails: always" (not "Only local files").

Solution 3

I had to "chown -R *username* ~/.thumbnails" obviously replacing username with your user name. This immediately fixed my problem.

Root was the owner of .thumbnails. I found this by opening GIMP and it gave an error that it could not gain access to .thumbnails, but, if GIMP isn’t giving you this error this may not be the solution for you.

Solution 4

Removing configuration in Ubuntu helped me show thumbnails in thunar again:
mv ~/.config/Thunar ~/.config/Thunar.bak

Solution 5

I had to run thunar -qin the terminal to make it use ffmpegthumbnailer, from the man page:

-q, --quit Terminate any Thunar instance running in the background (spawned using the --daemon option). This command should be used whenever Thunar is upgraded to a new version to ensure that no old instance is reused.

Share:
40,158

Related videos on Youtube

DarenW
Author by

DarenW

Updated on September 17, 2022

Comments

  • DarenW
    DarenW over 1 year

    Thunar is my main file manager. Normally it automatically creates thumbnail images of all images in the directory being viewed. After experimenting with other Linux distros then installing Arch Linux once and for all, Thunar is not showing thumbs. Image files all get the same generic image icon.

    Googling turned up some information:

    • Something called gvfs needs to be installed. I have it. Still no go. (Apparently this isn't actually needed anyway.)
    • Someone had this problem and fixed it by running some mime-related command (I didn't save any notes) I did this same command but no go.
    • Checking the obvious: in Thunar's Edit/Preferences, yes, the [x] Show thumbnails is turned on.

    When I view one image in GIMP or EOG, the generic icon in Thunar is replaced by a thumbnail. But only for that one file I opened.

  • user1686
    user1686 about 13 years
    This is strange, I never needed tumbler when I used Thunar :/
  • hochl
    hochl over 8 years
    For me, tumbler-plugins-extra did the trick on a Debian system.
  • phil294
    phil294 about 6 years
    I am confused. Why would the quit option make it use ffmpegthumbnailer?
  • ZN13
    ZN13 about 6 years
    @Blauhirn Thunar usually runs as a daemon, and won't automatically start using ffmpegthumbnailer as it's not looking for it while it's running. E.g. if you install ffmpegthumbnailer after thunar was started then it won't use it, but after a thunar -q it starts using it.
  • ILikeTurtles
    ILikeTurtles almost 6 years
    For me, sudo pacman -S tumbler did the trick on a Manjaro system.