The following should produce a screenshot:
% setenv FH xwd-$DATE && xwd -root > $HOME/$USER-$FH && convert $HOME/$USER-$FH png:$HOME/$FH.png
Works for me (TM).
But instead I got
convert: X Window library is not available (/Users/arided/arided-xwd-17.04.04) [Invalid argument].
What version of imagemagick do you have installed? Not the -nox variant, perhaps? You can see with "otool -L /sw/bin/convert" whether convert is linked to libraries in /usr/X11R6/lib.
-- Martin
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
