4 |
- |
1 |
# This file allows you to configure the "foomatic-rip" filter.
|
|
|
2 |
|
|
|
3 |
# Uncomment the lines where you want to do a change and enter the
|
|
|
4 |
# desired value.
|
|
|
5 |
|
|
|
6 |
# Enter here your personal command for converting non-PostScript files
|
|
|
7 |
# (especially text) to PostScript. Supported commands are "a2ps",
|
|
|
8 |
# "enscript" or "mpage". Command line options will be automatically
|
|
|
9 |
# set by "foomatic-rip".
|
|
|
10 |
|
|
|
11 |
# textfilter: a2ps
|
|
|
12 |
|
|
|
13 |
# Set debug to 1 to enable the debug logfile for "foomatic-rip"; it
|
|
|
14 |
# will appear as /tmp/foomatic-rip.log It will contain status info of
|
|
|
15 |
# the filtering process and the renderer's (usually GhostScript's)
|
|
|
16 |
# stderr output.
|
|
|
17 |
|
|
|
18 |
# WARNING: This logfile is a security hole; do not use in production.
|
|
|
19 |
|
|
|
20 |
# debug: 0
|
|
|
21 |
|
|
|
22 |
### CUPS only:
|
|
|
23 |
|
|
|
24 |
# Set to 0 to suppress inserting postscript code for accounting.
|
|
|
25 |
|
|
|
26 |
# ps_accounting: 1
|
|
|
27 |
|
|
|
28 |
### General Configuration
|
|
|
29 |
|
|
|
30 |
# Set echo to the path to an echo program that uses echo -n
|
|
|
31 |
|
|
|
32 |
# echo: /bin/echo
|
|
|
33 |
|
|
|
34 |
# set gspath to the GhostScript to be used by foomatic
|
|
|
35 |
# gspath: gs
|
|
|
36 |
|
|
|
37 |
# Set the PATH value to be used by foomatic-rip:
|
|
|
38 |
# execpath: /usr/local/bin:/usr/bin:/bin
|
|
|
39 |
|
|
|
40 |
# Set the directories in which foomatic-rip should search for CUPS filters:
|
|
|
41 |
# cupsfilterpath: /usr/local/lib/cups/filter:/usr/local/lib/cups/filter:/usr/local/libexec/cups/filter:/opt/cups/filter:/usr/lib/cups/filter
|
|
|
42 |
|
|
|
43 |
# Set the preferred shell to use when executing FoomaticRIPCommandLine and
|
|
|
44 |
# friends. Several PPD files use shell constructs that require a more
|
|
|
45 |
# modern shell like bash, zsh, or ksh.
|
|
|
46 |
|
|
|
47 |
# preferred_shell: /bin/bash
|