DEV Community

Youngjoon Won
Youngjoon Won

Posted on • Updated on

vino@ubuntu

install

sudo apt install vino
Enter fullscreen mode Exit fullscreen mode

show connection uuid

nmcli connection show #uuid
Enter fullscreen mode Exit fullscreen mode

config

gsettings set org.gnome.Vino prompt-enabled false
gsettings set org.gnome.Vino require-encryption false
dconf write /org/gnome/settings-daemon/plugins/sharing/vino-server/enabled-connections "['uuid1','uuid2']"
Enter fullscreen mode Exit fullscreen mode

start

export DISPLAY=:0 && /usr/lib/vino/vino-server &
Enter fullscreen mode Exit fullscreen mode

Top comments (0)