You are not logged in.

#1 2018-03-19 19:08:02

pfdint
Member
Registered: 2013-11-18
Posts: 43

Where does Tumbler (of Thunar) store/cache its thumbnails?

Tumbler is the thumbnailer for Thunar, from XFCE.

Where does it store its thumbnails? Where is the thumbnail cache?

I managed to see

#define THUMBNAILER_CACHE_PATH    "/org/freedesktop/thumbnails/Cache1"

in the source code for Tumbler. Not sure if it's useful. I can't find the rest of the path, nor can I find this portion on my machine.

It's not ~/.thumbnails, and it's not ~/.cache/thumbnails. I know this because thumbnails newly generated are not added to those locations.

Offline

#2 2018-03-19 19:45:18

toz
Member
Registered: 2011-10-28
Posts: 497

Re: Where does Tumbler (of Thunar) store/cache its thumbnails?

$XDG_CACHE_HOME/thumbnails. XDG_CACHE_HOME defaults to ~/.cache.

Ref: https://git.xfce.org/xfce/tumbler/commi … 588ea39bc4

Offline

#3 2018-03-19 22:29:43

pfdint
Member
Registered: 2013-11-18
Posts: 43

Re: Where does Tumbler (of Thunar) store/cache its thumbnails?

I can see that you should be right, but it's definitely not the case. I just deleted both those directories and the thumbnails are still generated already. Also, there is no XDG_CACHE_HOME set in my shell.

I do think thunar is using tumbler because it wasn't creating thumbnails so I installed tumbler per googled instructions and now it does generate thumbnails.

Last edited by pfdint (2018-03-19 22:32:09)

Offline

#4 2018-03-19 23:01:53

toz
Member
Registered: 2011-10-28
Posts: 497

Re: Where does Tumbler (of Thunar) store/cache its thumbnails?

Do you maybe have another thumbnailing service running?

What happens if you run tumblerd manually:

pkill -9 tumblerd; /usr/lib/tumbler-1/tumblerd

...what output is generated?

Also, if you run "pstree", does tumblerd show up as a child to the systemd process?

Offline

#5 2018-03-19 23:06:32

pfdint
Member
Registered: 2013-11-18
Posts: 43

Re: Where does Tumbler (of Thunar) store/cache its thumbnails?

(tumblerd:11186): tumbler-WARNING **: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Registered thumbailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Registered thumbailer ffmpegthumbnailer -i %i -o %o -s %s -f
Registered thumbailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o

tumbler does not appear in pstree
nor is it a running process (ps aux)

Offline

#6 2018-03-19 23:09:35

pfdint
Member
Registered: 2013-11-18
Posts: 43

Re: Where does Tumbler (of Thunar) store/cache its thumbnails?

Now revisiting the images newly generates thumbnails, and in the predicted location of ~/.cache/thumbnails (/normal)

Offline

#7 2018-03-19 23:23:23

toz
Member
Registered: 2011-10-28
Posts: 497

Re: Where does Tumbler (of Thunar) store/cache its thumbnails?

It sounds like there might be another thumbnailing process running on your system.

The tumblerd process will start and stop when needed. It should be running as thumbnails are being generated.

Offline

Board footer

Powered by FluxBB