On Thu, May 19, 2011 at 09:10:36PM +0200, Christian Neukirchen wrote: > anonymous <p37si...@lavabit.com> writes: > > > On Wed, May 18, 2011 at 04:45:24PM +0100, Connor Lane Smith wrote: > >> I've just released dmenu-4.3, which is basically smaller and faster. > > > >> smaller and faster > > > >> faster > > > > For me it is slower. It lists all my files with find, and it is very > > slow. Why should it list all my files and directories? > > You seem to have . in your $PATH.
Thanks, removing "." from $PATH works. It is not good idea to have "." in $PATH anyway.