Mikhael Goikhman <migo_at_homemail.com> 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: dane_at_mk.telcordia.com
--
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 Fri Jun 03 2005 - 11:15:01 BST