No entry for compressed SVG. So nautilus read them as gzip files. I'll try to add svgz extension to existing entry for SVG files in my installation and I'll report if it works.
From http://www.w3.org/TR/SVG11/intro.html#MIMEType <quote> The MIME type for SVG is "image/svg+xml" (see [RFC3023]). The registration of this MIME type is in progress at the W3C. It is recommended that SVG files have the extension ".svg" (all lowercase) on all platforms. It is recommended that gzip-compressed SVG files have the extension ".svgz" (all lowercase) on all platforms. </quote> It seems there is no difference between SVG and SVGZ... So the proper solution to this bug is </magic> <glob pattern="*.svg"/> + <glob pattern="*.svgz"/> </mime-type> isn't it?
2005-11-01 Bastien Nocera <hadess@hadess.net> * freedesktop.org.xml.in: Add *.svgz as a glob for SVG files, from Luca Ferretti <elle.uca@libero.it> (Closes: #4836) * config.h.in: removed, it is a generated file
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.