Why does dmenu not pick up an application
I have added a directory called '/home/caj/scripts' to my $PATH, via .bashrc, which contains a symlink defined as follows:
lrwxrwxrwx 1 caj caj 55 May 19 2012 subl -> /home/caj/progs/SublimeText/Sublime Text 2/sublime_text
This link means from any terminal I can type 'subl', and as you might expect, sublime_text opens.
However, the dmenu does not seem to be picking this up, and I cannot figure out why. Any suggestions?