Some parts of the tools are still somewhat WIP; however, thanks to a donation from linuxfund.org this has been successfully tested on a HP OfficeJet 7500 e910, using STP discovery over WiFi with automatic PPD generation. Scanning, printing, cartridge information... working.
13 lines
465 B
Plaintext
13 lines
465 B
Plaintext
$OpenBSD: patch-ui_nodevicesform_py,v 1.4 2013/03/08 06:51:46 ajacoutot Exp $
|
|
--- ui/nodevicesform.py.orig Wed Feb 13 17:35:09 2013
|
|
+++ ui/nodevicesform.py Fri Feb 22 15:05:19 2013
|
|
@@ -56,7 +56,7 @@ class NoDevicesForm(NoDevicesForm_base):
|
|
if utils.which('hp-setup'):
|
|
cmd = 'hp-setup -u'
|
|
else:
|
|
- cmd = 'python ./setup.py -u'
|
|
+ cmd = '${MODPY_BIN} ./setup.py -u'
|
|
|
|
log.debug(cmd)
|
|
utils.run(cmd)
|