~ubuntu-branches/ubuntu/precise/gsettings-desktop-schemas/precise

« back to all changes in this revision

Viewing changes to schemas/org.gnome.system.proxy.gschema.xml.in.in

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-09-06 11:11:15 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20110906111115-ou7kox1p2ustdu4j
Tags: upstream-3.1.91
ImportĀ upstreamĀ versionĀ 3.1.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
      <_description>
11
11
        Select the proxy configuration mode. Supported values are "none", 
12
12
        "manual", "auto".
 
13
 
 
14
        If this is "none", then proxies are not used.
 
15
 
 
16
        If it is "auto", the autoconfiguration URL described by the
 
17
        "autoconfig-url" key is used.
 
18
 
 
19
        If it is "manual", then the proxies described by
 
20
        "/system/proxy/http", "/system/proxy/https",
 
21
        "/system/proxy/ftp" and "/system/proxy/socks" will be used.
 
22
        Each of the 4 proxy types is enabled if its "host" key is
 
23
        non-empty and its "port" key is non-0.
 
24
 
 
25
        If an http proxy is configured, but an https proxy is not,
 
26
        then the http proxy is also used for https.
 
27
 
 
28
        If a SOCKS proxy is configured, it is used for all protocols,
 
29
        except that the http, https, and ftp proxy settings override
 
30
        it for those protocols only.
13
31
      </_description>
14
32
    </key>
15
33
    <key name="autoconfig-url" type="s">
16
34
      <default>''</default>
17
35
      <_summary>Automatic proxy configuration URL</_summary>
18
36
      <_description>
19
 
        URL that provides proxy configuration values.
 
37
        URL that provides proxy configuration values. When mode is
 
38
        "auto", this URL is used to look up proxy information for all
 
39
        protocols.
20
40
      </_description>
21
41
    </key>
22
42
    <key name="ignore-hosts" type="as">
32
52
    </key>
33
53
    <key name="use-same-proxy" type="b">
34
54
      <default>true</default>
35
 
      <_summary>Use same proxy for all protocols</_summary>
36
 
      <_description>Whether to use the same proxy for all protocols or not.</_description>
 
55
      <_summary>Unused; ignore</_summary>
 
56
      <_description>
 
57
        This key is not used, and should not be read or modified.
 
58
      </_description>
37
59
    </key>
38
60
  </schema>
39
61
  <schema id="org.gnome.system.proxy.http" path="/system/proxy/http/">
40
62
    <key name="enabled" type="b">
41
63
      <default>false</default>
42
 
      <_summary>Use HTTP proxy</_summary>
 
64
      <_summary>Unused; ignore</_summary>
43
65
      <_description>
44
 
        Enables the proxy settings when accessing HTTP over the Internet.
 
66
        This key is not used; HTTP proxying is enabled when the host
 
67
        key is non-empty and the port is non-0.
45
68
      </_description>
46
69
    </key>
47
70
    <key name="host" type="s">
68
91
        The username/password combo is defined by 
69
92
        "/system/proxy/http/authentication-user" and 
70
93
        "/system/proxy/http/authentication-password".
 
94
 
 
95
        This applies only to the http proxy; when using a separate
 
96
        https proxy, there is currently no way to specify that it
 
97
        should use authentication.
71
98
      </_description>
72
99
    </key>
73
100
    <key name="authentication-user" type="s">
126
153
      <default>''</default>
127
154
      <_summary>SOCKS proxy host name</_summary>
128
155
      <_description>
129
 
        The machine name to proxy socks through.
 
156
        The machine name to use as a SOCKS proxy.
130
157
      </_description>
131
158
    </key>
132
159
    <key name="port" type="i">