Tumbler是来自XFCE的Thunar的缩略图。
它在哪里存储缩略图?缩略图缓存在哪里?
我设法看到了
#define THUMBNAILER_CACHE_PATH "/org/freedesktop/thumbnails/Cache1"
。不确定它是否有用。我找不到路径的其余部分,也无法在我的机器上找到这部分。
不是~/.thumbnails
,而是~/.cache/thumbnails
。
答案 0 :(得分:1)
Tumbler是Thumbnail management DBus specification的一种实现,后者依赖于Thumbnail Managing Standard。它将缩略图存储在$XDG_CACHE_HOME/thumbnails/
中,通常为~/.cache/thumbnails
。在该路径中使用了两个目录:normal
和large
,更多详细信息here。
在我的系统中,我在两个目录中都有超过一千个缩略图。你确定tumblerd
正在运行吗?