Tuesday, 21 February 2012

Launch vino-server via ssh

Sometimes I want to log onto a computer but don't like the idea of leaving vino-server running all the time. To launch vino-server from remote server you need to do the following:

export DISPLAY=:0.0
/usr/lib/vino/vino-server &


You may need to ssh -X onto the computer first and launch vino-preferences to make sure the settings are correct.

Fun fun!