• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problems with "minimize"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Problems with "minimize"
      • From: Vivien Mary Kendon <email@hidden>
References: 
 >Re: Problems with "minimize" (From: Richard Johnson <email@hidden>)

  • Prev by Date: Re: quartz-wm and workspaces
  • Next by Date: Re: Lots more questions...
  • Previous by thread: Re: Problems with "minimize"
  • Next by thread: Re: Problems with "minimize"
  • Index(es):
    • Date
    • Thread