X Applications on Mac: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Mac =Overview= In order to get a remote X application to display on a Mac: 1. Install XQuartz 2. Start XQuartz (last time I had to restart t...") |
No edit summary |
||
Line 11: | Line 11: | ||
2. Start XQuartz (last time I had to restart the Mac for it to accept remote display) | 2. Start XQuartz (last time I had to restart the Mac for it to accept remote display) | ||
3. Connect to the remote machine with ssh -X ... This will set up the DISPLAY variable appropriately (the sshd server has to be configured to forward X) | 3. Connect to the remote machine with ssh -X ... This will set up the DISPLAY variable appropriately (the sshd server has to be configured to forward X). More details on X forwarding over ssh are available here [[X Applications on Mac]]. | ||
4. xclock | 4. xclock |
Revision as of 00:37, 12 July 2017
Internal
Overview
In order to get a remote X application to display on a Mac:
1. Install XQuartz
2. Start XQuartz (last time I had to restart the Mac for it to accept remote display)
3. Connect to the remote machine with ssh -X ... This will set up the DISPLAY variable appropriately (the sshd server has to be configured to forward X). More details on X forwarding over ssh are available here X Applications on Mac.
4. xclock