diff -urN gnome-vfs-2.16.2/schemas/desktop_gnome_url_handlers.schemas.in gnome-vfs-2.16.2-hacked/schemas/desktop_gnome_url_handlers.schemas.in
--- gnome-vfs-2.16.2/schemas/desktop_gnome_url_handlers.schemas.in 2004-08-15 02:08:28.000000000 +1200
+++ gnome-vfs-2.16.2-hacked/schemas/desktop_gnome_url_handlers.schemas.in 2006-11-23 13:11:29.159592000 +1300
@@ -153,7 +153,7 @@
/desktop/gnome/url-handlers/http/command
gnome
string
- epiphany %s
+ /usr/lib/firefox/firefox %s
The handler for "http" URLs
The command used to handle "http" URLs, if enabled.
@@ -187,7 +187,7 @@
/desktop/gnome/url-handlers/https/command
gnome
string
- epiphany %s
+ /usr/lib/firefox/firefox %s
The handler for "https" URLs
The command used to handle "https" URLs, if enabled.
@@ -221,7 +221,7 @@
/desktop/gnome/url-handlers/mailto/command
gnome
string
- evolution %s
+ thunderbird %s
The handler for "mailto" URLs
The command used to handle "mailto" URLs, if enabled.
@@ -289,7 +289,7 @@
/desktop/gnome/url-handlers/callto/command
gnome
string
- gnomemeeting -c %s
+ ekiga -c %s
The handler for "callto" URLs
The command used to handle "callto" URLs, if enabled.
@@ -308,6 +308,40 @@
+ /schemas/desktop/gnome/url-handlers/sip/enabled
+ /desktop/gnome/url-handlers/callto/enabled
+ gnome
+ bool
+ true
+
+ Whether the specified command should handle "sip" URLs
+ True if the command specified in the "command" key should handle "sip" URLs.
+
+
+
+ /schemas/desktop/gnome/url-handlers/sip/command
+ /desktop/gnome/url-handlers/sip/command
+ gnome
+ string
+ ekiga -c %s
+
+ The handler for "sip" URLs
+ The command used to handle "sip" URLs, if enabled.
+
+
+
+ /schemas/desktop/gnome/url-handlers/sip/needs_terminal
+ /desktop/gnome/url-handlers/sip/needs_terminal
+ gnome
+ bool
+ false
+
+ Run the command in a terminal
+ True if the command used to handle this type of URL should be run in a terminal.
+
+
+
+
/schemas/desktop/gnome/url-handlers/h323/enabled
/desktop/gnome/url-handlers/h323/enabled
gnome
@@ -323,7 +357,7 @@
/desktop/gnome/url-handlers/h323/command
gnome
string
- gnomemeeting -c %s
+ ekiga -c %s
The handler for "h323" URLs
The command used to handle "h323" URLs, if enabled.