File: print_command.patch

package info (click to toggle)
pfm 2.0.8-4
  • links: PTS
  • area: main
  • in suites: sid
  • size: 1,036 kB
  • sloc: tcl: 5,486; sql: 4,835; makefile: 4; sh: 1
file content (11 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
Description: Use simple default print command.
Forwarded: not-needed
Author: Mark Hindley <mark@hindley.org.uk>
--- a/pfm.conf
+++ b/pfm.conf
@@ -49,4 +49,4 @@
 
 # defaultPrintcmd: the default value for the "printcmd" option.
 
-defaultPrintcmd {{a2ps --output=%ps --$(portrait_or_landscape=portrait) --rows=$(nr-of-rows=1) --columns=$(nr-of-columns=1) --major=rows --chars-per-line=$(nr_of_chars_per_line=90) --center-title=$(title=Report) %txt} {ps2pdf -sPAPERSIZE=a4 %ps %pdf} {evince %pdf}}
+defaultPrintcmd {lpr}