unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: "Raghav Gururajan" <rvgn@disroot.org>
To: Mark H Weaver <mhw@netris.org>
Cc: help-guix@gnu.org, "Clément Lassieur" <clement@lassieur.org>
Subject: Re: 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner
Date: Sat, 13 Apr 2019 21:14:52 +0000	[thread overview]
Message-ID: <a9ee65885abb3f9cb93ecf36e957eb2a@disroot.org> (raw)
In-Reply-To: <87wojx7osq.fsf@netris.org>

Hello Mark!

I have tried both edits already. For gnome, the error is regarding specifying values. For fingerprint, error is regarding no such modules defined; so I searched and found the right module name as "authentication", but then new error regarding specifying values. :(

Regards,
RG.

April 13, 2019 6:18 PM, "Mark H Weaver" <mhw@netris.org> wrote:

> Hi Raghav,
> 
> Raghav Gururajan <rvgn@disroot.org> writes:
> 
>> In continuation to my previous email, I tried to fix the error. But the old error is gone and I am
>> getting new ones.
>> 
>> The errors are:
>> /etc/rg-secondary.scm:47:24: warning: 'gnome-desktop-service' is deprecated, use
>> 'gnome-desktop-service-type' instead
>> /etc/rg-secondary.scm:47:24: warning: 'gnome-desktop-service' is deprecated, use
>> 'gnome-desktop-service-type' instead
> 
> You could eliminate this warning by changing:
> 
> (gnome-desktop-service)
> 
> to:
> 
> (service gnome-desktop-service-type)
> 
>> ice-9/eval.scm:223:20: In procedure proc:
>> error: fprintd-service-type: unbound variable
>> hint: Did you forget a `use-modules' form?
> 
> Ah, my mistake; you also need to import the 'fingerprint' service
> module, so change
> 
> (use-service-modules desktop xorg)
> 
> to:
> 
> (use-service-modules desktop xorg fingerprint)
> 
> Regards,
> Mark

  parent reply	other threads:[~2019-04-13 21:15 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-08 15:32 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner Raghav Gururajan
2019-04-12 18:30 ` Mark H Weaver
2019-04-12 18:45   ` Mark H Weaver
2019-04-13  4:55     ` Raghav Gururajan
2019-04-13  5:21     ` Raghav Gururajan
2019-04-13 18:16       ` Mark H Weaver
2019-04-13 21:14       ` Raghav Gururajan [this message]
2019-04-13 21:24       ` Raghav Gururajan
2019-04-13 21:46       ` Raghav Gururajan
2019-04-14  2:46         ` Mark H Weaver
2019-04-14 18:24           ` Tobias Geerinckx-Rice
2019-04-14 18:33           ` Tobias Geerinckx-Rice
2019-04-15 15:44         ` Raghav Gururajan
2019-04-16 20:21           ` Mark H Weaver
2019-04-17  4:33           ` Raghav Gururajan
2019-04-18  0:09             ` Mark H Weaver
2019-04-18  4:54             ` Raghav Gururajan
2019-04-20  4:00               ` Raghav Gururajan
2019-04-21 14:28                 ` Raghav Gururajan
2019-04-22  4:03                   ` Raghav Gururajan
2019-05-03  5:58             ` Raghav Gururajan
2019-04-14 19:05   ` Tobias Geerinckx-Rice
2019-04-20  4:04     ` Raghav Gururajan
2019-04-21 14:33       ` Raghav Gururajan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a9ee65885abb3f9cb93ecf36e957eb2a@disroot.org \
    --to=rvgn@disroot.org \
    --cc=clement@lassieur.org \
    --cc=help-guix@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).