[cups] Cut paper

Helge Blischke helgeblischke at web.de
Tue Dec 15 09:26:31 PST 2015


> Am 15.12.2015 um 14:15 schrieb Simon Hausdorf <info at shausdorf.de>:
> 
> Downloaded and installed but still the same error message, also after an restart.
> 
> do I need to link ghostscript to cups?
> 

There should be 2 executables have been installed:

/usr/local/bin/gs-X11
and
/usr/local/bin/gs-noX11

You need to either set up a symbolic link
ln -s /usr/local/bin/gs-X11 /usr/local/bin/gs
(or no-X11 if you didn’t install XQuartz on your system)
or
change in /usr/libexec/cups/filter/gstoraster
the line
$gsname = "gs“ 
to
$gsname = "gs-noX11“ 

Helge




More information about the cups mailing list