Hello list! It seems that the -i option of wimenu-3.9.2 doesn't work for me. I haven't seen it reported in http://code.google.com/p/wmii/issues/list neither anywhere else, which makes me uncertain. I don't know if it's my fault, a bug in Arch's wmii package or really a bug of wmii. Can anyone else reproduce this?
Example (in a simple xterm): $ echo "$menu" aa AA $ echo "$menu" | wimenu *** Works fine: I get a menu with two entries. $ echo "" | wimenu *** Works fine: I get an empty menu. $ echo "$menu" | wimenu -i *** Doesn't work: I get an empty menu, just as if "$menu" == "". Note that other options, like -S, work fine provided -i isn't used. Environment: $ wmii -v wmii-3.9.2, ©2010 Kris Maglione $ wimenu -v wimenu-3.9.2, ©2010 Kris Maglione $ uname -a Linux mercure 2.6.33-ARCH #1 SMP PREEMPT Thu May 13 12:06:25 CEST 2010 i686 Mobile Intel(R) Pentium(R) III CPU - M 933MHz GenuineIntel GNU/Linux Regards, LuX.