All good apart from hplip update. It is partially broken in that it no longer prints after a clean or alignment and I am not sure how to fix it on my D1560.
Clean - seems to go the through the action of clean but no print after to confirm cleaning.
Alignment - doesn't print the alignment sheet.
Will try a reboot.
Here is the error from command line
error: Command failed with return code 1: gunzip -c /usr/share/hplip/data/ps/clean_page.pdf.gz | lpr -PDeskjet_D1500
gzip: invalid option -- 'P'
Try `gzip --help' for more information.
error: Print command failed with exit code 1!
Seems to be using gzip to print but that had failed.
Same with Align
error: Command failed with return code 1: gunzip -c /usr/share/hplip/data/ldl/cb2pcal.ldl.gz | lpr -o raw -PDeskjet_D1500
gzip: invalid option -- 'o'
Try `gzip --help' for more information.
error: Print command failed with exit code 1!
Hmmm running '''gunzip -c /usr/share/hplip/data/ldl/cb2pcal.ldl.gz | lpr -o raw -PDeskjet_D1500''' from Konsole works and prints off the alignment sheet. Strange.
Have created two script files with the above commands which work so have a workaround.