Mikhael Goikhman <[EMAIL PROTECTED]> writes:
> On 03 Jun 2005 07:33:49 -0500, Mark A. Nicolosi wrote:
> 
> I think you may patch fvwm-root to support "-" file argument.

Fvwm would have to copy stdin to a file so that it could be
reread.  Unless the file was an XPM.

You can get Fvwm to try png first:

home> ln -s /dev/stdin /tmp/y.png
home> cat x.png /dev/stdout | fvwm-root -r /tmp/y.png
libpng error: Not a PNG file
Segmentation fault (core dumped)

As you can see, that doesn't help.
An strace reveals libpng trying to do an lseek
and getting Illegal Seek.

-- 
Dan Espen                           E-mail: [EMAIL PROTECTED]
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to