From: Tobias Geerinckx-Rice <me@tobias.gr>
To: "Daniel Meißner" <daniel.meissner-i4k@ruhr-uni-bochum.de>
Cc: help-guix@gnu.org
Subject: Re: Printer configuration failed due to missing filters
Date: Thu, 02 Dec 2021 14:18:39 +0100 [thread overview]
Message-ID: <87bl1zqgml.fsf@nckx> (raw)
In-Reply-To: <87fsrb8kp0.fsf@ruhr-uni-bochum.de>
[-- Attachment #1: Type: text/plain, Size: 1624 bytes --]
Daniel!
Daniel Meißner 写道:
>> 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.
Interesting here is that it's looking in …-cups-2.3.3 where I
believe it should look in …-cups-server-bin instead. The former
is merely the upstream CUPS package, whilst the latter is a union
of CUPS with its extensions (drivers).
Can you confirm that the file printed by
$ ps auxwww | grep -o '/gnu/store/[^ ]*cups-files.conf'
contains
DataDir /gnu/store/…-cups-server-bin/share/cups
ServerBin /gnu/store/…-cups-server-bin/lib/cups
?
You should find lib/cups/filter/epson-escpr-wrapper under this
ServerBin.
> 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?
Just that there's no reason for epson-escpr-wrapper to be anywhere
in /run/current-system in the first place. It should be in the
union directory I mentioned above, and CUPS should find it there.
I don't currently have access to an Epson printer, but I'll try to
add one anyway.
See if you can divine any useful chunks from the puddle of vomit
that CUPS produces when configured with:
(cups-configuration
…
(log-level 'debug2)
…)
There's also (access-log-level 'all) but it's probably not
relevant here.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
next prev parent reply other threads:[~2021-12-02 13:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-02 8:39 Printer configuration failed due to missing filters Daniel Meißner
2021-12-02 13:18 ` Tobias Geerinckx-Rice [this message]
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
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=87bl1zqgml.fsf@nckx \
--to=me@tobias.gr \
--cc=daniel.meissner-i4k@ruhr-uni-bochum.de \
--cc=help-guix@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 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.