[Bug 589371] New: yast2-printer: should prefer "manufacturer-PPD" over "recommended" PPD
http://bugzilla.novell.com/show_bug.cgi?id=589371 http://bugzilla.novell.com/show_bug.cgi?id=589371#c0 Summary: yast2-printer: should prefer "manufacturer-PPD" over "recommended" PPD Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: All OS/Version: openSUSE 11.2 Status: ASSIGNED Severity: Enhancement Priority: P5 - None Component: YaST2 AssignedTo: jsmeix@novell.com ReportedBy: jsmeix@novell.com QAContact: jsrain@novell.com CC: eich@novell.com, mzugec@novell.com Found By: Development Blocker: --- Currently there is in Printer.ycp ------------------------------------------------------------- // This is a recommended PPD: string recommended = "\\(recommended\\)"; integer recommended_weight = 16; // This is an original PPD from a manufacturer: string manufacturerPPD = "\\[manufacturer-PPDs/"; integer manufacturerPPD_weight = 8; ------------------------------------------------------------- which should be better ------------------------------------------------------------- // This is an original PPD from a manufacturer: string manufacturerPPD = "\\[manufacturer-PPDs/"; integer manufacturerPPD_weight = 16; // This is a recommended PPD: string recommended = "\\(recommended\\)"; integer recommended_weight = 8; ------------------------------------------------------------- because when for the same printer model there is an original PPD from a manufacturer and several Foomatic PPDs where one is "recommended", the manufacturer's PPD is likely the "best" PPD because "recommended" is only a Foomtic-internal info which is meant to recommend one of several Foomatic PPDs. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=589371 http://bugzilla.novell.com/show_bug.cgi?id=589371#c1 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|--- |Future 11.3 --- Comment #1 from Johannes Meixner <jsmeix@novell.com> 2010-03-18 14:48:16 UTC --- Fixed in YaST SVN trunk revision r61386. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com