unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38161: Guix guided installer should set up printers and scanners
@ 2019-11-10 14:44 Danny Milosavljevic
  2019-11-11 21:01 ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: Danny Milosavljevic @ 2019-11-10 14:44 UTC (permalink / raw)
  To: 38161

[-- 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 --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-01-14 13:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-10 14:44 bug#38161: Guix guided installer should set up printers and scanners Danny Milosavljevic
2019-11-11 21:01 ` 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

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