You are not logged in.
Pages: 1
Basically Tumbler does not generate thumbnails for my ODF documents (odt, ods, odp). I have checked etc/xdg/tumbler/tumbler.rc and everything seems correct so I do not know the cause of this issue. Any hint on where to look would be appreciated. I am using tumbler 0.1.30-1 on Manjaro.
###
# [TypeNameOfPlugin]
# Disabled: Set to true to avoid loading the plugin. By default all
# plugins are loaded.
# Priority: Priority of the plugin if more plugins support the same
# uri-scheme / mime-type combination.
# Locations: ;-separated path list the plugin will be used in. If the
# source file is not a child of one of the locations, the
# plugin won't be used and another plugin with a lower
# priority will be tried.
# Absolute paths, environement variables, ~/ and ~username/
# are allowed. Leave empty to allow all locations.
# MaxFileSize: Maximum size of the source file the plugin will still
# try to generate a plugin for. The size is in bytes,
# 0 disabled the check.
#
# For more information see http://docs.xfce.org/xfce/thunar/tumbler
###
###
# Image Thumbnailers
###
# Jpeg thumbnailer (from exif data if possible)
[JPEGThumbnailer]
Disabled=false
Priority=3
Locations=
MaxFileSize=0
# Supports all type GdkPixbuf supports
[PixbufThumbnailer]
Disabled=false
Priority=2
Locations=
MaxFileSize=0
# RAW image files using libopenraw
[RawThumbnailer]
Disabled=false
Priority=1
Locations=
MaxFileSize=0
###
# Video Thumbnailers
###
# Download cover from omdbapi.com or themoviedb.org if an
# API key is given. This plugin is disabled because it
# sends your (private) movie names over the internet.
[CoverThumbnailer]
Disabled=true
Priority=3
Locations=~/movies
MaxFileSize=0
#APIKey=your-api-key-from-themoviedb.org
# ffmpegthumbnailer plugin
[FfmegThumbnailer]
Disabled=false
Priority=2
Locations=
MaxFileSize=0
# GStreamer plugin
[GstThumbnailer]
Disabled=false
Priority=1
Locations=
MaxFileSize=0
###
# Other Thumbnailers
###
# FreeType thumbnailer
[FontThumbnailer]
Disabled=false
Priority=1
Locations=
MaxFileSize=0
# PDF/PS thumbnailer
[PopplerThumbnailer]
Disabled=false
Priority=1
Locations=
MaxFileSize=0
# Open document thumbnailer (ODF)
[OdfThumbnailer]
Disabled=false
Priority=1
Locations=
MaxFileSize=0
Offline
Do you have libgsf installed?
$ pacman -Qi tumbler
Name : tumbler
Version : 0.1.30-1
Description : D-Bus service for applications to request thumbnails
Architecture : x86_64
URL : http://www.xfce.org/
Licenses : GPL2 LGPL
Groups : xfce4
Provides : None
Depends On : dbus-glib gdk-pixbuf2
Optional Deps : ffmpegthumbnailer: for video thumbnails [installed]
poppler-glib: for PDF thumbnails [installed]
libgsf: for ODF thumbnails [installed]
libopenraw: for RAW thumbnails [installed]
freetype2: for font thumbnails
Required By : None
Optional For : ristretto thunar
Conflicts With : None
Replaces : None
Installed Size : 778.00 KiB
Packager : Evangelos Foutras <evangelos@foutrelis.com>
Build Date : Tue 25 Feb 2014 02:14:32 AM EST
Install Date : Tue 25 Feb 2014 08:29:20 AM EST
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
No I did not have it, thanks , that solved the issue. I feel kind of dumb for not doing a pacman -Qi before...
Offline
Pages: 1
[ Generated in 0.014 seconds, 7 queries executed - Memory usage: 529.13 KiB (Peak: 530.41 KiB) ]