b7e6f6dba1
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
488 B
Plaintext
13 lines
488 B
Plaintext
$OpenBSD: patch-ui4_nodevicesdialog_py,v 1.4 2013/03/08 06:51:46 ajacoutot Exp $
|
|
--- ui4/nodevicesdialog.py.orig Wed Feb 13 17:35:05 2013
|
|
+++ ui4/nodevicesdialog.py Fri Feb 22 15:05:19 2013
|
|
@@ -53,7 +53,7 @@ class NoDevicesDialog(QDialog, Ui_NoDevicesDialog_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)
|