tightvnc/tightvnc-1.3.10-config.patch

25 lines
983 B
Diff

diff -Nru vnc_unixsrc.orig//tightvncserver.conf vnc_unixsrc/tightvncserver.conf
--- vnc_unixsrc.orig//tightvncserver.conf 2009-02-12 05:27:18.000000000 +0100
+++ vnc_unixsrc/tightvncserver.conf 2010-11-30 22:34:35.879961723 +0100
@@ -19,16 +19,16 @@
# $geometry = "1024x768";
# $depth = 24;
# $desktopName = "X";
-# $vncClasses = "/usr/local/vnc/classes";
+$vncClasses = "/usr/share/vnc/classes";
# $vncUserDir = "$ENV{HOME}/.vnc";
# $fontPath = "unix/:7100";
# $authType = "-rfbauth $vncUserDir/passwd";
-# $colorPath = "/usr/lib/X11/rgb";
+$colorPath = "/usr/share/X11/rgb.txt";
## Here is another example of setting the font path:
#
-# $fontPath = "/usr/lib/X11/fonts/misc/"
-# $fontPath = "$fontPath,/usr/lib/X11/fonts/75dpi/";
+$fontPath = "/usr/share/fonts/X11/misc/"
+$fontPath = "$fontPath,/usr/share/fonts/X11/75dpi/";
## 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