openjdk-23: use OpenJDK 23 as the boot JDK
[oi-userland.git] / components / library / gnome-vfs / patches / gnome-vfs-01-default-url-handler.patch
blob8d9e5345e05848e0148b62478dd5cda5158575ae
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
4 @@ -153,7 +153,7 @@
5 <applyto>/desktop/gnome/url-handlers/http/command</applyto>
6 <owner>gnome</owner>
7 <type>string</type>
8 - <default>epiphany %s</default>
9 + <default>/usr/lib/firefox/firefox %s</default>
10 <locale name="C">
11 <short>The handler for "http" URLs</short>
12 <long>The command used to handle "http" URLs, if enabled.</long>
13 @@ -187,7 +187,7 @@
14 <applyto>/desktop/gnome/url-handlers/https/command</applyto>
15 <owner>gnome</owner>
16 <type>string</type>
17 - <default>epiphany %s</default>
18 + <default>/usr/lib/firefox/firefox %s</default>
19 <locale name="C">
20 <short>The handler for "https" URLs</short>
21 <long>The command used to handle "https" URLs, if enabled.</long>
22 @@ -221,7 +221,7 @@
23 <applyto>/desktop/gnome/url-handlers/mailto/command</applyto>
24 <owner>gnome</owner>
25 <type>string</type>
26 - <default>evolution %s</default>
27 + <default>thunderbird %s</default>
28 <locale name="C">
29 <short>The handler for "mailto" URLs</short>
30 <long>The command used to handle "mailto" URLs, if enabled.</long>
31 @@ -289,7 +289,7 @@
32 <applyto>/desktop/gnome/url-handlers/callto/command</applyto>
33 <owner>gnome</owner>
34 <type>string</type>
35 - <default>gnomemeeting -c %s</default>
36 + <default>ekiga -c %s</default>
37 <locale name="C">
38 <short>The handler for "callto" URLs</short>
39 <long>The command used to handle "callto" URLs, if enabled.</long>
40 @@ -308,6 +308,40 @@
41 </schema>
43 <schema>
44 + <key>/schemas/desktop/gnome/url-handlers/sip/enabled</key>
45 + <applyto>/desktop/gnome/url-handlers/callto/enabled</applyto>
46 + <owner>gnome</owner>
47 + <type>bool</type>
48 + <default>true</default>
49 + <locale name="C">
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>
52 + </locale>
53 + </schema>
54 + <schema>
55 + <key>/schemas/desktop/gnome/url-handlers/sip/command</key>
56 + <applyto>/desktop/gnome/url-handlers/sip/command</applyto>
57 + <owner>gnome</owner>
58 + <type>string</type>
59 + <default>ekiga -c %s</default>
60 + <locale name="C">
61 + <short>The handler for "sip" URLs</short>
62 + <long>The command used to handle "sip" URLs, if enabled.</long>
63 + </locale>
64 + </schema>
65 + <schema>
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>
69 + <type>bool</type>
70 + <default>false</default>
71 + <locale name="C">
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>
74 + </locale>
75 + </schema>
77 + <schema>
78 <key>/schemas/desktop/gnome/url-handlers/h323/enabled</key>
79 <applyto>/desktop/gnome/url-handlers/h323/enabled</applyto>
80 <owner>gnome</owner>
81 @@ -323,7 +357,7 @@
82 <applyto>/desktop/gnome/url-handlers/h323/command</applyto>
83 <owner>gnome</owner>
84 <type>string</type>
85 - <default>gnomemeeting -c %s</default>
86 + <default>ekiga -c %s</default>
87 <locale name="C">
88 <short>The handler for "h323" URLs</short>
89 <long>The command used to handle "h323" URLs, if enabled.</long>