I am running Snow Leopard OS X 10.6 and I have X11 installed. I also have ubuntu 10.04 LTS running on a remote machine. I have root privileges. So far I haven't really installed anything besides the operating system. This was done in an amazon aws type of way.

I see people talking about getting gnome or a "remote desktop" type of thing working, but I'm not sure how to go about this. I connected and then typed in gnome-session but nothing happened. Maybe I don't have that thing installed yet? Can someone point me in the right direction?

Also, is it possible to just start an X11 session with a single app, like notepad or a file and folder browser?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Use X forwarding with SSH.

ssh -X user@host gnome-terminal
link|improve this answer
bash: gnome-terminal: command not found - how do I get that installed? – cwd Jun 10 '11 at 4:18
Use apt-get or whatnot. – Ignacio Vazquez-Abrams Jun 10 '11 at 4:19
using rdesktop is also a possibility, but not sure it'll work on macOs... – Anarko_Bizounours Jun 10 '11 at 6:47
feedback

apt-get install xrdp
use rdp client on the Mac

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.