Bug 213862 - Gutenprint PPDs not displayed right
Summary: Gutenprint PPDs not displayed right
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-printer
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC6Update 213863
TreeView+ depends on / blocked
 
Reported: 2006-11-03 14:47 UTC by Tim Waugh
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 0.7.35-1.fc6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-11-09 17:16:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tim Waugh 2006-11-03 14:47:39 UTC
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]
+

Comment 1 Tim Waugh 2006-11-07 09:17:55 UTC
Same problem with Gimp-Print PPDs.

Comment 2 Fedora Update System 2006-11-09 17:03:22 UTC
Fixed in update: system-config-printer-0.7.35-1.fc6


Note You need to log in before you can comment on or make changes to this bug.