How do I configure proxy settings for chrome on linux? It doesn't have a configuration interface like in firefox. I'd like to configure it in a way that i dont have to type in the login and password everytime.

EDIT: I'm using Fluxbox as my window manager.

link|improve this question

64% accept rate
feedback

2 Answers

up vote 2 down vote accepted

you should try --proxy-server command line option, and/or "http_proxy" environment variable. also, chrome/chromium makes use of xdg scripts, so you can try configuring proxy server in gnome/kde, and set up xdg scripts to use settings of the DE. that is how i solved mime-type file associations at least.

link|improve this answer
Calling the google chrome executable with the --proxy-server parameter worked fine, thanks. When browsing it pops up an authentication screen for every tab from the last session, is there a way to 'remember' the login and password, or make it authenticate automatically? using the --proxy-server parameter like --proxy-server="username:password@proxy-ip:port" didn't work. – bullettime Dec 14 '09 at 17:55
feedback

Chrome uses the Proxy settings for your DE. If you use KDE it will use this. If you use Gnome it will use theirs. If you don't use either, I think it will try to use Gnome's, but not 100% sure.

If you go the the Wrench -> Under the Hood , you should have a button under Network labeled Change proxy settings. When I click this, in my case, it loads KDE Proxy settings.

If you don't use either KDE or Gnome, you could try browsing gconf , Chrome uses it to store it's settings.

link|improve this answer
How should I proceed under Fluxbox? Do I have to set the proxy for the whole system? – bullettime Dec 14 '09 at 17:56
Did going to the settings under the Wrench give you the option to Change Proxy Settings? – Ryan Gibbons Dec 14 '09 at 20:20
Nope, it shows a page giving explanations of possible ways to set up proxy configurations. Apparently i'd have to change the proxy settings on the OS itself, i'd like to set it only for chrome. – bullettime Dec 15 '09 at 0:34
Doing a bit more reading out of curiosity, chrome either uses the system proxy or through the command switch. But now way to remember the username / password – Ryan Gibbons Dec 15 '09 at 3:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.