Install TigerVNC -
$ sudo apt install tigervnc-standalone-server
Configure VNC Server by running
#!/bin/bash | |
# see https://askubuntu.com/questions/1453749/inhibit-esm-messages-at-login | |
# for more reference | |
# worked on Ubuntu 22.x | |
scriptname="$(realpath $0)" | |
function removeesm(){ | |
sudo sed -Ezi.orig \ |