| | Open the Desktop Sharing application. Activate remote desktop connection and assign password. |
| | Or, run the dconf Editor.
Open the section desktop > gnome > remote-access.
Change the settings:
enabled : Checked prompt-enabled : Unchecked lock-screen-on-disconnect : Checked |
Or, in Terminal:
gsettings set org.gnome.Vino 'enabled' true' gsettings set org.gnome.Vino 'prompt-enabled' false' gsettings set org.gnome.Vino 'lock-screen-on-disconnect' true' |
|