www/chromium ignores gnome proxy settings

George Liaskos geo.liaskos at gmail.com
Tue May 3 10:17:03 UTC 2011


2011/5/3 Baptiste Daroussin <baptiste.daroussin at gmail.com>:
> 2011/5/3 Ruslan Mahmatkhanov <cvs-src at yandex.ru>:
>> 03.05.2011 13:12, Baptiste Daroussin пишет:
>>>
>>> 2011/5/3 Ruslan Mahmatkhanov<cvs-src at yandex.ru>:
>>>>
>>>> Good day.
>>>>
>>>> This problem existed in 6.x/10.x and exists in 11.x.
>>>> If i try to access some webs via proxy, that is
>>>> configured in gnome proxy settings, then chromium
>>>> will response with net::ERR_CONNECTION_TIMED_OUT
>>>> on any url, that i try to access. Still epiphany
>>>> and firefox works as expected.
>>>> Does anybody see this behavior? Any ways to solve
>>>> this?
>>>
>>> What option did you use to build chromium ?
>>
>> WITH_CODECS=true
>> WITH_GCONF=true
>> WITH_VPX=true
>>
>> Only WITH_CODECS is not default option and i doubt that it somehow related.
>>
>>
>> --
>> Regards,
>> Ruslan
>>
>
> what environnement are you using ? a full gnome ? because chromium as
> some kinds of magic to determine which environnement you are using and
> then checked for the configuration backend concerned.
>
> in your case it looks like it doesn't get the proxy from gconf.
>
> regards,
> Bapt
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
>

I use a simple stub for proxy config, ProxyConfigServiceNull
http://trillian.chruetertee.ch/chromium/browser/ports/www/chromium/files/patch-net__proxy__proxy_service.cc

config_service_linux.cc uses inotify, there are some kqueue patches
but they used to crash the browser.
I will take a look at it later today.


More information about the freebsd-ports mailing list