desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #89141
[Bug 1401835] Re: system-config-printer does not automatically download and install printer driver packages any more
Hello Till, or anyone else affected,
Accepted system-config-printer into utopic-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source
/system-config-printer/1.5.1+20141010-0ubuntu2.2 in a few hours, and
then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Your feedback will aid us getting this update
out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed. In either case, details of your testing will help
us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: system-config-printer (Ubuntu Utopic)
Status: In Progress => Fix Committed
** Tags added: verification-needed
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to system-config-printer in Ubuntu.
https://bugs.launchpad.net/bugs/1401835
Title:
system-config-printer does not automatically download and install
printer driver packages any more
Status in system-config-printer package in Ubuntu:
Fix Released
Status in system-config-printer source package in Trusty:
In Progress
Status in system-config-printer source package in Utopic:
Fix Committed
Bug description:
The transition from Python2 to Python3, the replacement of the
OpenPrinting web server by a new VM running Ubuntu 12.04 instead of
10.04 (which was done bevause the old VM was completely overloaded and
so contributed a part of the inability to auto-install drivers), and
code restructuring in system-config-printer has broken automatic
driver package download at several points. This is now fixed in the
Vivid package of system-config-printer but (at least part) of the
fixes needs to get backported to Utopic and Trusty, for which I have
posted this bug report.
[Impact]
With the OpenPrinting web server change (Utopic, Trusty) and the
transition to Python3 (Utopic) automatic driver download stopped
working. So users of Utopic and Trusty who connect a printer only
supported by a downloadable driver package listed at OpenPrinting
(mostly newer Epson inkjets but also new PostScript/PCL printers from
Ricoh and OEM, Samsung, ...) will not get the correct driver letting
the printer not work at all or work with an inferior generic driver.
[Test Case]
If you do not have one of the mentioned printers, create a file named
/usr/lib/cups/backend/testbackend containing the line
echo 'direct usb://EPSON/EP-801A "EPSON EP-801A" "EPSON EP-801A"
"MFG:EPSON;CMD:ESCPL2,BDC,D4,D4PX,ESCPR2;MDL:EP-
801A;CLS:PRINTER;DES:EPSON EP-801A;" ""'
and make it world-readable and -executable:
sudo chmod a+rx /usr/lib/cups/backend/testbackend
This emulates an Epson EP-801A printer on USB, at least for CUPS'
printer discovery facility.
Start system-config-printer and click the "Add" button. In the printer
setup wizard choose the Epson EP-801A under the detected printers.
There will pop up "Searching driver" messages several times but in the
end the manual make/model/driver selection screen appears as system-
config-printer was not able to find a driver for this printer.
With the proposed packages for Utopic and Trusty a driver is find via
OpenPrinting ("epson-escpr") and offered for download. Accepting this
leads to the driver being installed (and the Debian package repository
at Epson being locally registered for future updates by Ubuntu's
update mechanism) and afterwards automatically being assigned to the
new print queue. The user is only asked for setting the queue name and
comments before the wizard completes.
[Regression Potential]
Regression potential is low, as the fix consists of several small,
independent changes, and most of them are not hit if the newly added
printer is supported by a locally available driver.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1401835/+subscriptions
References