4 Jun
2006
4 Jun
'06
6:36 p.m.
On Sun, 2006-06-04 at 11:21 -0700, Bryce Harrington wrote:
I think that is a bug. The message window (with error out) should appear in inkscape.
Hmm, can anyone else reproduce this (I cannot)?
I was able to reproduce the hang by setting my print command to the following shell script:
#!/bin/sh while true ; do sleep 1 ; done
It would appear that there is a bug in his lpr which causes it to hang without reading any input when there are no printers. In such a case, Inkscape will also hang, waiting for the print command to consume input.
I'm not sure what the best workaround on our end is.
-mental