18996 which is on my workspace "ö" (shown as workspace: √∂ due to the umlaut)
19009 which is the actual fullscreen presentation window.
Window 19009 is automatically placed on workspace nil, which I did not define anywhere.
Interestingly, I can switch to that workspace using aerospace workspace nil and I can see the presentation window.
However, switching to the window using aerospace focus --window-id does not work:
aerospace focus --window-id 19009
Window 19009 doesn't belong to any monitor. And thus can't even define a focused workspace
As indicated, the window does exist but it is not possible to focus that window.
FYI: this is a test on a single monitor setup. If I would start a presentation using two monitors, there will be two undetected fullscreen windows.
Describe the bug
If I start presenting a Microsoft PowerPoint presentation, the presentation window is not recognized by aerospace.
This is the output of
aerospace debug-window
Note that there are two Powerpoint windows:
workspace: ö
due to the umlaut)Window 19009 is automatically placed on workspace
nil
, which I did not define anywhere. Interestingly, I can switch to that workspace usingaerospace workspace nil
and I can see the presentation window.However, switching to the window using
aerospace focus --window-id
does not work:As indicated, the window does exist but it is not possible to focus that window.
FYI: this is a test on a single monitor setup. If I would start a presentation using two monitors, there will be two undetected fullscreen windows.