OLD | NEW |
(Empty) | |
| 1 # Introduction |
| 2 |
| 3 Chromium on Linux has several possible sources of proxy info: GNOME/KDE settings
, command-line flags, and environment variables. |
| 4 |
| 5 # Details |
| 6 |
| 7 ## GNOME and KDE |
| 8 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 setti
ngs from the options dialog (the "Change proxy settings" button in the "Under th
e Hood" tab), which will launch the GNOME or KDE proxy settings applications, or
by launching those applications directly. |
| 9 |
| 10 ## Flags and environment variables |
| 11 For other desktop environments, Chromium's proxy settings can be configured usin
g command-line flags or environment variables. These are documented on the man
page (`man google-chrome` or `man chromium-browser`). |
OLD | NEW |