Re: xterm windows not exposing correctly when switching spaces
Re: xterm windows not exposing correctly when switching spaces
- Subject: Re: xterm windows not exposing correctly when switching spaces
- From: Jeremy Huddleston <email@hidden>
- Date: Thu, 22 Oct 2009 16:46:25 -0700
On Oct 21, 2009, at 17:14, Brandon Allbery wrote:
On Oct 21, 2009, at 17:42 , David Borman wrote:
using <option><right arrow>, the xterm that was in front and in
focus is no longer displayed on top, but is still in focus, even
though it is half buried. If I click the mouse anywhere over where
that window is, even if it is obscured by another xterm window,
it'll pop back up to the top in front of the other windows.
Now, some further information. I start up X11 from an X11 icon in
my dock. I have a .xinitrc, and it fires up two xterm windows just
before starting quartz-wm, and it is these two windows in
particular that seem to be susceptible to this behavior. Other
xterms that I've started up from the X11 applications menu don't
seem to exhibit this. I have "Focus
Sounds to me like quartz-wm doesn't (properly?) look for existing
windows when it starts up.
It should be... atleast I know I wrote code that *should* be doing
that...
The workaround would be to start quartz-wm in the background first,
sleep briefly, launch the xterms, then let the shell wait for
everything:
quartz-wm & sleep 2
xterm &
xterm &
wait
Are you sure that workaround works, or is that speculation... if that
is the case, then there is something wrong with the quartz-wm startup.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden