

When you first start the utility prompts you to enter a password which you can use to connect to the computer and enter the password to connect in view-only mode.
UBUNTU TIGERVNC SERVER INSTALL
You must also install terminal emulator xterm, it the program will use to run the test environment: Sudo apt install tigervnc-standalone-server tigervnc-common tigervnc-xorg-extension tigervnc-viewer Package libxfont1 is not available, but is referred to by another package.To install VNC server in Ubuntu, run the following command: However the following packages replace it: This may mean that the package is missing, has been obsoleted, or

Package libtasn1-3-bin is not available, but is referred to by another package. I told it no, and tried to install the missing packages: $ sudo apt install libtasn1-3-bin libxfont1 Then it wants to remove tigervncserver when I run this: $ sudo apt-get install -fĠ upgraded, 0 newly installed, 1 to remove and 0 not upgraded.Īfter this operation, 4,109 kB disk space will be freed. Įrrors were encountered while processing: Processing triggers for systemd (237-3ubuntu10). Ureadahead will be reprofiled on next reboot Processing triggers for ureadahead (0.100.0-20). Processing triggers for man-db (2.8.3-2). Tigervncserver depends on libxfont1 however:ĭpkg: error processing package tigervncserver (-install):ĭependency problems - leaving unconfigured Tigervncserver depends on libtasn1-3-bin however: ĭpkg: dependency problems prevent configuration of tigervncserver: Unpacking tigervncserver (1.8.0-1ubuntu1). Preparing to unpack tigervncserver_1.8.0-1ubuntu1_b. 178924 files and directories currently installed.) Selecting previously unselected package tigervncserver. So I tried to install the way I used to in 16.04 by downloading from $ sudo dpkg -i tigervncserver_1.8.0-1ubuntu1_b Starting applications specified in /etc/X11/Xvnc-session has failed. XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":1"Īfter 175 requests (175 known processed) with 0 events remaining. Vncext: Listening for VNC connections on local interface(s), port 5901 Underlying X server release 11905000, The X.Org Foundation = tail -15 /home/xubuntuuser/.vnc/xubuntucomputer:1.log =Ĭopyright (C) 1999-2016 TigerVNC Team and many others (see README.txt) Vncserver: Failed command '/etc/X11/Xvnc-session': 256! Use xtigervncviewer -SecurityTypes VncAuth -passwd /home/xubuntuuser/.vnc/passwd :1 to connect to the VNC server. Log file is /home/xubuntuuser/.vnc/xubuntucomputer:1.log Starting applications specified in /etc/X11/Xvnc-session New 'xubuntucomputer:1 (xubuntuuser)' desktop at :1 on machine xubuntucomputer Would you like to enter a view-only password (y/n)? n You will require a password to access your desktops. There is no error, but then I try to run it.Īnd it does let me set a password and tries to start the server but ultimately fails.

$ sudo apt install tigervnc-standalone-server I've been happily using TigerVNC 1.8.0 on Xubuntu 16.04 for a while (installed using dpkg), but I have built a new machine, and I would like it to run on version 18.04 of Xubuntu.įirst I tried installing with apt according to
