Hi all,
I try to get the thumbnail application running, but I ran into
problems like:
> usage: xwd [-display host:dpy] [-debug] [-help] [-root|-id \
<id>|-name <name>] [-nobdrs] [-out <file>] [-xy] [-add value] [-frame]
convert: Unable to read dump file header (-).
convert: Missing an image file name.
when I wanted to thumbnail a xterm or whatever.
My config is:
DestroyFunc Thumbnail
AddToFunc Thumbnail
+ I Raise
+ I PipeRead "xwd -silent -id $[w.id] | convert -scale \
66 -frame 1x1 -mattecolor black -quality 0 \
xwd:- png:$[HOME]/.fvwm/icon.tmp.$[w.id].png \
&& echo WindowStyle IconOverride, Icon \
$[HOME]/.fvwm/icon.tmp.$[w.id].png, StaysOnBottom \
|| echo Nop"
+ I Iconify
DestroyFunc DeThumbnail
AddToFunc DeThumbnail
+ I DestroyWindowStyle
+ I Exec exec rm -f $HOME/.fvwm/icon.tmp.$[w.id].png
Any help would be very appreciated
cheers
ingo
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon Feb 14 2005 - 10:41:18 GMT