FreeBSD Port: xmbmon-205_5

Daniel Berlin mail at daniel-berlin.de
Sun Jan 29 04:52:06 PST 2006


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




More information about the freebsd-ports mailing list