summaryrefslogtreecommitdiff
blob: f3ba2f5e5f87e74f0c296b93d2ca7f06a98c1d67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
     <key>/schemas/desktop/gnome/url-handlers/spice/enabled</key>
     <applyto>/desktop/gnome/url-handlers/spice/enabled</applyto>
     <owner>spice</owner>
     <type>bool</type>
     <default>true</default>
     <locale name="C">
       <short>How to handle spice URLs</short>
       <long>Set to true to have a program specified in command handle spice URLs</long>
     </locale>
</schema>

   <schema>
     <key>/schemas/desktop/gnome/url-handlers/spice/command</key>
     <applyto>/desktop/gnome/url-handlers/spice/command</applyto>
     <owner>spice</owner>
     <type>string</type>
     <default>/usr/bin/spicec --uri "%s"</default>
     <locale name="C">
       <short>URL handler for spice URIs</short>
       <long>URL handler for spice URIs</long>
     </locale>
    </schema>

   <schema>
     <key>/schemas/desktop/gnome/url-handlers/spice/need-terminal</key>
     <applyto>/desktop/gnome/url-handlers/spice/need-terminal</applyto>
     <owner>spice</owner>
     <type>bool</type>
     <default>false</default>
     <locale name="C">
       <short>Run program in terminal</short>
       <long>True if the program to handle this URL should be run in a terminal</long>
     </locale>
    </schema>
</schemalist>
</gconfschemafile>