opt/tightvnc/tightvnc-config.patch
2007-10-04 00:00:04 +02:00

25 lines
982 B
Diff

diff -Nru vnc_unixsrc/vncserver vnc_unixsrc-new/vncserver
--- vnc_unixsrc/vncserver 2007-04-26 12:57:06.000000000 +0200
+++ vnc_unixsrc-new/vncserver 2007-10-03 19:20:06.000000000 +0200
@@ -36,16 +36,16 @@
$geometry = "1024x768";
$depth = 24;
$desktopName = "X";
-$vncClasses = "/usr/local/vnc/classes";
+$vncClasses = "/usr/share/vnc/classes";
$vncUserDir = "$ENV{HOME}/.vnc";
-$fontPath = "unix/:7100";
+$fontPath = "/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi";
$authType = "-rfbauth $vncUserDir/passwd";
# Here is another example of setting the font path:
-# $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
+# $fontPath = "unix/:7100";
# X colors database path is optional, uncomment and edit to use:
-# $colorPath = "/usr/lib/X11/rgb";
+# $colorPath = "/usr/share/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