Features/Proxy Settings: Difference between revisions
No edit summary |
ManashRaja (talk | contribs) No edit summary |
||
| Line 28: | Line 28: | ||
proxy settings. For consistency between Sugar and Gnome, the basic layout of | proxy settings. For consistency between Sugar and Gnome, the basic layout of | ||
the Gnome 3 proxy settings has been mirrored: A combo box allows the user to | the Gnome 3 proxy settings has been mirrored: A combo box allows the user to | ||
select how the proxy setting should be determined (None= | select how the proxy setting should be determined (None=no proxy settings, | ||
Automatic=WPAD or PAC, Manual=enter host names and ports for each protocol). | Use system proxy=let proxy be set by other means, Automatic=WPAD or PAC, | ||
Manual=enter host names and ports for each protocol). | |||
Based on which method was selected, additional configuration options are | Based on which method was selected, additional configuration options are | ||
presented to the user. | presented to the user. | ||
The settings are stored via | The settings are stored in schemas (via 'Gsettings') and environment variables. | ||
== Benefit to Sugar == | == Benefit to Sugar == | ||