From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [WIP 0/8] GNOME Maps Date: Tue, 03 May 2016 13:39:51 +0200 Message-ID: <871t5je5fc.fsf@gnu.org> References: <87oa8oc0ul.fsf@gnu.org> <20160502190245.GB12660@jasmine> 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]:57451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axYgW-0003Ul-G4 for guix-devel@gnu.org; Tue, 03 May 2016 07:40:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axYgK-0007jn-Op for guix-devel@gnu.org; Tue, 03 May 2016 07:40:07 -0400 In-Reply-To: <20160502190245.GB12660@jasmine> (Leo Famulari's message of "Mon, 2 May 2016 15:02:45 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > My motivation for packaging this program is that it is supposed to > support editing of OSM, which would require an OSM account. I assume > that is at least partially why GOA is required. Indeed, makes sense. > However, this program also depends on gfbgraph, which is a wrapper to > the Facebook API. I'm not sure what that's about :( > > https://wiki.gnome.org/Projects/GFBGraph Blech. Concerned users can easily prevent it from accessing Facebook, for instance via the /etc/hosts trick: https://www.gnu.org/software/guix/manual/html_node/Networking-Services.ht= ml#index-_0025facebook_002dhost_002daliases Highly recommended. :-) Ludo=E2=80=99.