blob: 5b8d01d6e1fc707b58d3a320b3d0d64f33949018 [file] [log] [blame] [view]
andybonsad92aa32015-08-31 02:27:441# Linux Proxy Config
andybons3322f762015-08-24 21:37:092
andybonsad92aa32015-08-31 02:27:443Chromium on Linux has several possible sources of proxy info: GNOME/KDE
4settings, command-line flags, and environment variables.
andybons3322f762015-08-24 21:37:095
6## GNOME and KDE
andybonsad92aa32015-08-31 02:27:447
8When Chromium detects that it is running in GNOME or KDE, it will automatically
9use the appropriate standard proxy settings. You can configure these proxy
10settings from the options dialog (the "Change proxy settings" button in the
11"Under the Hood" tab), which will launch the GNOME or KDE proxy settings
12applications, or by launching those applications directly.
andybons3322f762015-08-24 21:37:0913
14## Flags and environment variables
andybonsad92aa32015-08-31 02:27:4415
16For other desktop environments, Chromium's proxy settings can be configured
17using command-line flags or environment variables. These are documented on the
18man page (`man google-chrome` or `man chromium-browser`).