1 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
2 --- gnome-vfs-2.16.2/schemas/desktop_gnome_url_handlers.schemas.in 2004-08-15 02:08:28.000000000 +1200
3 +++ gnome-vfs-2.16.2-hacked/schemas/desktop_gnome_url_handlers.schemas.in 2006-11-23 13:11:29.159592000 +1300
5 <applyto>/desktop/gnome/url-handlers/http/command</applyto>
8 - <default>epiphany %s</default>
9 + <default>/usr/lib/firefox/firefox %s</default>
11 <short>The handler for "http" URLs</short>
12 <long>The command used to handle "http" URLs, if enabled.</long>
14 <applyto>/desktop/gnome/url-handlers/https/command</applyto>
17 - <default>epiphany %s</default>
18 + <default>/usr/lib/firefox/firefox %s</default>
20 <short>The handler for "https" URLs</short>
21 <long>The command used to handle "https" URLs, if enabled.</long>
23 <applyto>/desktop/gnome/url-handlers/mailto/command</applyto>
26 - <default>evolution %s</default>
27 + <default>thunderbird %s</default>
29 <short>The handler for "mailto" URLs</short>
30 <long>The command used to handle "mailto" URLs, if enabled.</long>
32 <applyto>/desktop/gnome/url-handlers/callto/command</applyto>
35 - <default>gnomemeeting -c %s</default>
36 + <default>ekiga -c %s</default>
38 <short>The handler for "callto" URLs</short>
39 <long>The command used to handle "callto" URLs, if enabled.</long>
44 + <key>/schemas/desktop/gnome/url-handlers/sip/enabled</key>
45 + <applyto>/desktop/gnome/url-handlers/callto/enabled</applyto>
46 + <owner>gnome</owner>
48 + <default>true</default>
50 + <short>Whether the specified command should handle "sip" URLs</short>
51 + <long>True if the command specified in the "command" key should handle "sip" URLs.</long>
55 + <key>/schemas/desktop/gnome/url-handlers/sip/command</key>
56 + <applyto>/desktop/gnome/url-handlers/sip/command</applyto>
57 + <owner>gnome</owner>
59 + <default>ekiga -c %s</default>
61 + <short>The handler for "sip" URLs</short>
62 + <long>The command used to handle "sip" URLs, if enabled.</long>
66 + <key>/schemas/desktop/gnome/url-handlers/sip/needs_terminal</key>
67 + <applyto>/desktop/gnome/url-handlers/sip/needs_terminal</applyto>
68 + <owner>gnome</owner>
70 + <default>false</default>
72 + <short>Run the command in a terminal</short>
73 + <long>True if the command used to handle this type of URL should be run in a terminal.</long>
78 <key>/schemas/desktop/gnome/url-handlers/h323/enabled</key>
79 <applyto>/desktop/gnome/url-handlers/h323/enabled</applyto>
82 <applyto>/desktop/gnome/url-handlers/h323/command</applyto>
85 - <default>gnomemeeting -c %s</default>
86 + <default>ekiga -c %s</default>
88 <short>The handler for "h323" URLs</short>
89 <long>The command used to handle "h323" URLs, if enabled.</long>