Bug 845248
| Summary: | Printing fails to HP Laserjet M1212nf MFP on rawhide | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stef Walter <stefw> | ||||
| Component: | poppler | Assignee: | Marek Kašík <mkasik> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | jpopelka, mkasik, rdieter, twaugh | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | poppler-0.20.2-3.fc18 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-08-06 15:47:50 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Stef Walter
2012-08-02 13:05:24 UTC
Created attachment 601946 [details]
/var/log/cups/error_log
What application are you printing from ? Is the document PDF ? If yes, then try to run it directly through pdftops, like: '/usr/bin/pdftops document.pdf'. If not, try to export/print it to PDF first and then run through pdftops. Attach the pdftops output. Happens when I print from thunderbird (at least). If I print to a PDF, and then run pdftops I get: [stef@stef-rawhide ~]$ ls -l temp.pdf -rw-rw-r--. 1 stef stef 80842 Aug 2 15:38 temp.pdf [stef@stef-rawhide ~]$ /usr/bin/pdftops temp.pdf [stef@stef-rawhide ~]$ echo $? 0 The pdf is viewable in temp.pdf and the content is there. Doesn't seem corrupted. And if you try to print it via lpr, like: 'lpr temp.pdf' ? No. It immediately becomes a 'Stopped' job. Hi Stef, I've committed some patches to poppler. Could you try whether they resolve the problem you see? They are in poppler-0.20.2-3.fc18. Regards Marek After I updated to poppler-0.20.2-3 I could print a PDF. So my guess would be that the problem is resolved by those patches. Not 100% sure, since I've also updated other stuff today, but I think so. Thank you for quick response. I'm closing this bug then. If you encounter the problem again, feel free to reopen this bug. Regards Marek |