1# Linux Proxy Config
2
3Chromium on Linux has several possible sources of proxy info: GNOME/KDE
4settings, command-line flags, and environment variables.
5
6## GNOME and KDE
7
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.
13
14## Flags and environment variables
15
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`).
19