ValdikSS
ValdikSS
@KlaasT it's only in git master, not it any release yet, maybe that's why. Or should I close the ticket?
Please provide: * Exact version of cups and cups-filters installed on your system * Generated PPD file for your printer (`/etc/cups/ppd/`) * The file you're trying to print, if it's...
Could you please try to print not from Okular, but from Document Viewer (gnome's Evince, but now it's 'document viewer') for example, or from Firefox?
After that 1. Run `cd /tmp; while [ 1 ]; do ls -1 | grep okular && cp okular_* copied.ps; done` in the console 2. Print the document from Okular...
Your printer reports: ``` D [22/Oct/2025:23:53:40 +0200] [Job 689] printer-alert-description textWithoutLanguage Non-critical alert - spool area full D [22/Oct/2025:23:53:40 +0200] [Job 689] printer-state-reasons keyword spool-area-full-report ``` Maybe try to reboot...
Well, I don't see anything what would suggest CUPS or filter issue. The document is generated correctly, with multiple pages, they are sent to the printer, and then the printer...
Please: 1. `systemctl stop cups` 2. in `/etc/cups/ppd/Canon.ppd`, replace `*cupsFilter2: "image/urf image/urf 100 -"` with `*cupsFilter2: "image/pwg-raster image/pwg-raster 100 -"` 3. `systemctl start cups` And try to print again. It...
@jaaxxxx could you please >It is also worth running older Ubuntu/Kubuntu ISO in a VM (which used to work), enabling cupsctl --debug-logging, printing, and getting error_log from there. Just to...
Yes, it uses `pwg-raster` according to the log, and the defaults has changed from PWG-raster to URF in V1.25.12 of cups-filters >CHANGES IN V1.25.12 > - libcupsfilters: If a printer...
Just print like you did from Linux to trigger the issue, I guess.