diff -Nru midori-0.2.7/debian/changelog midori-0.2.7/debian/changelog --- midori-0.2.7/debian/changelog 2010-08-17 16:11:28.000000000 -0400 +++ midori-0.2.7/debian/changelog 2011-01-12 11:34:36.000000000 -0500 @@ -1,3 +1,10 @@ +midori (0.2.7-1.1ubuntu1) natty; urgency=low + + * debian/patches/desktop-scheme-handler-types: + - Add the x-scheme-handler types for HTTP[S} (LP: #701973) + + -- Rodney Dawes Wed, 12 Jan 2011 11:33:23 -0500 + midori (0.2.7-1.1) unstable; urgency=low * Non-maintainer upload. diff -Nru midori-0.2.7/debian/patches/desktop-scheme-handler-types midori-0.2.7/debian/patches/desktop-scheme-handler-types --- midori-0.2.7/debian/patches/desktop-scheme-handler-types 1969-12-31 19:00:00.000000000 -0500 +++ midori-0.2.7/debian/patches/desktop-scheme-handler-types 2011-01-12 11:37:20.000000000 -0500 @@ -0,0 +1,14 @@ +Fix #701973 - Add HTTP[S] x-scheme-handler mime types to .desktop file +=== modified file 'midori/data/midori.desktop.in' +--- midori/data/midori.desktop.in 2009-03-09 22:29:12 +0000 ++++ midori/data/midori.desktop.in 2011-01-12 16:25:08 +0000 +@@ -5,7 +5,7 @@ _Name=Midori + _GenericName=Web Browser + _Comment=Lightweight web browser + Categories=GTK;Network;WebBrowser; +-MimeType=text/html;text/xml;application/xhtml+xml;application/xml; ++MimeType=text/html;text/xml;application/xhtml+xml;application/xml;x-scheme-handler/http;x-scheme-handler/https; + Exec=midori %u + Icon=midori + Terminal=false + diff -Nru midori-0.2.7/debian/patches/series midori-0.2.7/debian/patches/series --- midori-0.2.7/debian/patches/series 2010-08-17 16:11:42.000000000 -0400 +++ midori-0.2.7/debian/patches/series 2011-01-12 11:32:59.000000000 -0500 @@ -2,3 +2,4 @@ default-homepage add-debian-searches debian-changes-0.2.7-1.1 +desktop-scheme-handler-types