Bug 581668
| Summary: | Traceback if queue is deleted while changing device or driver | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom Deering <tomdeering7> | ||||
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | jpopelka, twaugh | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:2c626799 | ||||||
| Fixed In Version: | system-config-printer-1.1.19-3.fc12 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 590056 (view as bug list) | Environment: | |||||
| Last Closed: | 2010-07-27 02:52:39 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 590056 | ||||||
| Attachments: |
|
||||||
Created attachment 406096 [details]
File: backtrace
How to reproduce: 1. lpadmin -p foo -m drv:///sample.drv/generic.ppd 2. Start system-config-printer 3. Double-click on 'foo' 4. Click either of the 'Change...' buttons 5. Continue clicking 'Forward' until the button changes to 'Apply' 6. lpadmin -x foo 7. Click 'Apply' Solution is to close the NewPrinterGUI window as well as the PrinterPropertiesDialog window if a queue is deleted. 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.1.19-3.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-3.fc12 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. |
abrt 1.0.8 detected a crash. architecture: i686 cmdline: python /usr/share/system-config-printer/system-config-printer.py component: system-config-printer executable: /usr/share/system-config-printer/system-config-printer.py kernel: 2.6.32.11-99.fc12.i686 package: system-config-printer-1.1.18-2.fc12 reason: system-config-printer.py:6791:on_btnNPApply_clicked:AttributeError: 'NoneType' object has no attribute 'name' release: Fedora release 12 (Constantine) backtrace ----- system-config-printer.py:6791:on_btnNPApply_clicked:AttributeError: 'NoneType' object has no attribute 'name' Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 6791, in on_btnNPApply_clicked name = self.mainapp.printer.name AttributeError: 'NoneType' object has no attribute 'name' Local variables in innermost frame: widget: <gtk.Button object at 0x925b11c (GtkButton at 0x94356d8)> self: <__main__.NewPrinterGUI instance at 0x924f9ec>