AeroSpace doesn't detect "Welcome to Xcode" window (with AXUnknown role)
#2045
Unanswered
claybridges
asked this question in
potential-bugs
Replies: 1 comment
-
|
New user, huge fan. I'm an Apple Dev (mostly iOS). I'll try to find some weekend/nights time to put together a general answer to this and #1820. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Xcode's "Welcome to Xcode" window is invisible to
aerospace list-windows. Therefore, it does not get moved to the correct space with Xcode.Workaround: Disable the welcome window in Xcode → Settings → General → uncheck "Show welcome window on launch".
Steps to reproduce 1
Expected results: All Xcode windows move to space 2.
Actual results: "Welcome to Xcode" remains in space 1.
Steps to reproduce 2
aerospace list-windows --all.Expected results: "Welcome to Xcode" window is listed.
Actual results: Not listed.
Probable cause
aerospace debug-windowsoutput for the Welcome window (trimmed):AeroSpace classifies this window as a
popup(via dialog heuristic) due toAXSubrole: AXUnknown, and places it inMacosPopupWindowsContainerinstead of a workspace. This meanson-window-detectedrules cannot manage it andlist-windowsdoes not show it.Beta Was this translation helpful? Give feedback.
All reactions