Date: Tue, 31 Jan 2006 12:03:37 GMT From: Daniel Berlin <mail@daniel-berlin.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/92600: xmbmon says "Can't find font: ..." Message-ID: <200601311203.k0VC3bEF023236@www.freebsd.org> Resent-Message-ID: <200601311210.k0VCA43F049065@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92600 >Category: ports >Synopsis: xmbmon says "Can't find font: ..." >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 31 12:10:04 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Daniel Berlin >Release: 6.0-RELEASE >Organization: >Environment: >Description: I just installed a minimal Freebsd 6.0 (base + manpages only) and then compiled tightvnc and xmbmon (WITHOUT_SMB=YES). When starting xmbmon in a vnc-client, it refuses to work: ===snip=== Can't find font: -adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-* ===snap=== The font actually does not exist on my system. >How-To-Repeat: Just start xmbmon... >Fix: Patch for xmbmon.c : ===snip=== --- xmbmon.bak Sun Jan 29 13:41:41 2006 +++ xmbmon.c Sun Jan 29 13:42:53 2006 @@ -23,9 +23,9 @@ #define RES_NAME "XMBmon" #define DEFAULT_GEOMETRY "100x140" -#define DEFAULT_FONT "-adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*" +#define DEFAULT_FONT "fixed" -#define DEFAULT_LBFONT "-adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*" +#define DEFAULT_LBFONT "fixed" #define DEFAULT_LBCOLOR "black" #define DEFAULT_COUNT "4" ===snap=== >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601311203.k0VC3bEF023236>