summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/tightvnc/tightvnc-fontpath-xcolors.patch
blob: 76c52a04444583510bacba19f4a1eabfa75e9c49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- vnc_unixsrc/vncserver.orig	2010-03-26 22:11:23.000000000 +0000
+++ vnc_unixsrc/vncserver	2010-03-26 22:14:58.000000000 +0000
@@ -34,9 +34,9 @@
 $desktopName = "X";
 $vncClasses = "/usr/local/vnc/classes";
 $vncUserDir = "$ENV{HOME}/.vnc";
-$fontPath = "unix/:7100";
+$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/Type1/";
+$colorPath = "/usr/share/X11/rgb";
 $authType = "-rfbauth $vncUserDir/passwd";
-
 # Read configuration from the system-wide and user files if present.
 
 $configFile = "/etc/tightvncserver.conf";