From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goXD6-0003WB-RE for guix-patches@gnu.org; Tue, 29 Jan 2019 12:30:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goXD1-00038c-Df for guix-patches@gnu.org; Tue, 29 Jan 2019 12:30:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51500) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1goXD0-00038K-UR for guix-patches@gnu.org; Tue, 29 Jan 2019 12:30:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1goXD0-00006y-KL for guix-patches@gnu.org; Tue, 29 Jan 2019 12:30:02 -0500 Subject: [bug#34240] [PATCH 2/5] services: Add cups-pk-helper. Resent-Message-ID: References: <87a7jjr8y3.fsf@cbaines.net> <20190129114242.32481-1-mail@cbaines.net> <20190129114242.32481-2-mail@cbaines.net> From: Ricardo Wurmus In-reply-to: <20190129114242.32481-2-mail@cbaines.net> Date: Tue, 29 Jan 2019 17:44:05 +0100 Message-ID: <87ef8vpg6i.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 34240@debbugs.gnu.org Christopher Baines writes: > This service integrates cups and PolicyKit. The gnome-control-center prin= ting > section uses this functionality. > > * gnu/sevices/desktop.scm (cups-pk-helper-service-type): New variable. > (%desktop-services): Add the cups-pk-helper service. I wonder if this service is really needed or if it would be enough to install the package into the system profile, for example. (It looks fine to me, but I=E2=80=99m still curious.) --=20 Ricardo