summaryrefslogtreecommitdiffstats
path: root/tightvnc/build/tightvnc.pathfixes.diff
blob: c2195251e62a77bcc0c96df8300de919da331eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- vncserver.orig	2009-03-06 17:33:16.000000000 +0100
+++ vncserver	2009-06-02 21:10:10.000000000 +0100
@@ -32,10 +32,11 @@
 $geometry = "1024x768";
 $depth = 24;
 $desktopName = "X";
-$vncClasses = "/usr/local/vnc/classes";
+$vncClasses = "/usr/share/tightvnc/classes";
 $vncUserDir = "$ENV{HOME}/.vnc";
-$fontPath = "unix/:7100";
+$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/";
 $authType = "-rfbauth $vncUserDir/passwd";
+$colorPath = "/usr/share/X11/rgb";
 
 # Read configuration from the system-wide and user files if present.