Skip to content

xfce-mirror/tumbler

Repository files navigation

License

tumbler

Tumbler is a D-Bus service for applications to request thumbnails for various URI schemes and MIME types. It is an implementations of the thumbnail management D-Bus specification. Tumbler provides plugin interfaces for extending the URI schemes and MIME types for which thumbnails can be generated as well as for replacing the storage backend that is used to store the thumbnails on disk.


Homepage

Tumbler documentation

Changelog

See NEWS for details on changes and fixes made in the current release.

Source Code Repository

Tumbler source code

Download a Release Tarball

Tumbler archive or Tumbler tags

Installation

From source:

% cd tumbler
% ./autogen.sh
% make
% make install

From release tarball:

% tar xf tumbler-<version>.tar.bz2
% cd tumbler-<version>
% ./configure
% make
% make install

Reporting Bugs

Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.