Macos Tahoe issue launching apps through SSH

On a CI infrastructure we connect nodes through SSH, and launch automated apps testing.

Since Macos Tahoe:

  • When launching an App through SSH with full executable binary path
  • App doesn't show up in apps bar and top menu
  • No keyboard events are received (mouse work well)

How to reproduce:

ssh <YOUR_MAC_TAHOE>

/Applications/Pages.app/Contents/MacOS/Pages
# ==> Navigate until you can enter text, no keyboard input are working
# ==> App do not show up on app bar
# ==> Work as expected if launched from a local terminal

open /Applications/Pages.app
# ==> work well

Do I miss a system configuration to restore ability to launch apps from SSH ?

Note: We use full executable binary path (not bundle path/.app folder) because our test application require this full path (Qt Squish)

Macos Tahoe issue launching apps through SSH
 
 
Q