Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 71894

Summary: Fix for wmgrabimage to work with new imagemagick
Product: Gentoo Linux Reporter: Clemens Noss <cnoss>
Component: Current packagesAssignee: Michele Noberasco (RETIRED) <s4t4n>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Clemens Noss 2004-11-20 15:34:59 UTC
GrabImage calls convert with the "-geom" option, but only "-geometry" works.

Add this line to the src_compile() function:

sed -i -e 's/-geom /-geometry /' GrabImage

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Michele Noberasco (RETIRED) gentoo-dev 2004-12-05 02:55:03 UTC
In Portage. Thanks for the submission!