Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
<gconfschemafile>
2
  <schemalist>
3
 
4
    <schema>
5
      <key>/schemas/apps/control-center/appearance/more_backgrounds_url</key>
6
      <applyto>/apps/control-center/appearance/more_backgrounds_url</applyto>
7
      <owner>control-center</owner>
8
      <type>string</type>
9
      <default>http://art.gnome.org/backgrounds/</default>
10
      <gettext_domain>gnome-control-center-2.0</gettext_domain>
11
      <locale name="C">
12
        <short>More backgrounds URL</short>
13
        <long>URL for where to get more desktop backgrounds. If set to an empty string the link will not appear.</long>
14
      </locale>
15
    </schema>
16
    <schema>
17
      <key>/schemas/apps/control-center/appearance/more_themes_url</key>
18
      <applyto>/apps/control-center/appearance/more_themes_url</applyto>
19
      <owner>control-center</owner>
20
      <type>string</type>
21
      <default>http://art.gnome.org/themes/</default>
22
      <gettext_domain>gnome-control-center-2.0</gettext_domain>
23
      <locale name="C">
24
        <short>More themes URL</short>
25
        <long>URL for where to get more desktop themes. If set to an empty string the link will not appear.</long>
26
      </locale>
27
    </schema>
28
    <schema>
29
      <key>/schemas/apps/control-center/network/current_location</key>
30
      <applyto>/apps/control-center/network/current_location</applyto>
31
      <owner>control-center</owner>
32
      <type>string</type>
33
      <default></default>
34
      <gettext_domain>gnome-control-center-2.0</gettext_domain>
35
      <locale name="C">
36
        <short>Current network location</short>
37
        <long>Set this to your current location name. This is used to determine the appropriate network proxy configuration.</long>
38
      </locale>
39
    </schema>
40
 
41
  </schemalist>
42
</gconfschemafile>
43