Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| thunar:dev:thumbnailing [2022/03/12 23:21] – alexxcons | thunar:dev:thumbnailing [2024/01/22 16:32] (current) – alexxcons | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | + | | |
| - | | + | |
| * Here a [[https:// | * Here a [[https:// | ||
| + | * Start tumbler from source with debugging enabled | ||
| + | * Build & install tumbler | ||
| + | * killall tumblerd | ||
| + | * rm -rf $HOME/ | ||
| + | * G_MESSAGES_PREFIXED= G_MESSAGES_DEBUG=all / | ||
| + | * Monitor tumbler DBus ' | ||
| + | |||
| + | dbus-monitor " | ||
| + | |||
| + | * Monitor tumbler DBus 'Error signals: | ||
| + | |||
| + | dbus-monitor " | ||
| + | |||
| + | * Monitor tumbler DBus ' | ||
| + | |||
| + | dbus-monitor " | ||
| + | |||
| + | * Monitor tumbler DBus All signal: | ||
| + | |||
| + | dbus-monitor " | ||
| * Check some mandatory attributes of the thumbnail via '' | * Check some mandatory attributes of the thumbnail via '' | ||
| - | | + | |
| - | * Thumb:: | + | * Thumb:: |
| - | * Detailed documentation can be found here: https:// | + | |
| + | * The checksum used for the thumbnail name is build from the absolute URI of the file to thumbnail. It can be generated like this: | ||
| + | * Command: | ||
| + | |||
| + | echo -n file:/// | ||
| + | |||
| + | --> c6ee772d9e49320e97ec29a7eb5b1697.png | ||
| + | |||
| + | |||
| + | | ||