From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add GeoClue desktop service. Date: Thu, 20 Aug 2015 17:09:03 +0200 Message-ID: <87d1yiyp2o.fsf@gnu.org> References: <877fowpcnd.fsf@igalia.com> 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]:48972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZSRSm-0005JV-Ow for guix-devel@gnu.org; Thu, 20 Aug 2015 11:09:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZSRSk-0002cL-2F for guix-devel@gnu.org; Thu, 20 Aug 2015 11:09:08 -0400 In-Reply-To: <877fowpcnd.fsf@igalia.com> (Andy Wingo's message of "Sat, 15 Aug 2015 21:36:22 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andy Wingo Cc: guix-devel@gnu.org Andy Wingo skribis: > From d94d4fb4c89ec6cde152ab031244a3977e216b1e Mon Sep 17 00:00:00 2001 > From: Andy Wingo > Date: Sat, 15 Aug 2015 20:43:03 +0200 > Subject: [PATCH 2/2] Add GeoClue service. > > * gnu/services/desktop.scm (bool): New top-level helper. > (upower-configuration-file): Use top-level `bool'. > (geoclue-application): New public function. > (%standard-geoclue-applications): New public variable. > (geoclue-service): New public variable. > (%desktop-services): Add GeoClue. Add a comment about activation. > > * doc/guix.texi (Desktop Services): Document the GeoClue service. Applied, thanks! > +@defvr {Scheme Variable} %standard-geoclue-applications > +The standard list of well-known GeoClue application configurations, > +granting authority to GNOME's date-and-time utility to ask for the > +current location in order to set the time zone, and allowing the Firefox > +(IceCat) and Epiphany web browsers to request location information. > +Firefox and Epiphany both query the user before allowing a web page to > +know the user's location. > +@end defvr Does that mean that all these applications get blanket access to location info, and just happen to be nice enough to ask the user? If the answer is yes, I would rather remove the Web browsers from this list by default. WDYT? Thanks, Ludo=E2=80=99.