Hi, I have two more bugs to report. Firstly, the menu font in look-clean.lua, "-*-fixed-medium-r-normal-*-17-*-*-*-*-*-*-*", doesn't exist on my system. I have the standard Debian X font packages (xfonts-base, xfonts-75dpi, xfonts-100dpi) plus some non-standard installed. It works if I change the font to "-*-fixed-medium-r-normal-*-18-*-*-*-*-*-*-*" though.
Secondly, I can no longer press F1 and then enter to bring up the Ion manpage. The problem seems to be querylib.make_execwith_fn in querylib.lua:159 which doesn't check whether the argument is empty before escaping it. It works if I add such a check.
