Bug 6591

Summary: cannot print from 'display' command
Product: [Retired] Red Hat Linux Reporter: chauvin
Component: ImageMagickAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-11-18 23:12:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description chauvin 1999-11-01 06:30:16 UTC
ImageMagick (display command) tries to print via an exec
to the 'lp' command.  Unless I failed to install the right
printer rpm, my system has only 'lpr'

so the result is that printing does not work from
ImageMagick.

Comment 1 Michael K. Johnson 1999-11-18 23:12:59 UTC
Thanks.  That's fixed in our latest ImageMagick package, which will
be in the next RawHide and the next Red Hat Linux.

In the meantime, in /usr/X11R6/share/ImageMagick/delegates.mgk, change
	lp -c -s %i
to
	lpr %i
and it should work.  You can even select your favorite printer there with
	lpr -P<something> %i
if you like.