From owner-freebsd-chromium@FreeBSD.ORG Tue May 3 11:27:45 2011 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 251EA106566B; Tue, 3 May 2011 11:27:45 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [95.108.130.120]) by mx1.freebsd.org (Postfix) with ESMTP id C20778FC15; Tue, 3 May 2011 11:27:44 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward13.mail.yandex.net (Yandex) with ESMTP id ED5B4141606; Tue, 3 May 2011 15:27:42 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1304422063; bh=yWYaEct8rJwC5PyO16A5W27sfj0JPngm1pDK1iYtFsU=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=oh9trsf43SSo/i+K1Tz0ZRQMjRZArrztshpHtTbwDTeMMS1pJFCR0witk8Y2oS1bQ 9lYcJYNKzv/yzc1Q6eH8g8uQW8Fi7W+p8ApKrJx7CVBRfXqTGdeENQnp/K/GYi/Ui8 AcPfPZ2xK6UoxKm6MomkORmDtMIaj3NF2LZ8Rp6M= Received: from smeshariki2.local (unknown [213.27.65.65]) by smtp11.mail.yandex.net (Yandex) with ESMTPSA id 803E84CC0096; Tue, 3 May 2011 15:27:42 +0400 (MSD) Message-ID: <4DBFE632.7010902@yandex.ru> Date: Tue, 03 May 2011 15:25:38 +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: George Liaskos References: <4DBFA802.7010809@yandex.ru> <4DBFCA0F.6000006@yandex.ru> <4DBFDD24.7000406@yandex.ru> In-Reply-To: <4DBFDD24.7000406@yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-Spam: 1 Cc: FreeBSD Ports Mailing List , chromium@freebsd.org, Baptiste Daroussin Subject: Re: www/chromium ignores gnome proxy settings X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2011 11:27:45 -0000 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. -- Regards, Ruslan