Re: Problems with "minimize"
Re: Problems with "minimize"
- Subject: Re: Problems with "minimize"
- From: Richard Johnson <email@hidden>
- Date: Fri, 24 Jan 2003 12:50:50 -0800
On Friday, January 24, 2003, at 11:24 AM, Richard Johnson wrote:
this sounds like it may be a similar problem. I can't reproduce it
here with our latest build. (I tried by doing 'sleep 5 ; printf "\a"'
in an xterm then minimizing it before the sleep finishes.) What app
were you using?
John
I've noticed it most with vncviewer (installed via fink). Come to
think of it, I'm not sure I've seen it with other apps. I'll keep a
watch out.
/raj
Oh, I should mention that I'm using "tightvnc", not plain "vnc", in
case that makes a difference as well. It's definitely reproducible for
me. I have a little program which produces a beep:
#include <stdio.h>
main() {
for(;;) {
printf("%c", 'G' - '@');
fflush(stdout);
sleep(1);
}
}
and when I do "sleep 10 ; beep" and then minimize the vncviewer window,
after the 10 seconds is up vncviewer will automatically uniconify
itself when it sees the beeping happening. Apparently quart_wm just
doesn't realize that vncviewer uniconified itself.
I tried it with xterm but xterm doesn't automatically uniconify itself
the way vncviewer does, so it doesn't happen.
/raj
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.