Bug 213862
| Summary: | Gutenprint PPDs not displayed right | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Waugh <twaugh> |
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.7.35-1.fc6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-11-09 17:16:47 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: | 207681, 213863 | ||
Same problem with Gimp-Print PPDs. Fixed in update: system-config-printer-0.7.35-1.fc6 |
Description of problem: After installing gutenprint-cups from Extras, the printer model list shows Gutenprint PPDs as separate printer models. Version-Release number of selected component (if applicable): 0.7.33-1 Fix is: --- foomatic.py 25 Oct 2006 16:56:28 -0000 1.32 +++ foomatic.py 3 Nov 2006 14:42:04 -0000 @@ -64,0 +65,6 @@ + # Gutenprint PPDs have NickNames that end: + # ... - CUPS+Gutenprint v5.0.0 + gutenprint = model.find (" - CUPS+Gutenprint") + if gutenprint != -1: + model = model[:gutenprint] +