all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Printer configuration failed due to missing filters
@ 2021-12-02  8:39 Daniel Meißner
  2021-12-02 13:18 ` Tobias Geerinckx-Rice
  2021-12-02 23:20 ` Tobias Geerinckx-Rice
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Meißner @ 2021-12-02  8:39 UTC (permalink / raw)
  To: help-guix

Hi Guix!

I am currently trying to configure my Epson printer on Guix system using
system-config-printer.  The printer is connected via USB and is
automatically detected in the dialog window that opens if I click on
"Add". I select the printer from the list and click on "Forward", then I
enter the printer name, a description and a location in the section
"Describe Printer".  However, if I click on "Apply", the following error
message is printed:

> Printer 'EPSON-...' requires the
> '/gnu/store/...-cups-2.3.3/lib/cups/filter/epson-escpr-wrapper',
> program but it is not currently installed. Please install it before
> using this printer.

The printer is added but trying to print a test page yields: ‘CUPS
server error.  There was an error during the CUPS operation: ’No such
file or directory’.’ According to the Guix manual, the epson-escpr
filter should be installed by default when using the cups-service-type.
Nevertheless, I also made it explicit in my system configuration:

--8<---------------cut here---------------start------------->8---
(service cups-service-type
         (cups-configuration
          (extensions
           (list cups-filters
                 epson-inkjet-printer-escpr))))
--8<---------------cut here---------------end--------------->8---

Looking in the system profile I cannot find it: ‘find
/run/current-system/profile -name "epson-escpr-wrapper"’ shows no
results.  There is also no cups directory under
/run/current-system/profile/lib.  Am I missing something?

Since I am running Gnome, I also tried to configure the printer using
gnome-control-center.  However, here the error message is not so
detailed.  It just says: ‘Failed to add new printer’.

I think this is an issue specific to Guix because the printer works with
other Linux distros.

Best
Daniel


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

end of thread, other threads:[~2021-12-04 11:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02  8:39 Printer configuration failed due to missing filters Daniel Meißner
2021-12-02 13:18 ` Tobias Geerinckx-Rice
2021-12-02 13:51   ` Tobias Geerinckx-Rice
2021-12-02 15:05   ` Daniel Meißner
2021-12-02 23:20 ` Tobias Geerinckx-Rice
2021-12-04 11:54   ` Daniel Meißner

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.