FS#39587 - [hplip] wrong python interpreter in hplip-printer@.service file
Attached to Project:
Arch Linux
Opened by Balló György (City-busz) - Saturday, 22 March 2014, 15:00 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 22 March 2014, 18:14 GMT
Opened by Balló György (City-busz) - Saturday, 22 March 2014, 15:00 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 22 March 2014, 18:14 GMT
|
Details
The /usr/lib/systemd/system/hplip-printer@.service file
tries to run the /usr/bin/hp-config_usb_printer script with
python, but in fact it's a python2 script, and fails to
run.
So please replace the line: ExecStart=/usr/bin/python /usr/bin/hp-config_usb_printer "%i" with: ExecStart=/usr/bin/python2 /usr/bin/hp-config_usb_printer "%i" in file: /usr/lib/systemd/system/hplip-printer@.service |
This task depends upon