From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goWUV-00083d-6B for guix-patches@gnu.org; Tue, 29 Jan 2019 11:44:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goWUU-0006jJ-FC for guix-patches@gnu.org; Tue, 29 Jan 2019 11:44:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51472) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1goWUU-0006iz-2m for guix-patches@gnu.org; Tue, 29 Jan 2019 11:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1goWUT-0007KA-MV for guix-patches@gnu.org; Tue, 29 Jan 2019 11:44:01 -0500 Subject: [bug#34240] [PATCH 1/5] gnu: Add cups-pk-helper. Resent-Message-ID: References: <87a7jjr8y3.fsf@cbaines.net> <20190129114242.32481-1-mail@cbaines.net> From: Ricardo Wurmus In-reply-to: <20190129114242.32481-1-mail@cbaines.net> Date: Tue, 29 Jan 2019 17:42:46 +0100 Message-ID: <87fttbpg8p.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: > * gnu/packages/cups.scm (cups-pk-helper): New variable. [=E2=80=A6] > + (synopsis "PolicyKit helper to configure cups with fine-grained > privileges") Should be =E2=80=9CCUPS=E2=80=9D instead of =E2=80=9Ccups=E2=80=9D. > + (description > + "This package provides the org.opensuse.CupsPkHelper.Mechanism DBus > +system service which uses @file{cups-pk-helper-mechanism}. This package > +should only be used as part of the Guix cups-pk-helper service.") I=E2=80=99d wrap the service names in @code{=E2=80=A6}. Why can it not be used without the cups-pk-helper service? Is it not enough to install the package in a location that gets searched by DBus? -- Ricardo