File gnome-vfs-url_handler_ftp.patch of Package gnome-vfs2
--- schemas/desktop_gnome_url_handlers.schemas.in
+++ schemas/desktop_gnome_url_handlers.schemas.in
@@ -374,5 +374,39 @@
<long>True if the command used to handle this type of URL should be run in a terminal.</long>
</locale>
</schema>
+
+ <schema>
+ <key>/schemas/desktop/gnome/url-handlers/ftp/enabled</key>
+ <applyto>/desktop/gnome/url-handlers/ftp/enabled</applyto>
+ <owner>gnome</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Whether the specified command should handle "ftp" URLs</short>
+ <long>True if the command specified in the "command" key should handle "ftp" URLs.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/gnome/url-handlers/ftp/command</key>
+ <applyto>/desktop/gnome/url-handlers/ftp/command</applyto>
+ <owner>gnome</owner>
+ <type>string</type>
+ <default>firefox %s</default>
+ <locale name="C">
+ <short>The handler for "ftp" URLs</short>
+ <long>The command used to handle "ftp" URLs, if enabled.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/desktop/gnome/url-handlers/ftp/needs_terminal</key>
+ <applyto>/desktop/gnome/url-handlers/ftp/needs_terminal</applyto>
+ <owner>gnome</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Run the command in a terminal</short>
+ <long>True if the command used to handle this type of URL should be run in a terminal.</long>
+ </locale>
+ </schema>
</schemalist>
</gconfschemafile>