MLAB-project / stl-thumbnailer

Shows thumbnails of STL files in Nautilus file browser
GNU General Public License v3.0
56 stars 16 forks source link

Feature Request: add application/sla mime type #6

Closed hannemann closed 1 year ago

hannemann commented 5 years ago

After following your instructions only a few stl files have been thumbnailed.

I edited /usr/share/thumbnailers/stl.thumbnailer to look like this

[Thumbnailer Entry]
Exec=/usr/local/bin/stl_thumb.py %i %o %s
MimeType=application/sla;application/stl;model/x.stl-binary;model/x.stl-ascii

Suddenly all my minis appeared in nemo :)

kaklik commented 5 years ago

It is interesting that works for you. Because we have troubles with this bug: https://github.com/MLAB-project/stl-thumbnailer/issues/5

Have you working situation at Ubuntu 16.04 or 18.04 ?

hannemann commented 5 years ago

My machines run 18.04

jamesthek commented 4 years ago

Implemented in PR #8 .