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
% meson setup build
% meson compile -C build
% meson install -C build

From release tarball:

% tar xf tumbler-<version>.tar.xz
% cd tumbler-<version>
% meson setup build
% meson compile -C build
% meson install -C build

Uninstallation

% ninja uninstall -C build

Reporting Bugs

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

About

Mirror repository, PRs are not watched, please use Xfce's GitLab

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 135