]> git.ipfire.org Git - thirdparty/cups.git/commit
ppd-cache.c: Check for required attributes if URF or PWG Raster are found
authorZdenek Dohnal <zdohnal@redhat.com>
Thu, 15 Feb 2024 17:15:55 +0000 (18:15 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Thu, 15 Feb 2024 17:15:55 +0000 (18:15 +0100)
commit0003f78a107b399feb2e493181a307fac5123e35
tree686656f0f011ae8c2c3ef7e915c7800cf4cb3121
parent8779fcac19f8d99d78f2697bec9ef9f2fbe1bdcb
ppd-cache.c: Check for required attributes if URF or PWG Raster are found

Some devices have image/urf in document-format-supported, but is missing urf-supported
if AirPrint support is turned off, which breaks PPD generation. Check for attribute
urf-supported when we are about to decide whether the printer uses AirPrint, so in case
the device supports another driverless standard, we can use it for PPD generation.
Apply the same for PWG Raster too.

Fixes Fedora issue #2263053
CHANGES.md
cups/ppd-cache.c