Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388611 - Duplicate gutenprint printer driver names in cups model list
Summary: Duplicate gutenprint printer driver names in cups model list
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 19:53 UTC by Martin von Gagern
Modified: 2020-11-10 10:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2011-10-26 19:53:27 UTC
Adding or modifying a printer using the CUPS web interface, in the list of models the same name is often printed a number of times, associated with different files underneath.

Currently I'm seeing this with Canon printers, e.g.:
<OPTION VALUE="gutenprint/5.2/C/stp-bjc-MULTIPASS-MP500.5.2.ppd.gz" >Canon PIXMA MP500 - CUPS+Gutenprint v5.2.7 (en)
<OPTION VALUE="gutenprint.5.2://bjc-MULTIPASS-MP500/expert" >Canon PIXMA MP500 - CUPS+Gutenprint v5.2.7 (en)

But other gutenprint drivers are affected as well:
<OPTION VALUE="gutenprint/5.2/C/stp-samsung-ml-85.5.2.ppd.gz" >Samsung ML-85 - CUPS+Gutenprint v5.2.7 (en)
<OPTION VALUE="gutenprint.5.2://samsung-ml-85/expert" >Samsung ML-85 - CUPS+Gutenprint v5.2.7 (en)

The code here comes from the HTML code of the CUPS web GUI. Having exactly the same option name appear multiple times makes choosing the correct one a real problem.

Bug #42200 described a similar thing about languages, which I've seen in the past as well, but that one seems to be resolved, so I take it that this one here is something else. As other drivers don't seem to be affected in quite this way, I assume it is specific to gutenprint.

[ebuild   R    ] net-print/cups-1.4.8-r22  USE="X acl dbus gnutls java jpeg kerberos ldap pam perl php png python ssl threads tiff xinetd -debug -samba -slp -static-libs -usb" LINGUAS="de -da -es -eu -fi -fr -id -it -ja -ko -nl -no -pl -pt -pt_BR -ru -sv -zh -zh_TW" 0 kB
[ebuild   R    ] net-print/gutenprint-5.2.7-r1  USE="cups foomaticdb gimp gtk nls ppds readline -static-libs" 0 kB
Comment 1 Tim Harder gentoo-dev 2011-10-27 06:08:46 UTC
I've noticed this as well in the past. This type of issue would be good to report upstream as well if someone hasn't done so already.