installing tightvncserver should install xfonts-base
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tightvnc (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: tightvncserver
This is an old one, but I cannot find a report for it, and was surprised it is still a problem.
To reproduce:
Install ubuntu minimal, do 'apt-get install tightvncserver', then try and start it with 'vncserver'.
--------
Result: Couldn't start Xtightvnc; trying default font path.
Please set correct fontPath in the vncserver script.
Couldn't start Xtightvnc process.
12/09/08 16:18:55 Xvnc version 3.3.tight1.2.9
12/09/08 16:18:55 Copyright (C) 1999 AT&T Laboratories Cambridge.
12/09/08 16:18:55 Copyright (C) 2000-2002 Constantin Kaplinsky.
12/09/08 16:18:55 All Rights Reserved.
12/09/08 16:18:55 See http://
12/09/08 16:18:55 See http://
12/09/08 16:18:55 Desktop name 'X' (ubuntu:1)
12/09/08 16:18:55 Protocol version supported 3.3
12/09/08 16:18:55 Listening for VNC connections on TCP port 5901
Font directory '/usr/X11R6/
Font directory '/usr/X11R6/
Font directory '/usr/X11R6/
Font directory '/usr/X11R6/
Font directory '/usr/X11R6/
Font directory '/usr/share/
Font directory '/usr/share/
Font directory '/usr/share/
Font directory '/usr/share/
Fatal server error:
could not open default font 'fixed'
12/09/08 16:18:56 Xvnc version 3.3.tight1.2.9
12/09/08 16:18:56 Copyright (C) 1999 AT&T Laboratories Cambridge.
12/09/08 16:18:56 Copyright (C) 2000-2002 Constantin Kaplinsky.
12/09/08 16:18:56 All Rights Reserved.
12/09/08 16:18:56 See http://
12/09/08 16:18:56 See http://
12/09/08 16:18:56 Desktop name 'X' (ubuntu:1)
12/09/08 16:18:56 Protocol version supported 3.3
12/09/08 16:18:56 Listening for VNC connections on TCP port 5901
Font directory '/usr/share/
Font directory '/usr/share/
Font directory '/usr/share/
Font directory '/usr/share/
Font directory '/usr/share/
Fatal server error:
could not open default font 'fixed'
----
root@ubuntu:~# lsb_release -rd
Description: Ubuntu 8.04.1
Release: 8.04
----
root@ubuntu:~# apt-cache policy tightvncserver
tightvncserver:
Installed: 1.2.9-22
Candidate: 1.2.9-22
Version table:
*** 1.2.9-22 0
500 http://
100 /var/lib/
----
Expected: vncserver to start
----
What happens: refuses to start since it cannot find fixed font
=========
Fix is simply to install xfonts-base, which aptitude installs as a 'recommended' package. However, it should be a dependency from my point of view since package will not work otherwise.
Actually, having xbase-fonts installed doesn't help. Trying repeatedly to reinstall it doens't help. It probably also doesn't help that, when xbase-fonts is installed, dpkg -L xbase-fonts lists files that aren't there.
rachel@twilight:~$ tightvncserver -nolisten tcp :1
Couldn't start Xtightvnc; trying default font path.
Please set correct fontPath in the tightvncserver script.
Couldn't start Xtightvnc process.
18/11/14 14:05:34 Xvnc version TightVNC-1.3.10 www.tightvnc. com/ for information on TightVNC fonts/X11/ 75dpi/' not found - ignoring fonts/X11/ 100dpi/ ' not found - ignoring
18/11/14 14:05:34 Copyright (C) 2000-2009 TightVNC Group
18/11/14 14:05:34 Copyright (C) 1999 AT&T Laboratories Cambridge
18/11/14 14:05:34 All Rights Reserved.
18/11/14 14:05:34 See http://
18/11/14 14:05:34 Desktop name 'X' (twilight:1)
18/11/14 14:05:34 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
18/11/14 14:05:34 Listening for VNC connections on TCP port 5901
Font directory '/usr/share/
Font directory '/usr/share/
Fatal server error: www.tightvnc. com/ for information on TightVNC fonts/X11/ Speedo/ ' not found - ignoring fonts/X11/ 75dpi/' not found - ignoring fonts/X11/ 100dpi/ ' not found - ignoring
could not open default font 'fixed'
18/11/14 14:05:35 Xvnc version TightVNC-1.3.10
18/11/14 14:05:35 Copyright (C) 2000-2009 TightVNC Group
18/11/14 14:05:35 Copyright (C) 1999 AT&T Laboratories Cambridge
18/11/14 14:05:35 All Rights Reserved.
18/11/14 14:05:35 See http://
18/11/14 14:05:35 Desktop name 'X' (twilight:1)
18/11/14 14:05:35 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
18/11/14 14:05:35 Listening for VNC connections on TCP port 5901
Font directory '/usr/share/
Font directory '/usr/share/
Font directory '/usr/share/
Fatal server error:
could not open default font 'fixed'
rachel@twilight:~$ apt-cache policy xfonts-base gb.archive. ubuntu. com/ubuntu/ utopic/main amd64 Packages dpkg/status fonts/misc/ xfonts- base.alias fonts/misc/ xfonts- base.alias fonts/misc/ xfonts- base.alias: No such file or directory
xfonts-base:
Installed: 1:1.0.3
Candidate: 1:1.0.3
Version table:
*** 1:1.0.3 0
500 http://
100 /var/lib/
rachel@twilight:~$ dpkg -L xfonts-base | tail -1
/etc/X11/
rachel@twilight:~$ ls -l /etc/x11/
ls: cannot access /etc/x11/
what a mess.
(14.10)