annotate libpurple/gconf/purple.schemas.in @ 30018:7ed0ddbdd2a8

Use an inline RC style to get rid of some other padding to make the small buttons even smaller, as suggested by Paradox on trac, and nicked from nautilus. Refs #8727.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 20 Mar 2010 06:22:53 +0000
parents 88d626a179a6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15912
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
1 <?xml version="1.0"?>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
2 <gconfschemafile>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
3 <schemalist>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
4 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
5 <key>/schemas/desktop/gnome/url-handlers/aim/enabled</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
6 <applyto>/desktop/gnome/url-handlers/aim/enabled</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
7 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
8 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
9 <default>true</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
10 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
11 <short>Whether the specified command should handle "aim" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
12 <long>True if the command specified in the "command" key should handle "aim" URLs.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
13 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
14 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
15 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
16 <key>/schemas/desktop/gnome/url-handlers/aim/command</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
17 <applyto>/desktop/gnome/url-handlers/aim/command</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
18 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
19 <type>string</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
20 <default>purple-url-handler "%s"</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
21 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
22 <short>The handler for "aim" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
23 <long>The command used to handle "aim" URLs, if enabled.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
24 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
25 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
26 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
27 <key>/schemas/desktop/gnome/url-handlers/aim/needs_terminal</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
28 <applyto>/desktop/gnome/url-handlers/aim/needs_terminal</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
29 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
30 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
31 <default>false</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
32 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
33 <short>Run the command in a terminal</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
34 <long>True if the command used to handle this type of URL should be run in a terminal.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
35 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
36 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
37
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
38 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
39 <key>/schemas/desktop/gnome/url-handlers/gg/enabled</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
40 <applyto>/desktop/gnome/url-handlers/gg/enabled</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
41 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
42 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
43 <default>true</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
44 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
45 <short>Whether the specified command should handle "gg" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
46 <long>True if the command specified in the "command" key should handle "gg" URLs.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
47 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
48 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
49 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
50 <key>/schemas/desktop/gnome/url-handlers/gg/command</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
51 <applyto>/desktop/gnome/url-handlers/gg/command</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
52 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
53 <type>string</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
54 <default>purple-url-handler "%s"</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
55 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
56 <short>The handler for "gg" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
57 <long>The command used to handle "gg" URLs, if enabled.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
58 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
59 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
60 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
61 <key>/schemas/desktop/gnome/url-handlers/gg/needs_terminal</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
62 <applyto>/desktop/gnome/url-handlers/gg/needs_terminal</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
63 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
64 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
65 <default>false</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
66 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
67 <short>Run the command in a terminal</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
68 <long>True if the command used to handle this type of URL should be run in a terminal.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
69 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
70 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
71
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
72 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
73 <key>/schemas/desktop/gnome/url-handlers/icq/enabled</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
74 <applyto>/desktop/gnome/url-handlers/icq/enabled</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
75 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
76 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
77 <default>true</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
78 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
79 <short>Whether the specified command should handle "icq" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
80 <long>True if the command specified in the "command" key should handle "icq" URLs.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
81 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
82 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
83 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
84 <key>/schemas/desktop/gnome/url-handlers/icq/command</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
85 <applyto>/desktop/gnome/url-handlers/icq/command</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
86 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
87 <type>string</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
88 <default>purple-url-handler "%s"</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
89 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
90 <short>The handler for "icq" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
91 <long>The command used to handle "icq" URLs, if enabled.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
92 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
93 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
94 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
95 <key>/schemas/desktop/gnome/url-handlers/icq/needs_terminal</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
96 <applyto>/desktop/gnome/url-handlers/icq/needs_terminal</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
97 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
98 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
99 <default>false</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
100 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
101 <short>Run the command in a terminal</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
102 <long>True if the command used to handle this type of URL should be run in a terminal.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
103 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
104 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
105
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
106 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
107 <key>/schemas/desktop/gnome/url-handlers/irc/enabled</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
108 <applyto>/desktop/gnome/url-handlers/irc/enabled</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
109 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
110 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
111 <default>true</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
112 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
113 <short>Whether the specified command should handle "irc" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
114 <long>True if the command specified in the "command" key should handle "irc" URLs.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
115 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
116 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
117 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
118 <key>/schemas/desktop/gnome/url-handlers/irc/command</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
119 <applyto>/desktop/gnome/url-handlers/irc/command</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
120 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
121 <type>string</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
122 <default>purple-url-handler "%s"</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
123 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
124 <short>The handler for "irc" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
125 <long>The command used to handle "irc" URLs, if enabled.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
126 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
127 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
128 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
129 <key>/schemas/desktop/gnome/url-handlers/irc/needs_terminal</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
130 <applyto>/desktop/gnome/url-handlers/irc/needs_terminal</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
131 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
132 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
133 <default>false</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
134 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
135 <short>Run the command in a terminal</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
136 <long>True if the command used to handle this type of URL should be run in a terminal.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
137 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
138 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
139
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
140 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
141 <key>/schemas/desktop/gnome/url-handlers/msnim/enabled</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
142 <applyto>/desktop/gnome/url-handlers/msnim/enabled</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
143 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
144 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
145 <default>true</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
146 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
147 <short>Whether the specified command should handle "msnim" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
148 <long>True if the command specified in the "command" key should handle "msnim" URLs.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
149 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
150 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
151 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
152 <key>/schemas/desktop/gnome/url-handlers/msnim/command</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
153 <applyto>/desktop/gnome/url-handlers/msnim/command</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
154 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
155 <type>string</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
156 <default>purple-url-handler "%s"</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
157 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
158 <short>The handler for "msnim" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
159 <long>The command used to handle "msnim" URLs, if enabled.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
160 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
161 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
162 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
163 <key>/schemas/desktop/gnome/url-handlers/msnim/needs_terminal</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
164 <applyto>/desktop/gnome/url-handlers/msnim/needs_terminal</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
165 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
166 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
167 <default>false</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
168 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
169 <short>Run the command in a terminal</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
170 <long>True if the command used to handle this type of URL should be run in a terminal.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
171 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
172 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
173
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
174 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
175 <key>/schemas/desktop/gnome/url-handlers/sip/enabled</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
176 <applyto>/desktop/gnome/url-handlers/sip/enabled</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
177 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
178 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
179 <default>true</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
180 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
181 <short>Whether the specified command should handle "sip" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
182 <long>True if the command specified in the "command" key should handle "sip" URLs.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
183 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
184 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
185 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
186 <key>/schemas/desktop/gnome/url-handlers/sip/command</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
187 <applyto>/desktop/gnome/url-handlers/sip/command</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
188 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
189 <type>string</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
190 <default>purple-url-handler "%s"</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
191 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
192 <short>The handler for "sip" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
193 <long>The command used to handle "sip" URLs, if enabled.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
194 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
195 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
196 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
197 <key>/schemas/desktop/gnome/url-handlers/sip/needs_terminal</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
198 <applyto>/desktop/gnome/url-handlers/sip/needs_terminal</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
199 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
200 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
201 <default>false</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
202 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
203 <short>Run the command in a terminal</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
204 <long>True if the command used to handle this type of URL should be run in a terminal.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
205 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
206 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
207
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
208 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
209 <key>/schemas/desktop/gnome/url-handlers/xmpp/enabled</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
210 <applyto>/desktop/gnome/url-handlers/xmpp/enabled</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
211 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
212 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
213 <default>true</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
214 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
215 <short>Whether the specified command should handle "xmpp" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
216 <long>True if the command specified in the "command" key should handle "xmpp" URLs.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
217 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
218 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
219 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
220 <key>/schemas/desktop/gnome/url-handlers/xmpp/command</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
221 <applyto>/desktop/gnome/url-handlers/xmpp/command</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
222 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
223 <type>string</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
224 <default>purple-url-handler "%s"</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
225 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
226 <short>The handler for "xmpp" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
227 <long>The command used to handle "xmpp" URLs, if enabled.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
228 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
229 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
230 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
231 <key>/schemas/desktop/gnome/url-handlers/xmpp/needs_terminal</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
232 <applyto>/desktop/gnome/url-handlers/xmpp/needs_terminal</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
233 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
234 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
235 <default>false</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
236 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
237 <short>Run the command in a terminal</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
238 <long>True if the command used to handle this type of URL should be run in a terminal.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
239 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
240 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
241
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
242 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
243 <key>/schemas/desktop/gnome/url-handlers/ymsgr/enabled</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
244 <applyto>/desktop/gnome/url-handlers/ymsgr/enabled</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
245 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
246 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
247 <default>true</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
248 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
249 <short>Whether the specified command should handle "ymsgr" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
250 <long>True if the command specified in the "command" key should handle "ymsgr" URLs.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
251 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
252 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
253 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
254 <key>/schemas/desktop/gnome/url-handlers/ymsgr/command</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
255 <applyto>/desktop/gnome/url-handlers/ymsgr/command</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
256 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
257 <type>string</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
258 <default>purple-url-handler "%s"</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
259 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
260 <short>The handler for "ymsgr" URLs</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
261 <long>The command used to handle "ymsgr" URLs, if enabled.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
262 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
263 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
264 <schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
265 <key>/schemas/desktop/gnome/url-handlers/ymsgr/needs_terminal</key>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
266 <applyto>/desktop/gnome/url-handlers/ymsgr/needs_terminal</applyto>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
267 <owner>purple</owner>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
268 <type>bool</type>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
269 <default>false</default>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
270 <locale name="C">
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
271 <short>Run the command in a terminal</short>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
272 <long>True if the command used to handle this type of URL should be run in a terminal.</long>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
273 </locale>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
274 </schema>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
275 </schemalist>
88d626a179a6 Rename our schemas file and update the url handler to point to the
Mark Doliner <mark@kingant.net>
parents:
diff changeset
276 </gconfschemafile>