unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: 38161@debbugs.gnu.org
Subject: bug#38161: Guix guided installer should set up printers and scanners
Date: Sun, 10 Nov 2019 15:44:59 +0100	[thread overview]
Message-ID: <20191110154459.507093b4@scratchpost.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 850 bytes --]

Hi,

currently, the Guix guided installer does not set up printers and
scanners (see bug# 38064), making those not work after installation.

It would be good to extend the Guix installer to also install "cups" and
"sane-backends" services, just like it already does for networking services,
if applicable.  Long term, we could also do the actual configuration, but
right now even just the services below would already be a big improvement:

The relevant operating-system config snippets are:

  (services
    (append
      (list (service cups-service-type
             (cups-configuration
              (web-interface? #t)
              (extensions
               (list cups-filters escpr hplip-minimal))))
            (simple-service 'custom-udev-rules udev-service-type
                            (list sane-backends))
[...]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2019-11-10 14:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-10 14:44 Danny Milosavljevic [this message]
2019-11-11 21:01 ` bug#38161: Guix guided installer should set up printers and scanners Ludovic Courtès
2019-11-12  7:35   ` Efraim Flashner
2019-11-12 13:49     ` Danny Milosavljevic
2019-11-12 14:35       ` pelzflorian (Florian Pelz)
2019-11-12 15:44         ` Ludovic Courtès
2022-01-14 13:41           ` Mathieu Othacehe

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=20191110154459.507093b4@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=38161@debbugs.gnu.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 public inbox

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

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).