Bug 1223719
| Summary: | Cups is not pulling Description of Printers from Cups server | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Oliver Ilian <oliver> |
| Component: | cups-filters | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.1 | CC: | jscotka, oliver, psklenar |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | cups-1.0.35-18.el7 | Doc Type: | Bug Fix |
| Doc Text: |
Cause:
When polling a remote CUPS scheduler to create local queues for forwarding jobs, the "printer-info" printer attribute was not collected.
Consequence:
The local queue description was empty.
Fix:
The "printer-info" printer attribute is now collected from the remote queue and assigned to the local queue.
Result:
Local queues created by cups-browsed now have descriptions mirroring the remote queues.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-19 12:08:11 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: | |||
|
Description
Oliver Ilian
2015-05-21 10:20:50 UTC
"use BrowsePoll" -> component now set to cups-filters, as cups-browsed is what provides BrowsePoll functionality. For 'print dialog' suggestion: please file a separate bug report against gtk3. For 'print settings' dialog: I'm not sure which dialog you mean. Could you clarify? This will need a separate bug report too. When lpstat shows 'Description:' it's actually showing the content of the printer-info IPP attribute. So let's start at the beginning: you said you added a description of a printer to the CUPS server. What exactly were the steps involved there? Thanks Tim.. i was looking for a cups-browsed component, but could not find any. 'print dialog' I will file a new bug for this 'print dialog' -- dialog when you press print inside an application 'print settings' -- Gnome3 Printer settings, where you also add new printers manually -- I will file a new bug for this too, I guess this is also against gtk3 Ok, so we have cups servers for some offices, and when we add the printers to the cups server, we add a Description, mostly where it is located inside the office. So going to the cups server, i can see the 'Queue Name' and the Description and the Location So for example: Queue Name Description Location HP4650DN Color printer Help Desk MUC Now I would like to see the Description inside the 'print-dialog' and inside the 'print-settings', as this will help users to identify the printer they have printed on. Right now the 'print-dialog' only shows Queue Name and location, however the Location is not what is given on the print server, but the server name itself, like for Munich it is the hostname of the print server in Munich. In RHEL 6 the Location was actually what is written as 'Location' for the Printer Queue. Does that make sense? (In reply to Oliver Haessler from comment #3) > 'print settings' -- Gnome3 Printer settings, where you also add new printers > manually -- I will file a new bug for this too, I guess this is also against > gtk3 That should be control-center actually. The fix for this is will be to add "printer-info" to the list of requested attributes in browse_poll(), which is already implemented upstream. In fact, this fix would be pulled in by the fix for bug #1191691. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-2360.html |