Why is Thunar not creating and showing thumbnails of images?

18

1

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.

DarenW

Posted 2011-03-17T08:04:20.350

Reputation: 1 707

It now occurs to me that there's a unix/linux SE site. Is there an easy no-brainer way to transfer this question over there? – DarenW – 2011-03-18T02:53:31.080

Answers

33

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

DarenW

Posted 2011-03-17T08:04:20.350

Reputation: 1 707

6For me, tumbler-plugins-extra did the trick on a Debian system. – hochl – 2016-02-17T00:00:44.877

2For me, sudo pacman -S tumbler did the trick on a Manjaro system. – ILikeTurtles – 2018-07-04T12:16:56.057

This is strange, I never needed tumbler when I used Thunar :/ – user1686 – 2011-03-19T16:25:43.730

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").

radioxoma

Posted 2011-03-17T08:04:20.350

Reputation: 125

2

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.

Justin

Posted 2011-03-17T08:04:20.350

Reputation: 21

1

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

iegik

Posted 2011-03-17T08:04:20.350

Reputation: 115

0

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.

ZN13

Posted 2011-03-17T08:04:20.350

Reputation: 392

I am confused. Why would the quit option make it use ffmpegthumbnailer? – phil294 – 2018-05-16T03:21:02.770

@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. – ZN13 – 2018-05-16T07:14:21.523

0

I had to re-install tumbler (xubuntu 14.04). ( ~/.thumbnails was empty after I restored the system from a rsync-backup that had omitted thumbnail-data)

rrg

Posted 2011-03-17T08:04:20.350

Reputation: 1