Vnc: Difference between revisions

From Bitpost wiki
(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...")
 
No edit summary
Line 1: Line 1:
=== Ubuntu-to-Ubuntu ===
=== Ubuntu-to-Ubuntu ===


Everything is brought together under [mh-ubuntu-settings] Ubuntu Settings > Sharing.
==== tightvnc ====
 
Solid but more work.
 
==== vino & remina ====
Using the "Ubuntu way", everything is supposed to be brought together under [mh-ubuntu-settings] Ubuntu Settings > Sharing. (but it's crap, read on...)


The packages it needs underneath are:
The packages it needs underneath are:

Revision as of 19:22, 18 July 2020

Ubuntu-to-Ubuntu

tightvnc

Solid but more work.

vino & remina

Using the "Ubuntu way", everything is supposed to be brought together under [mh-ubuntu-settings] Ubuntu Settings > Sharing. (but it's crap, read on...)

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?