Mailinglist Archive: opensuse-bugs (14787 mails)
| < Previous | Next > |
[Bug 219779] New: Bad Resolution option "default" in almost all *-Postscript.ppd.gz in cups-drivers
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 10 Nov 2006 04:30:34 -0700 (MST)
- Message-id: <bug-219779-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=219779
Summary: Bad Resolution option "default" in almost all *-
Postscript.ppd.gz in cups-drivers
Product: openSUSE 10.2
Version: Beta 1
Platform: All
OS/Version: SuSE Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Printing
AssignedTo: kssingvo@xxxxxxxxxx
ReportedBy: jsmeix@xxxxxxxxxx
QAContact: jsmeix@xxxxxxxxxx
Run
-----------------------------------------------------------------------------
for p in $( rpm -ql cups-drivers | grep -- '-Postscript.ppd.gz' )
do echo $p
zcat $p | cupstestppd -
echo
done
-----------------------------------------------------------------------------
and all PPDs except /usr/share/cups/model/Kodak/IS_70_CPII-Postscript.ppd.gz
result
-----------------------------------------------------------------------------
**FAIL** Bad Resolution choice default!
REF: Page 84, section 5.9
-----------------------------------------------------------------------------
The same is true for the foomtic Postscript-level* PPDs in the package cups:
/usr/share/cups/model/Postscript-level1.ppd.gz
/usr/share/cups/model/Postscript-level2.ppd.gz
The reason is:
-----------------------------------------------------------------------------
*DefaultResolution: default
*Resolution default/Printer Default: ...
*FoomaticRIPOptionSetting Resolution=default: ""
-----------------------------------------------------------------------------
Possible solution to make it in compliance to the PPD spec:
The first line must be changed to
-----------------------------------------------------------------------------
*DefaultResolution: Unknown
-----------------------------------------------------------------------------
and the two following lines must be removed at all.
My makePPDtest shows that foomatic-rip still works after the change.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Summary: Bad Resolution option "default" in almost all *-
Postscript.ppd.gz in cups-drivers
Product: openSUSE 10.2
Version: Beta 1
Platform: All
OS/Version: SuSE Other
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Printing
AssignedTo: kssingvo@xxxxxxxxxx
ReportedBy: jsmeix@xxxxxxxxxx
QAContact: jsmeix@xxxxxxxxxx
Run
-----------------------------------------------------------------------------
for p in $( rpm -ql cups-drivers | grep -- '-Postscript.ppd.gz' )
do echo $p
zcat $p | cupstestppd -
echo
done
-----------------------------------------------------------------------------
and all PPDs except /usr/share/cups/model/Kodak/IS_70_CPII-Postscript.ppd.gz
result
-----------------------------------------------------------------------------
**FAIL** Bad Resolution choice default!
REF: Page 84, section 5.9
-----------------------------------------------------------------------------
The same is true for the foomtic Postscript-level* PPDs in the package cups:
/usr/share/cups/model/Postscript-level1.ppd.gz
/usr/share/cups/model/Postscript-level2.ppd.gz
The reason is:
-----------------------------------------------------------------------------
*DefaultResolution: default
*Resolution default/Printer Default: ...
*FoomaticRIPOptionSetting Resolution=default: ""
-----------------------------------------------------------------------------
Possible solution to make it in compliance to the PPD spec:
The first line must be changed to
-----------------------------------------------------------------------------
*DefaultResolution: Unknown
-----------------------------------------------------------------------------
and the two following lines must be removed at all.
My makePPDtest shows that foomatic-rip still works after the change.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |