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

Added application/sla as MimeType supported by stl_thumb #8

Closed jamesthek closed 4 years ago

jamesthek commented 4 years ago

Previous to this, the stl.xml file describes *.stl files as of type application/sla. This is consistent with some other software choices, so that's fine.

However, it only registers hooks for application/stl, so the thumbnailer never triggers.

This PR adds application/sla to the list of MIME types handled by the stl thumbnailer, so that it actually works on *.stl files.

kaklik commented 4 years ago

Great, thanks for the contribution!