https://makingrobot.tistory.com/66
sudo gedit /usr/share/glib-2.0/schemas/org.gnome.Vino.gschema.xml
문서의 끝부분에 아래의 내용을 추가하고 저장합니다.
<key name='enabled' type='b'>
<summary>Enable remote access to the desktop</summary>
<description>
If true, allows remote access to the desktop via the RFB
protocol. Users on remote machines may then connect to the
desktop using a VNC viewer.
</description>
<default>false</default>
</key>
sudo glib-compile-schemas /usr/share/glib-2.0/schemas
아래의 명령을 한 줄 씩 복사하여 실행합니다.
gsettings set org.gnome.Vino require-encryption false
gsettings set org.gnome.Vino prompt-enabled false
/usr/lib/vino/vino-server
3. 설정(Settings) 아이콘을 클릭하고 검색창에서 desktop을 입력하여 Desktop Sharing 아이콘을 클릭합니다. Allow other users to view your desktop을 체크하고, You must confirm each access to this machine은 체크를 해제합니다. Require the user to enter this password를 체크하고 암호를 입력합니다.
설정이 완료되면 창을 닫습니다.