From owner-freebsd-ports@FreeBSD.ORG Tue May 3 11:52:42 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9067D106564A; Tue, 3 May 2011 11:52:41 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [95.108.130.119]) by mx1.freebsd.org (Postfix) with ESMTP id 3768B8FC18; Tue, 3 May 2011 11:52:40 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward15.mail.yandex.net (Yandex) with ESMTP id 49B879E1A57; Tue, 3 May 2011 15:52:39 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1304423559; bh=xkl6cvYwOikiJGU/Jq66buQ70RciSUxC/AM6qUQqcsw=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=HIaNiTIvEvfV1tCFqEgjXX/ZT6tE4/HalZujzSx5UYW/OAOevVjBE2b3ejfbdaFKT rb8pIdTmJe4dVLkGtrBle3x54ya2rY90UmqmFLxkcmgFUOewBK3gHlf8R6lTUMubRD UGdhuXaIZjAXFCyQM+ia41Hk4vsKiIVOcXjHqC3A= Received: from smeshariki2.local (unknown [213.27.65.65]) by smtp12.mail.yandex.net (Yandex) with ESMTPSA id CCAED5728037; Tue, 3 May 2011 15:52:38 +0400 (MSD) Message-ID: <4DBFEC02.3070002@yandex.ru> Date: Tue, 03 May 2011 15:50:26 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.17) Gecko/20110429 Thunderbird/3.1.10 MIME-Version: 1.0 To: Baptiste Daroussin References: <4DBFA802.7010809@yandex.ru> <4DBFCA0F.6000006@yandex.ru> <4DBFDD24.7000406@yandex.ru> <4DBFE632.7010902@yandex.ru> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-Spam: 1 Cc: FreeBSD Ports Mailing List , George Liaskos , chromium@freebsd.org Subject: Re: www/chromium ignores gnome proxy settings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2011 11:52:42 -0000 03.05.2011 15:32, Baptiste Daroussin пишет: > 2011/5/3 Ruslan Mahmatkhanov: >> 03.05.2011 14:47, Ruslan Mahmatkhanov пишет: >>> >>> 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. I just tried it with --proxy-server - it works. Thanks for the hint. And it doesn't work with --proxy-auto-detect. -- Regards, Ruslan