diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index e8f62bab..631f7d97 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 1 19:53:18 CEST 2011 - vuntz@opensuse.org + +- Add x-scheme-handler/ftp to the MimeType key in the .desktop, to + let desktops know that Firefox can deal with ftp: URIs. + ------------------------------------------------------------------- Fri Jul 1 06:45:08 UTC 2011 - wr@rosenauer.org diff --git a/MozillaFirefox.desktop b/MozillaFirefox.desktop index 19393b53..e9fb0a57 100644 --- a/MozillaFirefox.desktop +++ b/MozillaFirefox.desktop @@ -8,5 +8,5 @@ Exec=firefox %u Icon=firefox Terminal=false StartupNotify=true -MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;application/x-xpinstall;x-scheme-handler/http;x-scheme-handler/https; +MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;application/x-xpinstall;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp; Type=Application