From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner Date: Tue, 16 Apr 2019 16:21:06 -0400 Message-ID: <87sguh66r6.fsf@netris.org> References: <87imvh7188.fsf@netris.org> <87wojx7osq.fsf@netris.org> <987892fb46a1f6c22736cd8a6ab63a94e5063b31.camel@disroot.org> <87sgunvzxy.fsf@netris.org> <87o95bvz8a.fsf@netris.org> <55de548a77b73cc7cfd180b90ebb386b0b4beeea.camel@disroot.org> <5189551d9d6ed3c7d1566cf14aae3709@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGUbN-0007RB-6U for help-guix@gnu.org; Tue, 16 Apr 2019 16:22:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hGUbK-0001wl-Op for help-guix@gnu.org; Tue, 16 Apr 2019 16:22:45 -0400 Received: from world.peace.net ([64.112.178.59]:52744) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hGUbK-0001wb-Io for help-guix@gnu.org; Tue, 16 Apr 2019 16:22:42 -0400 In-Reply-To: <5189551d9d6ed3c7d1566cf14aae3709@disroot.org> (Raghav Gururajan's message of "Mon, 15 Apr 2019 15:44:56 +0000") 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: Raghav Gururajan Cc: help-guix@gnu.org, =?utf-8?Q?Cl=C3=A9ment?= Lassieur Hi Raghav, "Raghav Gururajan" writes: > I made the changes you told me. Now the error is "guix system: error: > /etc/rg-secondary.scm:49:24: no value specified for service of type > 'fprintd'" Sorry, this looks like a genuine bug in Guix's fingerprint service, which was added relatively recently, and apparently has not yet seen much use. I've just raised the issue with the author of that service, so hopefully it'll be fixed soon. In the meantime, I would suggest removing: (service fprintd-service-type) and hopefully we can progress on the other issues. Regards, Mark