| Summary: | system-config-printer missing dependency: pycairo | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | rvcsaba |
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | jpopelka, twaugh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | system-config-printer-1.4.3-4.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-03 13:57:03 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: | |
Fixed in Fedora 20. |
Description of problem: If pycairo not installed, system-config-printer don't work. Version-Release number of selected component (if applicable): system-config-printer-1.4.2-1 and system-config-printer-1.4.3-3 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Traceback (most recent call last): File "/usr/share/system-config-printer/system-config-printer.py", line 85, in <module> import printerproperties File "/usr/share/system-config-printer/printerproperties.py", line 42, in <module> import gtkinklevel File "/usr/share/system-config-printer/gtkinklevel.py", line 23, in <module> import cairo ImportError: No module named cairo Expected results: Work correctly. Additional info: If I install pycairo package, problem is solved.