MacアプリケーションをリモートMacマシンで実行し、それをローカルLinuxマシンのXサーバーに表示する必要があります(インターネット上の多くの記事では、その逆の方法について詳しく説明しているようです)。
$ ssh -X mac-box
$ cd /Developer/Applications/Xcode.app
$ ./Contents/MacOS/Xcode
Sat Oct 3 20:41:26 mac-box.local Xcode[15634] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
_RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
^C
- 私の
$DISPLAY
変数は空のように見えます。転送が正しく機能するためには、どのように見えるべきですか? - この方法でOSXアプリケーションを実行できますか?