On Thu, Dec 28, 2006 at 09:58:00PM +0100, Daniel Baumann wrote: > the same fix which was accepted in dwm here[0] is also required in > dwm-tools. I uploaded dwm-tools 2-2 to t-p-u, please hint it into > testing, debdiff is attached, thanks.
> +diff -Naur dwm-tools-2.orig/dmenu-1.4/dmenu.h dwm-tools-2/dmenu-1.4/dmenu.h > +--- dwm-tools-2.orig/dmenu-1.4/dmenu.h 2006-10-26 10:14:04.000000000 > +0000 > ++++ dwm-tools-2/dmenu-1.4/dmenu.h 2006-12-16 15:03:41.000000000 +0000 > +@@ -3,9 +3,8 @@ > + */ > + > + #include <X11/Xlib.h> > +-#include <X11/Xlocale.h> > + > +-#define FONT "fixed" > ++#define FONT > "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" > + #define NORMBGCOLOR "#333366" > + #define NORMFGCOLOR "#cccccc" > + #define SELBGCOLOR "#666699" What is this supposed to fix? Using a fontspec of a specified size is far less portable than using the 'fixed' font, which is guaranteed to always be present; in this case the fontspec is also doesn't match the 'fixed' font alias provided by xfonts-base. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

