Description of problem: system-config-printer used to ask before renaming a printer queue. There was a dialog with 'Renaming will lose history' warning. Version-Release number of selected component (if applicable): system-config-printer-1.1/2 cups-1.4.4 Additional info: I found out that in cupshelpers.py:jobsPreserved() we try to discover whether there are preserved jobs for the printer. We are using a job attributes 'job-printer-uri' and 'job-state'. Problem is that cups.getJobs() returns only 'job-uri' and 'job-id' attributes. It most likely used to return also 'job-printer-uri' and 'job-state' but since 1.4.3 only 'job-uri' and 'job-id' have been returned by default. Found this in CUPS release notes CUPS 1.4.3 (March 30, 2010) * IPP conformance: Get-Jobs has a default value for requested-attributes (http://www.cups.org/str.php?L3383) So I guess we need to change each use of cups.getJobs to explicitly define what attributes to request.
Seems like incomplete fix for bug #584806.
http://git.fedorahosted.org/git/?p=system-config-printer.git;a=commitdiff;h=f0ea6e2e71130eccaacd183f37ca6fc990b7acd2
system-config-printer-1.2.5-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/system-config-printer-1.2.5-1.fc14
system-config-printer-1.2.5-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/system-config-printer-1.2.5-1.fc13
system-config-printer-1.2.5-1.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update system-config-printer'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/system-config-printer-1.2.5-1.fc13
This message is a reminder that Fedora 12 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 12. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '12'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 12's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 12 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
system-config-printer-1.2.5-6.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
system-config-printer-1.2.5-6.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.