I installed Ubuntu 11.04 and Gnome-3. I set the proxy settings through Gnome 3 new proxy manager but Chrome does not seem to like that and not using any proxy server.

Any solutions?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

You can try to add a proxy via Command-Parameter:

'--proxy-server="192.168.1.1:8080"'
link|improve this answer
Thanks a lot. There is no way to add it like before? – salamis Jun 21 '11 at 12:50
sorry, don't know, but does this method help? – Tobias Jun 22 '11 at 6:33
1  
Yes. It,s working just fine.. – salamis Jun 22 '11 at 21:38
feedback

After setting your proxy and "apply system wide" you need to open configuration editor (gconf-editor) and in system > http_proxy do followings:

use_http_proxy set to true(checked)

use_same_proxy set to true(checked)

if no such keys exist just create them by right clicking and selecting 'New key'. Chose boolean as type.

then go to chromium browser and navigate the net :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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