Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2006 13:51:45 +0100
From:      Daniel Berlin <mail@daniel-berlin.de>
To:        ports@FreeBSD.org
Subject:   FreeBSD Port: xmbmon-205_5
Message-ID:  <43DCBA61.3090900@daniel-berlin.de>

next in thread | raw e-mail | index | archive | help
Hi.

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.

This diff helped me work around the error:

===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===

Hope this helps,
Daniel Berlin





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