#802217 dmenu doesn't complain when font doesn't exist

Package:
suckless-tools
Source:
suckless-tools
Description:
simple commands for minimalistic window managers
Submitter:
Yuri D'Elia
Date:
2015-10-20 11:30:04 UTC
Severity:
normal
#802217#5
Date:
2015-10-18 13:49:44 UTC
From:
To:
In the last update, dmenu doesn't seem to actually use the supplied font
argument anymore.

I was using an X11 font spec (-*-terminus-medium-*-*-*-16-*-*-*-*-*-*-*), which
stopped working.

I tried now also with some other formats (xft/etc), but I realized I can
actually supply garbage to -fn, dmenu doesn't even complain.

#802217#10
Date:
2015-10-18 15:17:55 UTC
From:
To:
Hi Yuri,

It seems that dmenu has stopped using the X Logical Font Description
(XLFD) format for specifying a font. Instead, it is now using the
X FreeType (XFT) format.

Can you please try the following:

  $ dmenu -fn "Terminus:size=16"

You are right. dmenu doesn't complain and instead falls back to the
default font (which is monospace). I will report this upstream.

Thanks,
Ilias