From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Other web-browser for tor Date: Mon, 24 Sep 2018 22:20:56 +0200 Message-ID: <87d0t2ejfb.fsf@elephly.net> References: <-gWUFYZtXIy1o1yk-LpWq2xpLnqXz8GS0l2fCpzqLZiJ6Lww_oBiS9_QlgGTd8hElPbzSCuAzswBOzSSkzSxcdk4qB-ezxQToQmn-JlAW3k=@protonmail.com> <87k1nazndg.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4XMC-0004pI-Oc for help-guix@gnu.org; Mon, 24 Sep 2018 16:21:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4XM8-0008Ed-Mt for help-guix@gnu.org; Mon, 24 Sep 2018 16:21:24 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21036) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g4XM5-000881-OZ for help-guix@gnu.org; Mon, 24 Sep 2018 16:21:18 -0400 In-reply-to: <87k1nazndg.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: znavko Cc: help-guix@gnu.org Ricardo Wurmus writes: > Hi znavko, > >> I've found other browsers with `guix package -s 'web browser'` but all >> of that I've installed has no Network configurations . Epiphany, >> Dillo, Conkeror can't. > > Epiphany and Eolie both should accept the GNOME network settings, where > you can configure a SOCKS proxy. Unfortunately, this doesn=E2=80=99t see= m to > work properly. > > I=E2=80=99m investigating this now. This works now. I just had to replace the line =E2=80=9Cexec gnome-shell= =E2=80=9D in my ~/.xsession file with =E2=80=9Cgnome-session=E2=80=9D (no =E2=80=9Cexec=E2= =80=9D), which makes sure that the GNOME session manager is started. Epiphany connects to the GNOME session manager to read the session-wide network settings, including the SOCKS proxy settings. I think it will work out of the box if you=E2=80=99re not using a ~/.xsessi= on file. -- Ricardo