On Wed, Apr 26, 2017 at 6:13 PM, Vincent Lefevre <[email protected]> wrote:
> Simpler test case:
>
> ------------------------------------------------------------------------
> #!/bin/sh
>
> n=${1:-200}
> n=$((n+0))
>
> for i in `seq $n`; do xterm -geometry 80x24+$((2*i))+$((2*i)) -e true & done
>
> wait
> ------------------------------------------------------------------------

Thanks for the bug report. I experienced this issue a while back when
working on the package. windows (mostly xterm) would stay visible
after they were closed until some other action triggered them to
disappear. I only saw it for a short time and have not seen it sense.
So I classified it as a fluke.

I have tried your script a hand full of times and have yet to
reproduce this on my system. But I was able to reproduce this issue in
a VM. I will forward this issue on to fvwm-workers.

jaimos

Reply via email to