Activity log for bug #1779741

Date Who What changed Old value New value Message
2018-07-02 19:12:56 ce3a bug added bug
2018-07-02 19:15:55 ce3a description hp-scan fails opening the pdf output file, if the output file path contains white spaces. Steps to reproduce the issue: cd some/path\ with\ spaces\ hp-scan -spdf scan.py seems not to escape spaces in file paths. Fixed locally by changing cmd = "%s %s &" % (pdf_viewer, output) to cmd = "%s \"%s\" &" % (pdf_viewer, output) in several places. hp-scan fails opening the pdf output file, if the output file path contains white spaces. Steps to reproduce the issue:     cd some/path\ with\ spaces\     hp-scan -spdf scan.py seems not to escape spaces in file paths. Fixed locally by changing     cmd = "%s %s &" % (pdf_viewer, output) to     cmd = "%s \"%s\" &" % (pdf_viewer, output) in several places. hp-scan version: HP Linux Imaging and Printing System (ver. 3.18.3) Scan Utility ver. 2.2
2018-08-25 09:42:15 ce3a hplip: status New Confirmed
2018-08-25 09:42:52 ce3a information type Private Security Public