Hey guys, Thanks for all this feedback regarding the window placement issue. I'd really like to be able to reproduce the issue myself to verify that the proposed solution addresses the problem, but I am not seeing the issue on my machine. For those of you reproducing, can you please fill in the following data? OS X Version: Is "Displays have Different Spaces" enabled in System Preferences -> Mission Control / Spaces?: Number of displays connected: For each display, is it traditional (1x) or retina (2x)?: If multiple displays, what is their arrangement (a screenshot from Display Preferences would be perfect): Thanks, Jeremy
On Oct 13, 2015, at 09:37, Haroon <quartzlock@october.hobby-site.org> wrote:
On Tue, 13 Oct 2015, Tim Cox wrote:
I tried 278rc2 and find I can not move X windows higher on my screen than about 90 pixels from the menu bar. See attached screenshot showing 3 Terminal windows as close to the menu bar as I can drag them. It's like there's an invisible barrier there!
Same issue. I'm running 10.11.
It also took a LONG time to install - spent over 10 minutes at the final step with estimated time 1 minute remaining.
That issue I did not experience. The install transpired normally.
On Oct 13, 2015, at 11:48 AM, Jeremy Huddleston Sequoia <jeremyhu@apple.com> wrote:
Thanks for all this feedback regarding the window placement issue. I'd really like to be able to reproduce the issue myself to verify that the proposed solution addresses the problem, but I am not seeing the issue on my machine.
For those of you reproducing, can you please fill in the following data?
OS X Version:
Is "Displays have Different Spaces" enabled in System Preferences -> Mission Control / Spaces?:
Number of displays connected:
For each display, is it traditional (1x) or retina (2x)?:
If multiple displays, what is their arrangement (a screenshot from Display Preferences would be perfect):
I suggest you also ask for the Dock configuration: is it positioned on the bottom or one of the sides of the screen? Is it set to auto-hide or not. Jeremy, have you tried with the Dock on the bottom and not auto-hiding? Regards, Ken
On Oct 13, 2015, at 13:54, Ken Thomases <ken@codeweavers.com> wrote:
On Oct 13, 2015, at 11:48 AM, Jeremy Huddleston Sequoia <jeremyhu@apple.com> wrote:
Thanks for all this feedback regarding the window placement issue. I'd really like to be able to reproduce the issue myself to verify that the proposed solution addresses the problem, but I am not seeing the issue on my machine.
For those of you reproducing, can you please fill in the following data?
OS X Version:
Is "Displays have Different Spaces" enabled in System Preferences -> Mission Control / Spaces?:
Number of displays connected:
For each display, is it traditional (1x) or retina (2x)?:
If multiple displays, what is their arrangement (a screenshot from Display Preferences would be perfect):
I suggest you also ask for the Dock configuration: is it positioned on the bottom or one of the sides of the screen? Is it set to auto-hide or not.
Jeremy, have you tried with the Dock on the bottom and not auto-hiding?
Yep, that was it. I run with it on the right. I can reproduce it now. Unfortunately, it still reproduces with: aquaMenuBarHeight = [[NSApp mainMenu] menuBarHeight]; #if ! __LP64__ if (!aquaMenuBarHeight) { aquaMenuBarHeight = [NSMenuView menuBarHeight]; } #endif if (!aquaMenuBarHeight) { NSScreen* primaryScreen = [[NSScreen screens] objectAtIndex:0]; aquaMenuBarHeight = NSHeight([primaryScreen frame]) - NSMaxY([primaryScreen visibleFrame]); } but at least I can reproduce it and should be able to get out an rc3 later this week. --Jeremy
Jeremy Huddleston Sequoia <jeremyhu@gmail.com> writes:
On Oct 13, 2015, at 13:54, Ken Thomases <ken@codeweavers.com> wrote:
Jeremy, have you tried with the Dock on the bottom and not auto-hiding?
Yep, that was it. I run with it on the right. I can reproduce it now.
FWIW, I installed rc2 this afternoon, while working in my usual work setup with an external monitor (configured to appear above the internal display, with the menu bar on the external monitor, dock on bottom, not auto-hiding). Did not see any problem. But now after disconnecting the external monitor, I *do* see the problem just as described: I can't get X11 windows to use any of the top half-inch or so of the internal display. Quitting and restarting XQuartz doesn't help that. So maybe adding/removing external displays should be part of your thinking. (BTW, I also notice that the program name, according to the menu bar item just to the right of the Apple menu, is now "XQuartz" not "X11". Is that intentional?) (Running OSX 10.10.5 if that matters.) regards, tom lane
On Oct 13, 2015, at 21:00, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Jeremy Huddleston Sequoia <jeremyhu@gmail.com> writes:
On Oct 13, 2015, at 13:54, Ken Thomases <ken@codeweavers.com> wrote:
Jeremy, have you tried with the Dock on the bottom and not auto-hiding?
Yep, that was it. I run with it on the right. I can reproduce it now.
FWIW, I installed rc2 this afternoon, while working in my usual work setup with an external monitor (configured to appear above the internal display, with the menu bar on the external monitor, dock on bottom, not auto-hiding). Did not see any problem. But now after disconnecting the external monitor, I *do* see the problem just as described: I can't get X11 windows to use any of the top half-inch or so of the internal display. Quitting and restarting XQuartz doesn't help that. So maybe adding/removing external displays should be part of your thinking.
(BTW, I also notice that the program name, according to the menu bar item just to the right of the Apple menu, is now "XQuartz" not "X11". Is that intentional?)
Yes.
(Running OSX 10.10.5 if that matters.)
regards, tom lane
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/xquartz-dev
Jeremy Huddleston Sequoia <jeremyhu@gmail.com> writes:
On Oct 13, 2015, at 21:00, Tom Lane <tgl@sss.pgh.pa.us> wrote: (BTW, I also notice that the program name, according to the menu bar item just to the right of the Apple menu, is now "XQuartz" not "X11". Is that intentional?)
Yes.
OK, but it seems a little odd that you did not also s/X11/XQuartz/ in the rest of the menus, particularly "About X11" and "Check for X11 Updates". FWIW, rc3 does not show any menu bar height funnies for me while adding and removing external monitor. So that fix looks good from here. regards, tom lane
On Oct 14, 2015, at 07:14, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Jeremy Huddleston Sequoia <jeremyhu@gmail.com> writes:
On Oct 13, 2015, at 21:00, Tom Lane <tgl@sss.pgh.pa.us> wrote: (BTW, I also notice that the program name, according to the menu bar item just to the right of the Apple menu, is now "XQuartz" not "X11". Is that intentional?)
Yes.
OK, but it seems a little odd that you did not also s/X11/XQuartz/ in the rest of the menus, particularly "About X11" and "Check for X11 Updates".
True. I'll do the rest before the final release. The existing change from X11 -> XQuartz was because I just deleted some localization files that were out of date, so the name went back to the value in Info.plist.
FWIW, rc3 does not show any menu bar height funnies for me while adding and removing external monitor. So that fix looks good from here.
Good to hear these reports, thanks.
regards, tom lane
_______________________________________________ Xquartz-dev mailing list Xquartz-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/xquartz-dev
On Oct 13, 2015, at 15:36, Jeremy Huddleston Sequoia <jeremyhu@gmail.com> wrote:
On Oct 13, 2015, at 13:54, Ken Thomases <ken@codeweavers.com> wrote:
On Oct 13, 2015, at 11:48 AM, Jeremy Huddleston Sequoia <jeremyhu@apple.com> wrote:
Thanks for all this feedback regarding the window placement issue. I'd really like to be able to reproduce the issue myself to verify that the proposed solution addresses the problem, but I am not seeing the issue on my machine.
For those of you reproducing, can you please fill in the following data?
OS X Version:
Is "Displays have Different Spaces" enabled in System Preferences -> Mission Control / Spaces?:
Number of displays connected:
For each display, is it traditional (1x) or retina (2x)?:
If multiple displays, what is their arrangement (a screenshot from Display Preferences would be perfect):
I suggest you also ask for the Dock configuration: is it positioned on the bottom or one of the sides of the screen? Is it set to auto-hide or not.
Jeremy, have you tried with the Dock on the bottom and not auto-hiding?
Yep, that was it. I run with it on the right. I can reproduce it now. Unfortunately, it still reproduces with:
Actually, that does solve the issue. I was just testing the wrong build... sigh... In any event, thanks for the help getting this turned around quickly, Ken.
aquaMenuBarHeight = [[NSApp mainMenu] menuBarHeight]; #if ! __LP64__ if (!aquaMenuBarHeight) { aquaMenuBarHeight = [NSMenuView menuBarHeight]; } #endif if (!aquaMenuBarHeight) { NSScreen* primaryScreen = [[NSScreen screens] objectAtIndex:0]; aquaMenuBarHeight = NSHeight([primaryScreen frame]) - NSMaxY([primaryScreen visibleFrame]); }
but at least I can reproduce it and should be able to get out an rc3 later this week.
--Jeremy
participants (4)
-
Jeremy Huddleston Sequoia
-
Jeremy Huddleston Sequoia
-
Ken Thomases
-
Tom Lane