sync ports with The Matrix
This commit is contained in:
parent
92bfff2b71
commit
aa4256a8d0
65 changed files with 748 additions and 495 deletions
15
print/hplip/patches/patch-ui_scrollprint_py
Normal file
15
print/hplip/patches/patch-ui_scrollprint_py
Normal file
|
@ -0,0 +1,15 @@
|
|||
Index: ui/scrollprint.py
|
||||
--- ui/scrollprint.py.orig
|
||||
+++ ui/scrollprint.py
|
||||
@@ -988,9 +988,9 @@ class ScrollPrintView(ScrollView):
|
||||
|
||||
if utils.which('lpr'):
|
||||
if alt_nup:
|
||||
- cmd = ' '.join(['psnup', '-%d' % nup, ''.join(['"', p, '"']), '| lpr -P', self.cur_printer])
|
||||
+ cmd = ' '.join(['psnup', '-%d' % nup, ''.join(['"', p, '"']), '| ${LOCALBASE}/bin/lpr -P', self.cur_printer])
|
||||
else:
|
||||
- cmd = ' '.join(['lpr -P', self.cur_printer])
|
||||
+ cmd = ' '.join(['${LOCALBASE}/bin/lpr -P', self.cur_printer])
|
||||
|
||||
if copies > 1:
|
||||
cmd = ' '.join([cmd, '-#%d' % copies])
|
Loading…
Add table
Add a link
Reference in a new issue