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: Wed, 17 Apr 2019 20:09:42 -0400 Message-ID: <87pnpk41i6.fsf@netris.org> References: <87sguh66r6.fsf@netris.org> <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> <745556a057db396d95f135d72a4211a6@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGue8-0004L8-VZ for help-guix@gnu.org; Wed, 17 Apr 2019 20:11:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hGue8-0004FZ-4d for help-guix@gnu.org; Wed, 17 Apr 2019 20:11:20 -0400 Received: from world.peace.net ([64.112.178.59]:55274) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hGue7-0004En-Uo for help-guix@gnu.org; Wed, 17 Apr 2019 20:11:20 -0400 In-Reply-To: <745556a057db396d95f135d72a4211a6@disroot.org> (Raghav Gururajan's message of "Wed, 17 Apr 2019 04:33:47 +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 Hello again, "Raghav Gururajan" writes: > Ah I see. Thanks for raising the issue. Yes, we'll move on to "Stylus Input" :) > > April 16, 2019 4:22 PM, "Mark H Weaver" wrote: > >> 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) The author of 'fprintd-service-type' has pushed a fix. After a fresh "guix pull", you could try adding the line above to your OS config, and it might work now. Regards, Mark