No preview of .dds files in thunar.
.dds preview in thunar is useful for graphists. When we must work on lots of .dds files it's hard to find the right one.
Reassigning to tumbler. If you have tips on how to handle .dds file, you're welcome.
You can use the new desktop thumbnailer plugin (https://git.xfce.org/xfce/tumbler/commit/?id=95311dbb45d07d8029e27bb374aeefa60e17b339) to create thumbnails for dds files. Requires tumbler 0.2.0 Create /usr/share/thumbnailers/dds.thumbnailer with the following content: [Thumbnailer Entry] Version=1.0 Encoding=UTF-8 Type=X-Thumbnailer Name=dds Thumbnailer MimeType=image/x-dds; Exec=/usr/bin/convert -thumbnail %s %i %o ...and make sure you have an image/x-dds mimetype configured in your system: ~/.local/share/mime/packages/dds.xml (or globally at /usr/share/mime/packages): <?xml version="1.0" encoding="UTF-8"?> <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> <mime-type type="image/x-dds"> <comment>dds file</comment> <icon name="image"/> <glob-deleteall/> <glob pattern="*.dds"/> </mime-type> </mime-info> ...then run "update-mime-database ~/.local/share/mime"
Thank you ToZ. We should update https://docs.xfce.org/xfce/thunar/tumbler for tumbler 0.2.0 with this tip… :)
Done. Documentation updated.
As suggested by ToZ, you can use the desktop thumbnailer for dds files.