Re: [orca-list] Embossing: unsupported control character in BRF file
- From: Samuel Thibault <samuel thibault ens-lyon org>
- To: Devin Prater <r d t prater gmail com>
- Cc: Geoff Shang <geoff quitelikely com>, orca-list <orca-list gnome org>
- Subject: Re: [orca-list] Embossing: unsupported control character in BRF file
- Date: Thu, 19 Aug 2021 01:00:43 +0200
Devin Prater, le mar. 17 août 2021 13:16:59 -0500, a ecrit:
It still gives the same error.
Mmm... Ok, I found the issue, it's the '-' character in the BRF output,
that was caught by a bogus code bit in cups-filters. You probably have
a textbrftoindexv4 or textbrftoindexv3 file somewhere in something
like /usr/lib/cups/filter/, you can send it, and I'll send you a fixed
version. Basically, the line that says
if [ -z "${LINE/*[$'\000'-$'\037'$'\177']*}" ]
should actually be
if [ -z "${LINE/*[$'\000'$'\001'-$'\037'$'\177']*}" ]
Is there a possibility that I've set the embosser up incorrectly?
No, that filter error gets triggered way before sending data to the
embosser.
I have it set to the HP openJet network printer type, with the IP
address like:
[1]192.168.0.203:9100
And the driver set to Index with model DV4/5.
Yep, that looks fine.
Samuel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]