[xmonad] Issue 467 in xmonad: dmenu update changes behaviour
codesite-noreply at google.com
codesite-noreply at google.com
Mon Jul 25 00:03:18 CEST 2011
Status: New
Owner: ----
New issue 467 by bjmpr... at gmail.com: dmenu update changes behaviour
http://code.google.com/p/xmonad/issues/detail?id=467
What steps will reproduce the problem?
1. Update dmenu to 20110719
2. Using default config, press <mod>p
What is the expected output? What do you see instead?
Expected: dmenu to run as before
Actual: dmenu runs, but no choices, like ``dmenu < /dev/null''
What version of the product are you using? On what operating system?
xmonad 0.9.2
Please provide any additional information below.
Fix by using ``spawn "dmenu_run" '' instead of ``spawn "exe=`dmenu_path |
dmenu` && eval \"exec $exe\"" '' in default config file.
More information about the xmonad
mailing list