help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: printer installed, now scanner ?


From: Gottfried
Subject: Re: printer installed, now scanner ?
Date: Sun, 20 Feb 2022 16:20:34 +0000

thanks,

I tried this

and the message was:

/etc/config.scm:61:1: schließende Klammer fehlt (in english: closing bracket is missing)

what means 61:1:
where do I have to add a bracket?

gottfried


Am 20.02.22 um 16:45 schrieb SeerLite:
On 2/20/22 11:13, Gottfried wrote:
what do I have to add exactly and where?

Hi! You have to *replace* %desktop-services in your file with the example usage of modify-services from the manual that Gary sent in his previous email.

This:

     %desktop-services

has to become this:

     (modify-services %desktop-services
       (sane-service-type _ => sane-backends))

Additionally, you have to import the right module that contains the sane-backends package. So you'll have to add "scanner" to your use-package-modules line at the top.


--
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Why is HTML email a security nightmare? See https://useplaintext.email/

Please avoid sending me MS-Office attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]