--- ../vnc_unixsrc/vncserver 2009-02-11 22:27:18.000000000 -0600
+++ vncserver 2009-05-01 16:32:52.000000000 -0500
# Copyright (C) 2002-2009 Constantin Kaplinsky. All Rights Reserved.
# Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved.
-$vncClasses = "/usr/local/vnc/classes";
+$vncClasses = "@PREFIX@/share/vnc/classes";
$vncUserDir = "$ENV{HOME}/.vnc";
$fontPath = "unix/:7100";
$authType = "-rfbauth $vncUserDir/passwd";
+$fontRoot = "/usr/lib/X11/fonts";
+$fontPath = "$fontRoot/Type1/,$fontRoot/TTF/,$fontRoot/Speedo/,$fontRoot/misc/,$fontRoot/100dpi/,$fontRoot/75dpi/";
# Read configuration from the system-wide and user files if present.
$configFile = "/etc/tightvncserver.conf";
# Give Xvnc a chance to start up
unless (kill 0, `cat $pidFile`) {
warn "Couldn't start Xvnc; trying default font path.\n";
warn "Please set correct fontPath in the $prog script.\n";
system("$cmd & echo \$! >$pidFile");
unless (kill 0, `cat $pidFile`) {
warn "Couldn't start Xvnc process.\n\n";