[Bug 3593] Re: Xvnc4 (package vnc4server) unable to find fixed font in Breezy
Barry deFreese
bddebian at comcast.net
Tue May 23 16:02:08 UTC 2006
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 );
}
}
--
Xvnc4 (package vnc4server) unable to find fixed font in Breezy
https://launchpad.net/bugs/3593
More information about the universe-bugs
mailing list