hplip / hp-systray -- possible bug
by bitfuzzy from LinuxQuestions.org on (#6PCED)
Slackware-15.0 / hplip-3.20.5-x86_64-6.txz
Scanner - Canoscan LIDE200
I've been seeing hp-systray errors for sometime
Code:hp-systray: hp-systray[20364]: error: option -s not recognizedWhich occurs every time I scan, though scanning via XSane works fine.
Tearing the system configs apart failed to locate the cause of the "option error" and Google searches proved to be useless as well in identifying the cause of the error.
Digging deeper it appears that the issue is with
/usr/share/hplip/scan.py - Line 250
Code:("Scan destinations:", "-s<dest_list> or --dest=<dest_list>", "option", False),Tests ran by replacing the line with
Code:("Scan destinations:", "--dest=<dest_list>", "option", False),seem to indicate the line replacement resolves the error, and again scanning via XSane works fine
Is there a correct value replacing
Code:-s<dest_list> ??
Scanner - Canoscan LIDE200
I've been seeing hp-systray errors for sometime
Code:hp-systray: hp-systray[20364]: error: option -s not recognizedWhich occurs every time I scan, though scanning via XSane works fine.
Tearing the system configs apart failed to locate the cause of the "option error" and Google searches proved to be useless as well in identifying the cause of the error.
Digging deeper it appears that the issue is with
/usr/share/hplip/scan.py - Line 250
Code:("Scan destinations:", "-s<dest_list> or --dest=<dest_list>", "option", False),Tests ran by replacing the line with
Code:("Scan destinations:", "--dest=<dest_list>", "option", False),seem to indicate the line replacement resolves the error, and again scanning via XSane works fine
Is there a correct value replacing
Code:-s<dest_list> ??