all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: Raghav Gururajan <rvgn@disroot.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 14:16:58 -0400	[thread overview]
Message-ID: <87wojx7osq.fsf@netris.org> (raw)
In-Reply-To: <55de548a77b73cc7cfd180b90ebb386b0b4beeea.camel@disroot.org> (Raghav Gururajan's message of "Sat, 13 Apr 2019 01:21:34 -0400")

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

  reply	other threads:[~2019-04-13 18:18 UTC|newest]

Thread overview: 30+ 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 [this message]
2019-04-13 21:14       ` Raghav Gururajan
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-16 20:07             ` Trouble getting 'fprintd-service-type' to work Mark H Weaver
2019-04-17  6:51               ` Danny Milosavljevic
2019-04-20 20:21                 ` Mark H Weaver
2019-04-24 16:57                   ` Danny Milosavljevic
2019-04-24 18:41                     ` Tobias Geerinckx-Rice
2019-04-24 20:23                       ` Danny Milosavljevic
2019-04-15 15:44         ` 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner 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

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

  git send-email \
    --in-reply-to=87wojx7osq.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=clement@lassieur.org \
    --cc=help-guix@gnu.org \
    --cc=rvgn@disroot.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.