From 789e2fe167f03ca9166f7116e3196380ce618b1a92c39e0a557f0d28dd30f59d Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Fri, 1 Jul 2011 18:00:25 +0000 Subject: [PATCH] Accepting request 75022 from home:vuntz:branches:mozilla:Factory Add x-scheme-handler/ftp to .desktop OBS-URL: https://build.opensuse.org/request/show/75022 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=211 --- MozillaFirefox.changes | 6 ++++++ MozillaFirefox.desktop | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index e8f62ba..631f7d9 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 19393b5..e9fb0a5 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