Johannes Meixner changed bug 1123347
What Removed Added
CC   carlos.e.r@opensuse.org
Found By --- Community User
Flags   needinfo?(carlos.e.r@opensuse.org)

Comment # 1 on bug 1123347 from
Carlos Robinson,
you did not tell which printer driver is used
cf. the section "Always tell which printer driver is used" in
https://en.opensuse.org/SDB:How_to_Report_a_Printing_Issue
so that I  guess:

Because of your "cp1510n_ps" I guess you use a
HP Color LaserJet CP1510 PostScript printer with a PPD file like
/usr/share/cups/model/manufacturer-PPDs/hp/HP_Color_LaserJet.ppd.gz

Those PPDs in the manufacturer-PPDs RPM are directly from various
printer manufacturers and we (i.e. openSUSE) distribute them "as is".

In particular some HP PostScript printer PPDs like the above mentioned
/usr/share/cups/model/manufacturer-PPDs/hp/HP_Color_LaserJet.ppd.gz
contain
----------------------------------------------------------------------------
*cupsICCProfile RGB../sRGB Matching Profile:
"/Library/Printers/hp/Profiles/sRGB_A.icc"
*cupsICCProfile CMYK../CMYK Matching Profile:
"/Library/Printers/hp/Profiles/CMYK_A.icc"
*cupsICCProfile Gray../Gray Matching Profile:
"/Library/Printers/hp/Profiles/Gray_A.icc"
----------------------------------------------------------------------------
but the manufacturers did not provide us their ICC profile that they
reference in their PPDs so that those ICC profiles are missing.

I assume the easiest workaround to silence such error messages is
to remove those lines with a plain text editor from the PPD file
that is actually used for your print queue which should be the
file /etc/cups/ppd/cp1510n_ps.ppd
or only deactivate those lines by making them comments
via a leading '*% ' (cf. other lines in that PPD file) as in
----------------------------------------------------------------------------
*% cupsICCProfile RGB../sRGB Matching Profile:
"/Library/Printers/hp/Profiles/sRGB_A.icc"
*% cupsICCProfile CMYK../CMYK Matching Profile:
"/Library/Printers/hp/Profiles/CMYK_A.icc"
*% cupsICCProfile Gray../Gray Matching Profile:
"/Library/Printers/hp/Profiles/Gray_A.icc"
----------------------------------------------------------------------------

Please provide feedback if things work well for you with that workaround.

If things work well I could remove or deactivate those lines by default
in the PPDs in our manufacturer-PPDs RPM to avoid such error messages.


You are receiving this mail because: