mate-desktop / caja

Caja, the file manager for the MATE desktop
https://mate-desktop.org/
Other
264 stars 145 forks source link

image properties: Support webp & svg, check most common mime-types first #1659

Closed rbuj closed 2 years ago

mbkma commented 2 years ago

How to test this? Okay I know now from your previous PR :)

rbuj commented 2 years ago

@mbkma There is another approach, checking whether the mime type is supported by the loader at runtime. https://github.com/mate-desktop/caja/commit/a15c4e1b75bb70931c9ad1315806be28e84eb85b based on https://github.com/GNOME/nautilus/commit/7aef6beb47bf5bb212d4cd59089ff410b863170e

mbkma commented 2 years ago

yeah, that looks like the proper way to do it

rbuj commented 2 years ago

Ok #1661