Vnc

From Bitpost wiki
Revision as of 19:20, 18 July 2020 by M (talk | contribs) (Created page with "=== Ubuntu-to-Ubuntu === Everything is brought together under [mh-ubuntu-settings] Ubuntu Settings > Sharing. The packages it needs underneath are: sudo apt-get install vin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Ubuntu-to-Ubuntu

Everything is brought together under [mh-ubuntu-settings] Ubuntu Settings > Sharing.

The packages it needs underneath are:

sudo apt-get install vino # VNC server; RESTART GNOME after installation
sudo apt-get install remina # VNC client

Ubuntu screwed the pooch on vino-server config, wtf you idiots. It's just some fucking app with no systemd support. Well fuck if I'm jumping hoops when the next LTS release is weeks away. Fuck you ubuntu. Just run the god damned thing directly

# allow local connections
gsettings set org.gnome.Vino network-interface lo

# see all settings
gsettings list-keys org.gnome.Vino

# run the fucker
/usr/lib/vino/vino-server &

Consider other VNC servers instead that allow startup on boot?