Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71894 - Fix for wmgrabimage to work with new imagemagick
Summary: Fix for wmgrabimage to work with new imagemagick
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michele Noberasco (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-20 15:34 UTC by Clemens Noss
Modified: 2004-12-05 02:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!