원격 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 응용 프로그램을이 방법으로 전혀 실행할 수 있습니까?