Comment 6 for bug 3593

Revision history for this message
Barry deFreese (bddebian) wrote : Re: Xvnc4 (package vnc4server) unable to find fixed font in Breezy

I'm not sure why this isn't working. In the vncserver script in the source, the following occurs:

######## Adding configuration possibility ################
$Config_file = "/etc/vnc.conf";
&ReadConfigFile();
$Config_file = "$ENV{HOME}/.vncrc";
&ReadConfigFile();

if (!$XFConfigPath) {
  foreach ("/etc/X11/xorg.conf", "/etc/X11/XF86Config-4", "/etc/X11/XF86Config" ){
    $XFConfigPath = $_;
    last if ( -e $XFConfigPath );
  }
}