Public bug reported:

Binary package hint: tightvncserver

This patch (or a similar source patch) is necessary for
/usr/bin/tightvncserver.  Without it, colors and fonts do not work
properly.

I believe vncserver has the same problem.

--- tightvncserver~     2006-01-27 19:27:46.000000000 -0500
+++ tightvncserver      2006-09-09 17:47:08.000000000 -0400
@@ -50,10 +50,10 @@
 #$fontPath = "unix/:7100";

 # Here is another example of setting the font path:
-# $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
+$fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";

 # X colors database path is optional, uncomment and edit to use:
-# $colorPath = "/usr/lib/X11/rgb";
+$colorPath = "/usr/lib/X11/rgb";

 # You might wish to make your vnc directory under /tmp, to make sure
 # passwords are always kept on the local filesystem. To do that, just

** Affects: tightvnc (Ubuntu)
     Importance: Untriaged
         Status: Unconfirmed

** Summary changed:

- Incorrent font and rgb paths in tightvncserver
+ Incorrect font and rgb paths in tightvncserver

-- 
Incorrect font and rgb paths in tightvncserver
https://launchpad.net/bugs/59704

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to