~mmcg069/software-center/catviewgtk-code-reorg

« back to all changes in this revision

Viewing changes to data/software-center.schemas.in

Apturls from firefox in gnome work now! (quite nicely too ;) ) (now lets go and see how well chromium handles external protocols...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<gconfschemafile>
 
3
  <schemalist>
 
4
    <schema>
 
5
      <key>/schemas/desktop/gnome/url-handlers/apt/enabled</key>
 
6
      <applyto>/desktop/gnome/url-handlers/apt/enabled</applyto>
 
7
      <owner>software-center</owner>
 
8
      <type>bool</type>
 
9
      <default>true</default>
 
10
      <locale name="C">
 
11
        <short>Whether the specified command should handle "apt" URLs</short>
 
12
        <long>True if the command specified in the "command" key should handle "apt" URLs.</long>
 
13
      </locale>
 
14
    </schema>
 
15
    <schema>
 
16
      <key>/schemas/desktop/gnome/url-handlers/apt/command</key>
 
17
      <applyto>/desktop/gnome/url-handlers/apt/command</applyto>
 
18
      <owner>software-center</owner>
 
19
      <type>string</type>
 
20
      <default>software-center "%s"</default>
 
21
      <locale name="C">
 
22
        <short>The handler for "apt" URLs</short>
 
23
        <long>The command used to handle "apt" URLs, if enabled.</long>
 
24
      </locale>
 
25
    </schema>
 
26
    <schema>
 
27
      <key>/schemas/desktop/gnome/url-handlers/apt/needs_terminal</key>
 
28
      <applyto>/desktop/gnome/url-handlers/apt/needs_terminal</applyto>
 
29
      <owner>software-center</owner>
 
30
      <type>bool</type>
 
31
      <default>false</default>
 
32
      <locale name="C">
 
33
        <short>Run the command in a terminal</short>
 
34
        <long>True if the command used to handle this type of URL should be run in a terminal.</long>
 
35
      </locale>
 
36
    </schema>
 
37
  </schemalist>
 
38
</gconfschemafile>