acaff656d7
- Spot stopped jobs with CUPS 1.4 as well (trac #177). This, along with the previous fix, addresses bug #509177. - Map gutenprint filenames to the package name. - Fixed sensitivity of class member selection arrows (bug #508653).
15 lines
824 B
Diff
15 lines
824 B
Diff
diff -up system-config-printer-1.1.8/cupshelpers/cupshelpers.py.gutenprint system-config-printer-1.1.8/cupshelpers/cupshelpers.py
|
|
--- system-config-printer-1.1.8/cupshelpers/cupshelpers.py.gutenprint 2009-06-17 18:39:51.000000000 +0100
|
|
+++ system-config-printer-1.1.8/cupshelpers/cupshelpers.py 2009-07-03 18:09:03.598995561 +0100
|
|
@@ -736,8 +736,10 @@ def missingPackagesAndExecutables(ppd):
|
|
# IJS servers (used by foomatic)
|
|
'hpijs': 'hpijs',
|
|
'ijsgutenprint.5.0': 'gutenprint',
|
|
+ 'ijsgutenprint.5.2': 'gutenprint',
|
|
# CUPS filters
|
|
'rastertogutenprint.5.0': 'gutenprint-cups',
|
|
+ 'rastertogutenprint.5.2': 'gutenprint-cups',
|
|
'commandtoepson': 'gutenprint-cups',
|
|
'commandtocanon': 'gutenprint-cups',
|
|
}
|