PDA

View Full Version : 10- The Mac menu bar coverup problem:


mnewman
01-17-2003, 01:02 AM
sao wrote:
10- The Mac menu bar coverup problem:
Window title bars disappear under the Mac menu bar.

Workaround:

<snip>

or write them in the X11 Application menu X11 (Application menu>Customize):

sw/bin/xemacs -geometry 70x30+100+40


When I tried this the windows opened with no widgets: no drag bar, no close box, etc. Same problem when I try it from a terminal.

Without -geometry the windows look normal.

sao
01-17-2003, 04:51 PM
I don't know, it works for me.

I set the emacs GUI in .Xdefaults.

'xemacs -V'


Cheers...

mnewman
01-17-2003, 05:16 PM
Sao,

It works fine for me if I don't have an .xinitrc. If I do have an .xinitrc using the -geometry parameter causes the widgets to disappear. Here's what my .xinitrc looked like:


source /sw/bin/init.sh
exec /usr/X11R6/bin/quartz.wm


Is there something wrong with it?

mnewman
01-17-2003, 05:22 PM
Oooops. Removed the 'source' statement and all is well. Sorry.