Bug 449860
| Summary: | Fails to install drivers after adding printer | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael Dugger <dugger> |
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.7.82.5-1.fc9 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-07-09 02:51:18 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: | 449900 | ||
|
Description
Michael Dugger
2008-06-03 22:46:49 UTC
Actually what's meant to happen is that you should get a dialog asking to install the package as soon as you add the printer queue. It's quite expensive to determine whether extra packages are required for a particular printer/driver combination, so we can't really do this check when displaying the driver list. However, it could be done as part of the add-printer wizard after 'Next' has been clicked. OK, here's the reason that dialog didn't appear after installing the printer:
/usr/bin/gs: found
c2070: NOT found in /usr/bin:/bin
c2070 included in package c2070
Caught non-fatal exception. Traceback:
File "./system-config-printer.py", line 4398, in on_btnNPApply_clicked
self.checkDriverExists (name, ppd=checkppd)
File "./system-config-printer.py", line 4458, in checkDriverExists
dialog = self.InstallDialog
AttributeError: NewPrinterGUI instance has no attribute 'InstallDialog'
Continuing anyway..
Fixed upstream. I've filed bug #449900 for the enhancement of performing this check before the printer is added. system-config-printer-0.7.82.4-1.fc9 has been submitted as an update for Fedora 9 system-config-printer-0.7.82.4-1.fc9 has been pushed to the Fedora 9 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/F9/FEDORA-2008-5604 system-config-printer-0.7.82.5-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |