The following should produce a screenshot:

% setenv FH xwd-$DATE && xwd -root > $HOME/$USER-$FH && convert $HOME/$USER-$FH 
png:$HOME/$FH.png

But instead I got

convert: X Window library is not available (/Users/arided/arided-xwd-17.04.04) 
[Invalid argument].


Narration of the command:

setenv FH xwd-$DATE
  make a file name component

xwd -root $HOME/$USER-$FH
  take a picture of the screen, seen xwd(1)

convert $HOME/$USER-$FH png:$HOME/$FH.png
  convert from xwd to png

Is the X Window library that convert is looking for really missing?
Or if not, how can I make convert see the library?


-------------------------------------------------------
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

Reply via email to