
Comment #5 on issue 551 by ondrej.g...@gmail.com: XMonad.Prompt.Man.manPrompt uses `manpath -g`, -g appears to be an invalid option http://code.google.com/p/xmonad/issues/detail?id=551 Until this fix gets into a release, here's a simple workaround that does not require hacking XMonad in any way: Put the attached manpath script into your private script directory in your PATH (it must precede the original manpath) and make it executable Example: 1. put it in ~/bin/ (`mkdir -p ~/bin; mv ~/Downloads/manpath ~/bin/`) and make it executable (`chmod a+x ~/bin/manpath`) 2. put 'export PATH="~/bin:${PATH}"' in your ~/.bashrc (`echo 'export PATH="~/bin:${PATH}"' >> ~/.bashrc`) Attachments: manpath 454 bytes -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings