Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
thunar:dev:thumbnailing [2022/03/09 23:45] – created alexxconsthunar:dev:thumbnailing [2022/03/12 23:33] alexxcons
Line 7: Line 7:
     * Thumb::URI     * Thumb::URI
     * Thumb::MTime     * Thumb::MTime
 +  * Checksum:
 +    * 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:///home/my/photos/me.png | md5sum
 +  
 +  --> c6ee772d9e49320e97ec29a7eb5b1697.png
 +
 +
 +    * Detailed documentation can be found here: https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html#CREATION