Description of problem: The Get-Jobs IPP request now only returns the job-id attribute for each job. Works fine with CUPS-1.4.2. Version-Release number of selected component (if applicable): cups-1.4.3-6.fc13 How reproducible: 100% Steps to Reproduce: 1.python -c 'import cups;c=cups.Connection();print c.getJobs(which_jobs="all")' Actual results: Just a list of job IDs. Expected results: Lots of attributes for each job ID.
OK, this is an intentional change in CUPS from STR #3383: if ((ra = create_requested_array(con->request)) == NULL && !ippFindAttribute(con->request, "requested-attributes", IPP_TAG_KEYWORD)) { /* * IPP conformance - Get-Jobs has a default requested-attributes value of * "job-id" and "job-uri". */ ra = cupsArrayNew((cups_array_func_t)strcmp, NULL); cupsArrayAdd(ra, "job-id"); cupsArrayAdd(ra, "job-uri"); } So we'll need to add an optional named parameter "requested_attributes" to the Python bindings and get system-config-printer's monitor module to use it.
Will also affect F-12 when it is updated to cups >= 1.4.3.
The specific problem this causes for system-config-printer is in the applet: if there are jobs queued for a printer, and that printer has an error, the error is not shown to the user.
system-config-printer-1.2.2-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/system-config-printer-1.2.2-1.fc13
system-config-printer-1.2.2-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: http://admin.fedoraproject.org/updates/system-config-printer-1.2.2-1.fc13
system-config-printer-1.2.2-2.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: http://admin.fedoraproject.org/updates/system-config-printer-1.2.2-2.fc13
system-config-printer-1.1.19-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/system-config-printer-1.1.19-1.fc11
system-config-printer-1.1.19-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/system-config-printer-1.1.19-1.fc12
system-config-printer-1.1.19-1.fc11 has been pushed to the Fedora 11 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: http://admin.fedoraproject.org/updates/system-config-printer-1.1.19-1.fc11
system-config-printer-1.1.19-1.fc12 has been pushed to the Fedora 12 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: http://admin.fedoraproject.org/updates/system-config-printer-1.1.19-1.fc12
system-config-printer-1.2.2-4.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: http://admin.fedoraproject.org/updates/system-config-printer-1.2.2-4.fc13
system-config-printer-1.2.2-4.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.
system-config-printer-1.1.19-3.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.