Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 1998 11:28:50 +0200 (CEST)
From:      Luigi Rizzo <luigi@info.iet.unipi.it>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6195: small patch to vncserver
Message-ID:  <199804020928.LAA09275@info.iet.unipi.it>

next in thread | raw e-mail | index | archive | help
	Note: There was a bad value `annoying' for the field `>Severity:'.
	It was set to the default value of `serious'.


>Number:         6195
>Category:       ports
>Synopsis:       wrong font path in vncserver
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr  2 01:30:00 PST 1998
>Last-Modified:
>Originator:     Luigi Rizzo
>Organization:
DEIT
>Release:        FreeBSD 2.2.6-BETA i386
>Environment:


>Description:

 the vncserver program (startup script for Xvnc) has the wrong
 font path definition. Although it can be overridden from the
 command line, it would be easier to have it fixed in the
 script.

(There might be better way, e.g. have the right values compiled
into the server, but i have no idea if/how this is done).

>How-To-Repeat:

	start vncserver and see the log file complaining for the
	fonr "fixed" not found.

>Fix:
	
apply the following patch

--- vncserver	Fri Jan 23 13:02:02 1998
+++ /usr/X11R6/bin/vncserver	Thu Apr  2 11:16:21 1998
@@ -123,6 +123,8 @@
 # Add font path and color database stuff here, e.g.:
 #
 # $cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
+$cmd .= " -fp /usr/X11R6/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
+# $cmd .= " -fp tcp/info:7100"; # in case you want the font server.
 # $cmd .= " -co /usr/lib/X11/rgb";
 #
 
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804020928.LAA09275>