Automatically starting remote desktop

From WickyWiki
Revision as of 15:35, 30 October 2011 by Wilbert (talk | contribs) (Created page with "2010 Ubuntu 10.04, Network Go to: System - Preferences - Remote desktop *Check ‘Allow other users to view your desktop’. *Check ‘Allow other users to control your desktop...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

2010 Ubuntu 10.04, Network

Go to: System - Preferences - Remote desktop

  • Check ‘Allow other users to view your desktop’.
  • Check ‘Allow other users to control your desktop’.
  • Uncheck ‘Ask you for confirmation’.
  • Type in the password you want to use.

Note: remote desktop uses TCP port 5900

Go to: System - Preferences - Startup Applications - Add - Command

metacity --replace & disown
vino-preferences & disown
gconftool-2 -s -t bool /desktop/gnome/remote_access/enabled true

Check if the server is enabled:

gconftool-2 -g /desktop/gnome/remote_access/enabled