After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 452823 - support new compressed mime-type
support new compressed mime-type
Status: RESOLVED FIXED
Product: librsvg
Classification: Core
Component: general
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-01 12:30 UTC by Felix Riemann
Modified: 2007-09-04 22:44 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Felix Riemann 2007-07-01 12:30:37 UTC
Since shared-mime-info-0.20 the mime type for *.svgz has changed to "image/svg+xml-compressed".

The librsvg gdk-pixbuf-loader doesn't support it yet and thus gdk_pixbuf_loader_new_with_mime_type will fail if you feed it with that type (which is returned by gnome-vfs).
Comment 1 Dominic Lachowicz 2007-07-01 13:45:43 UTC
Fixed. Thanks.