From 09f4af3be765c4e14df1c2b59a81df78d4596357 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 11 Jul 2011 21:19:16 +0200 Subject: [PATCH] Advertise SVG images as a supported MIME type Fixes: https://bugs.launchpad.net/midori/+bug/805439 --- data/midori.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/midori.desktop.in b/data/midori.desktop.in index 82357c5f..f0598b4d 100644 --- a/data/midori.desktop.in +++ b/data/midori.desktop.in @@ -5,7 +5,7 @@ _Name=Midori _GenericName=Web Browser _Comment=Lightweight web browser Categories=GTK;Network;WebBrowser; -MimeType=text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo; +MimeType=text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo;image/svg+xml; Exec=midori %U Icon=midori Terminal=false -- 2.39.5