Has anyone figured out how to configure a proxy server with Chrome? Going to "Options...Under the Hood" and clicking the "Change proxy settings" button just brings up a help screen, but I can't see anywhere to actually change the settings.
In my .bash_profile I added an exporting two variables http_proxy and all_proxy
export all_proxy=http://ip.ip.ip.ip:port same way to http_proxy
More information you can take a look on http://code.google.com/p/chromium/wiki/LinuxProxyConfig
Regards,
- - iarly selbir | ski0s
:wq!
On Wed, Sep 2, 2009 at 12:38 PM, John Thompson johndthompson@gmail.comwrote:
Has anyone figured out how to configure a proxy server with Chrome? Going to "Options...Under the Hood" and clicking the "Change proxy settings" button just brings up a help screen, but I can't see anywhere to actually change the settings.
--
-John (john@os2.dhs.org)
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
On 09/02/2009 11:38 AM, John Thompson wrote:
Has anyone figured out how to configure a proxy server with Chrome? Going to "Options...Under the Hood" and clicking the "Change proxy settings" button just brings up a help screen, but I can't see anywhere to actually change the settings.
I installed Chromium yesterday, and while I don't need any proxy settings, following above brings me directly to the proxy settings window: Network Proxy Preferences which has a Location pulldown and 2 tabs: Proxy Configuration, and Ignored Hosts. Below that is 3 buttons: Help, Delete Location, and Close
Did you somehow click through to the Help screen without knowing it?
On 09/02/2009 10:48 AM, Kevin J. Cummings wrote:
On 09/02/2009 11:38 AM, John Thompson wrote:
Has anyone figured out how to configure a proxy server with Chrome? Going to "Options...Under the Hood" and clicking the "Change proxy settings" button just brings up a help screen, but I can't see anywhere to actually change the settings.
I installed Chromium yesterday, and while I don't need any proxy settings, following above brings me directly to the proxy settings window: Network Proxy Preferences which has a Location pulldown and 2 tabs: Proxy Configuration, and Ignored Hosts. Below that is 3 buttons: Help, Delete Location, and Close
Did you somehow click through to the Help screen without knowing it?
No, I don't get the "Network Proxy Preferences" dialogue at all. I just added an "HTTP_PROXY=whatever:nnnn" to my environment and it seems to work now.
Hi,
I using yumex for install softwares in my fedora 11, but using comand line yum return error, I'm not understand what is going. The errors is down:
[adonai@schummacher-lap ~]$ yum install exiv2 Plugins carregados: aliases, allowdowngrade, auto-update-debuginfo, : basearchonly, changelog, downloadonly, fastestmirror, : filter-data, keys, list-data, merge-conf, presto, : priorities, protect-packages, protectbase, refresh- : packagekit, show-leaves, tmprepo, verify, whiteout Traceback (most recent call last): File "/usr/bin/yum", line 29, in <module> yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 309, in user_main errcode = main(args) File "/usr/share/yum-cli/yummain.py", line 157, in main base.getOptionsConfig(args) File "/usr/share/yum-cli/cli.py", line 189, in getOptionsConfig self.conf File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 652, in <lambda> conf = property(fget=lambda self: self._getConfig(), File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 237, in _getConfig startupconf.pluginconfpath,disabled_plugins,enabled_plugins) File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 408, in doPluginSetup plugin_types, confpath, disabled_plugins, enabled_plugins) File "/usr/lib/python2.6/site-packages/yum/plugins.py", line 163, in __init__ self.run('config') File "/usr/lib/python2.6/site-packages/yum/plugins.py", line 180, in run func(conduitcls(self, self.base, conf, **kwargs)) File "/usr/lib/yum-plugins/tmprepo.py", line 179, in config_hook parser.values.tmp_repos = [] AttributeError: OptionGroup instance has no attribute 'values'
On Wed, 02 Sep 2009 14:53:46 -0300, Adonai wrote:
Hi,
I using yumex
Don't reply to arbitrary messages on this list. That disturbes a threaded view of list messages. Compose a new message to open a new [independent] thread. Replies contain references to older messages in a thread.
for install softwares in my fedora 11, but using comand line yum return error, I'm not understand what is going. The errors is down:
[adonai@schummacher-lap ~]$ yum install exiv2 Plugins carregados: aliases, allowdowngrade, auto-update-debuginfo, : basearchonly, changelog, downloadonly, fastestmirror, : filter-data, keys, list-data, merge-conf, presto, : priorities, protect-packages, protectbase, refresh- : packagekit, show-leaves, tmprepo, verify, whiteout
Do you use/need all those Yum plugins? Are you familiar with them? If not, get rid of them. The "tmprepo" plugin is the one that crashes for you. Consider submitting a bug report.
File "/usr/lib/yum-plugins/tmprepo.py", line 179, in config_hook parser.values.tmp_repos = [] AttributeError: OptionGroup instance has no attribute 'values'
You can use the variable all_proxy that will serve to all protocols as well
Regards,
- - iarly selbir | ski0s
:wq!
On Wed, Sep 2, 2009 at 2:33 PM, John Thompson johndthompson@gmail.comwrote:
On 09/02/2009 10:48 AM, Kevin J. Cummings wrote:
On 09/02/2009 11:38 AM, John Thompson wrote:
Has anyone figured out how to configure a proxy server with Chrome? Going to "Options...Under the Hood" and clicking the "Change proxy settings" button just brings up a help screen, but I can't see anywhere to actually change the settings.
I installed Chromium yesterday, and while I don't need any proxy settings, following above brings me directly to the proxy settings window: Network Proxy Preferences which has a Location pulldown and 2 tabs: Proxy Configuration, and Ignored Hosts. Below that is 3 buttons: Help, Delete Location, and Close
Did you somehow click through to the Help screen without knowing it?
No, I don't get the "Network Proxy Preferences" dialogue at all. I just added an "HTTP_PROXY=whatever:nnnn" to my environment and it seems to work now.
--
-John (john@os2.dhs.org)
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines