Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
xfce:thunar:tumbler [2019/11/30 01:05] – [Available Plugins] alexxconsxfce:thunar:tumbler [2019/11/30 01:10] – [Available Plugins] alexxcons
Line 1: Line 1:
 ====== Tumbler ====== ====== Tumbler ======
 The Tumbler package contains a D-Bus thumbnailing service based on the thumbnail management D-Bus specification. This is useful for generating thumbnail images of files.  The Tumbler package contains a D-Bus thumbnailing service based on the thumbnail management D-Bus specification. This is useful for generating thumbnail images of files. 
- 
-===== Configuration ===== 
- 
-Tumbler has since version 0.1.27 a configuration file to control the priority, locations and file sizes the plugin is used for: [[http://git.xfce.org/xfce/tumbler/plain/tumblerd/tumbler.rc|tumbler.rc]]. 
- 
-To override the default configuration, located in one of the xdg directories on your system, you can copy the rc-file to your ''$XDG_CONFIG_HOME'' directory. 
- 
-NB: ''$XDG_CONFIG_HOME'' defaults to ''~/.config''. 
- 
-  mkdir -p $XDG_CONFIG_HOME/tumbler 
-  cp /etc/xdg/tumbler/tumbler.rc $XDG_CONFIG_HOME/tumbler/ 
- 
-Each group in the configuration file is responsible for the settings of a particular thumbnailer plugin. The following keys can be used to adjust a plugin: 
- 
-? Disabled 
-! Disable the plugin, the values ''true'' and ''false'' are accepted. 
-? Priority 
-! Numeric value to control the priority of the plugin. If 2 plugins can provide thumbnails for the same scheme + mime-type combination, the plugin with the highest priority is used first. 
-? Locations 
-! A ;-separated path list the plugin will be used for. 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, environment 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. 
  
 ===== Available Plugins ===== ===== Available Plugins =====
 +Tumbler allows to load a number plugins to support different file formats. Most plugins are loaded by default, if the required libraries are provided.
 === Image Thumbnailers === === Image Thumbnailers ===
   * __JPEG-thumbnailer__   * __JPEG-thumbnailer__
Line 53: Line 32:
   * __Customized thumbnailers__   * __Customized thumbnailers__
      * All thumbnailers provided by .thumbnailer desktop files. [[xfce:thunar:tumbler#customized_thumbnailers|See examples below ]]      * All thumbnailers provided by .thumbnailer desktop files. [[xfce:thunar:tumbler#customized_thumbnailers|See examples below ]]
 +
 +===== Configuration =====
 +
 +Tumbler has since version 0.1.27 a configuration file to control the priority, locations and file sizes the plugin is used for: [[http://git.xfce.org/xfce/tumbler/plain/tumblerd/tumbler.rc|tumbler.rc]].
 +
 +To override the default configuration, located in one of the xdg directories on your system, you can copy the rc-file to your ''$XDG_CONFIG_HOME'' directory.
 +
 +NB: ''$XDG_CONFIG_HOME'' defaults to ''~/.config''.
 +
 +  mkdir -p $XDG_CONFIG_HOME/tumbler
 +  cp /etc/xdg/tumbler/tumbler.rc $XDG_CONFIG_HOME/tumbler/
 +
 +Each group in the configuration file is responsible for the settings of a particular thumbnailer plugin. The following keys can be used to adjust a plugin:
 +
 +? Disabled
 +! Disable the plugin, the values ''true'' and ''false'' are accepted.
 +? Priority
 +! Numeric value to control the priority of the plugin. If 2 plugins can provide thumbnails for the same scheme + mime-type combination, the plugin with the highest priority is used first.
 +? Locations
 +! A ;-separated path list the plugin will be used for. 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, environment 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.
  
 ===== Cover Thumbnailer ===== ===== Cover Thumbnailer =====