RE: X11-users Digest, Vol 2, Issue 142
RE: X11-users Digest, Vol 2, Issue 142
- Subject: RE: X11-users Digest, Vol 2, Issue 142
- From: email@hidden
- Date: Fri, 5 Aug 2005 07:14:42 +0100
UnSubscribe
Larry Paulson (on my mobile)
-- original message --
Subject: X11-users Digest, Vol 2, Issue 142
From: email@hidden
Date: 04th August 2005 12:9:47
Send X11-users mailing list submissions to
email@hidden
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.apple.com/mailman/listinfo/x11-users
or, via email, send a message with subject or body 'help' to
email@hidden
You can reach the person managing the list at
email@hidden
When replying, please edit your Subject line so it is more specific
than "Re: Contents of X11-users digest..."
Today's Topics:
1. Re: X11 cmd-tab problem (J. Lester)
----------------------------------------------------------------------
Message: 1
Date: Wed, 3 Aug 2005 19:46:23 -0500
From: "J. Lester" <email@hidden>
Subject: Re: X11 cmd-tab problem
To: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset=US-ASCII
On Wed, 3 Aug 2005 15:45:58 -0700 (PDT)
email@hidden wrote:
> X11 does not raise the windows if you CMD+Tab to it...
> To duplicate:
>
>
> 1) Open X11.app
> 2) Open some xterms
> 3) Open something else (Safari).
> 4) Bring Safari to the front
> 5) CMD+Tab or Click on the X11 Dock icon
>
>
> X11 now is 'active', and an xterm will have keyboard
> focus, but the window will not be brought to the
> foreground.
>
> This is coppied from a previous post that I did not
> see a response to. Is anyone NOT having this problem
> with X11 1.1 / Tiger? Is this a bug?
I don't have this problem. I can't think of a reason why I don't have
this problem, except perhaps the differences between the stock xinitrc
file (/private/etc/X11/xinit/xinitrc) for Tiger's X11 and the
modified .xinitrc file inherited from my Panther installation. The
lines that are notably different are these (from Tiger):
if [ -f "$sysresources" ]; then
xrdb -merge "$sysresources"
fi
if [ -f "$sysmodmap" ]; then
xmodmap "$sysmodmap"
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
In my .xinitrc, the quotes are not present:
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f $userresources ]; then
xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
The reason I suspect these lines as making a difference is that I did
try copying the /private/etc/X11/xinit/xinitrc file to my home folder
and using it as a basis for my .xinitrc, with disastrous results. :-\
JL
--
Trek Bits: Boldly Going Where No Trek Site Has Gone Before
<http://homepage.mac.com/m5comp/trekbits/>
------------------------------
_______________________________________________
X11-users mailing list
email@hidden
http://lists.apple.com/mailman/listinfo/x11-users
End of X11-users Digest, Vol 2, Issue 142
*****************************************
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden