Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
xfce:tumbler:start [2022/01/02 05:59] – [Introduction] gael | xfce:tumbler:start [2025/03/31 10:37] (current) – [Debugging Support] drop pkg-config, file is not always present gael | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | {{ :xfce:xfce.tumbler.png? | + | {{ : |
====== Tumbler - Thumbnail Service ====== | ====== Tumbler - Thumbnail Service ====== | ||
Line 11: | Line 11: | ||
* **[[#Latest Release|Latest Release]]** | * **[[#Latest Release|Latest Release]]** | ||
* **[[#Source Code Repository|Source Code Repository]]** | * **[[#Source Code Repository|Source Code Repository]]** | ||
+ | * **[[https:// | ||
* **[[# | * **[[# | ||
Line 21: | Line 22: | ||
thumbnail management D-Bus specification described on | thumbnail management D-Bus specification described on | ||
- | [[https:// | + | [[https:// |
written in an object-oriented fashion using GLib and GObject. Its | written in an object-oriented fashion using GLib and GObject. Its | ||
Line 31: | Line 32: | ||
management D-Bus specification. | management D-Bus specification. | ||
- | Tumbler is used by Thunar, Ristretto, Xfce. | + | Tumbler is used by [[: |
---- | ---- | ||
Line 41: | Line 42: | ||
* **D-Bus/ systemd** | * **D-Bus/ systemd** | ||
- | | + | |
* '' | * '' | ||
* **Other** | * **Other** | ||
- | * Extend | + | * Extend $HOME/ |
* '' | * '' | ||
After that, re-login, make sure the variable is set, and check if it works fine. | After that, re-login, make sure the variable is set, and check if it works fine. | ||
+ | |||
+ | Tumbler has a configuration file '' | ||
---- | ---- | ||
Line 63: | Line 66: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
- | * [[https:// | + | * [[https:// |
* [[https:// | * [[https:// | ||
Line 71: | Line 74: | ||
===== Debugging Support ===== | ===== Debugging Support ===== | ||
+ | As with all Xfce components, you can [[: | ||
- | Tumbler | + | To get debug logs at runtime, starting with Tumbler |
- | which can be setup using the configure flag `--enable-debug' | + | |
- | output of `configure --help' | + | |
- | | + | |
- | build will most probably be noticably slower. This is also | + | G_MESSAGES_PREFIXED= G_MESSAGES_DEBUG=all / |
- | recommended for people that want to develop Tumbler stuff. | + | |
- | `yes' | + | Note: depending on your distribution, |
- | kinds of checks | + | |
- | slower. Use this if you want to develop for Tumbler | + | |
- | writing Tumbler extensions and such). | + | |
- | + | ||
- | `minimum' | + | |
- | recommended behaviour. | + | |
- | + | ||
- | `no' | + | |
- | exactly what you do. | + | |
[[|Back To Top]] | [[|Back To Top]] | ||
Line 98: | Line 90: | ||
Tumbler depends on the following packages: | Tumbler depends on the following packages: | ||
- | * GLib >= 2.50.0 | + | * GLib >= 2.66.0 |
Tumbler can optionally use the following packages: | Tumbler can optionally use the following packages: | ||
- | * gdk-pixbuf >= 2.14.0 (various image formats, some of them requiring the installation of optional libraries specific to gdk-pixbuf; also required for all other plugins below) | + | * gdk-pixbuf >= 2.40.0 (various image formats, some of them requiring the installation of optional libraries specific to gdk-pixbuf; also required for all other plugins below) |
* FreeType >= 2.0.0 (font) | * FreeType >= 2.0.0 (font) | ||
+ | * A libjpeg implementation (e.g. libjpeg-turbo) | ||
* FFmpegthumbnailer >= 2.0.0 (video) | * FFmpegthumbnailer >= 2.0.0 (video) | ||
* GStreamer >= 1.0.0 (video) | * GStreamer >= 1.0.0 (video) | ||
Line 116: | Line 109: | ||
===== Latest Release ===== | ===== Latest Release ===== | ||
- | {{rss> | + | {{rss> |
+ | |||
+ | [[https:// | ||
- | [[https:// | + | * **[[https:// |
[[|Back to Top]] | [[|Back to Top]] | ||
Line 135: | Line 130: | ||
[[|Back To Top]] | [[|Back To Top]] | ||
---- | ---- | ||
- | [[ : | + | [[ : |