Date: Tue, 3 May 2011 13:32:50 +0200 From: Baptiste Daroussin <baptiste.daroussin@gmail.com> To: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Cc: FreeBSD Ports Mailing List <ports@freebsd.org>, George Liaskos <geo.liaskos@gmail.com>, chromium@freebsd.org Subject: Re: www/chromium ignores gnome proxy settings Message-ID: <BANLkTin8gbSC6Ds4Gxo9qHuntjgCpwRR9g@mail.gmail.com> In-Reply-To: <4DBFE632.7010902@yandex.ru> References: <4DBFA802.7010809@yandex.ru> <BANLkTim-LMvWcyvoqNOrmKC1puhrDShDZQ@mail.gmail.com> <4DBFCA0F.6000006@yandex.ru> <BANLkTikNtXEVSO7g2-JV4d94e0d6%2BhLicw@mail.gmail.com> <BANLkTinyYe2P27aUK-scEKHx21ajdN5Zog@mail.gmail.com> <4DBFDD24.7000406@yandex.ru> <4DBFE632.7010902@yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
2011/5/3 Ruslan Mahmatkhanov <cvs-src@yandex.ru>: > 03.05.2011 14:47, Ruslan Mahmatkhanov =D0=C9=DB=C5=D4: >> >> So what should i do? Rebuild chromium without this patch? >> As i understand with it chromium doesn't use gconf to obtain >> proxy settings. > > Ah, ok. I now understand. chromium uses linux-specific inotify > mechanism, so proxy-checking procedure was redefined. > So our chromium port can't work via proxy atm. > (Reply to the list is better :)) IIRC (from the chromium 9 code) it determines your environnement then it on gnome query gconf, on kde uses a inotify to monitor the kde configuration directory mecanism (I changed to use kqueue) and uses the envirnement variable http_proxy. You can also specify the proxy from the command line: --proxy-server so if It hasn't changed since the problem for you should be that it doesn't determine you are on gnome. regards, Bapt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTin8gbSC6Ds4Gxo9qHuntjgCpwRR9g>