Does dolphin have any support for thumbnailing .tga Targa images at all?

Just wondering. I can’t see anything about it besides this, I don’t think the guy ever got around to making that report.

You can have a file in

~/.local/usr/share/thumbnailers/tga.thumbnailer:

[Thumbnailer Entry]
Exec=/usr/local/bin/stl_thumb.py %i %o %s
MimeType=application/tga

Where /usr/local/bin/stl_thumb.py %i %o %s is replaced by a program capable of making png thumbnails for tga files.

Similarly to GitHub - MLAB-project/stl-thumbnailer: Shows thumbnails of STL files in Nautilus file browser

A full reference is at https://askubuntu.com/a/1368911

1 Like