How to properly configure xstartup file for TightVNC with Ubuntu VPS GNOME environment

前端 未结 3 2042
隐瞒了意图╮
隐瞒了意图╮ 2021-02-07 15:50

I\'d like to access my Ubuntu 16.10 VPS (Contabo) with using a GNOME environment with VNC, however I am still facing some issues that I couldn\'t solve so far. To install and co

3条回答
  •  孤城傲影
    2021-02-07 16:27

    I had the same problem. I followed all these instructions... except debug and the VNC started working. I use my Ubuntu system as a headless system and 99% of the time use VNC.

    I performed a BIOS update and reboot today and experienced the same problem again. I know I already installed everything but the one thing that got this to work was running these commands again:

    sudo locale-gen
    sudo localectl set-locale LANG="en_US.UTF-8"
    vncserver -kill :1
    vncserver

    Opened VNC Viewer and connected without a problem.

提交回复
热议问题