Bug 2413322

Summary: RFE: Update libppd (driverless) PPD generator to show raster as well
Product: [Fedora] Fedora Reporter: Tadej Janež <tadej.j>
Component: cups-filtersAssignee: Zdenek Dohnal <zdohnal>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 43CC: twaugh, zdohnal
Target Milestone: ---Keywords: RFE
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tadej Janež 2025-11-07 10:29:47 UTC
Following up from https://bugzilla.redhat.com/show_bug.cgi?id=2369654#c36 where Zdenek Dohnal wrote:

"I could try to update libppd (driverless) PPD generator to show raster as well, so users are not locked in for IPP Everywhere."

I agree that this would be useful since currently it is quite complicated to resolve the situation for the affected users. It involves:
1. Setting up the printer "normally" with the driverless driver.
2. Finding out the printer's exact name.
3. Reinstalling the printer with IPP Everywhere driver (the default driverless driver doesn't work with print as raster option):
   lpadmin -p <printer-name> -m everywhere -E
4. Setting the printer to print as raster by default:
   lpadmin -p <printer-name> -o print-as-raster-default=true

Reproducible: Always