Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: docs/linux_proxy_config.md

Issue 1309473002: WIP: Migrate Wiki content over to src/docs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/linux_profiling.md ('k') | docs/linux_sandbox_ipc.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/linux_proxy_config.md
diff --git a/docs/linux_proxy_config.md b/docs/linux_proxy_config.md
new file mode 100644
index 0000000000000000000000000000000000000000..fed3d80723523f19a97c492e1ba632fef8068b3c
--- /dev/null
+++ b/docs/linux_proxy_config.md
@@ -0,0 +1,11 @@
+# Introduction
+
+Chromium on Linux has several possible sources of proxy info: GNOME/KDE settings, command-line flags, and environment variables.
+
+# Details
+
+## GNOME and KDE
+When Chromium detects that it is running in GNOME or KDE, it will automatically use the appropriate standard proxy settings. You can configure these proxy settings from the options dialog (the "Change proxy settings" button in the "Under the Hood" tab), which will launch the GNOME or KDE proxy settings applications, or by launching those applications directly.
+
+## Flags and environment variables
+For other desktop environments, Chromium's proxy settings can be configured using command-line flags or environment variables. These are documented on the man page (`man google-chrome` or `man chromium-browser`).
« no previous file with comments | « docs/linux_profiling.md ('k') | docs/linux_sandbox_ipc.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698