[xmonad] Issue 551 in xmonad: XMonad.Prompt.Man.manPrompt uses `manpath -g`, -g appears to be an invalid option
codesite-noreply at google.com
codesite-noreply at google.com
Wed Sep 11 09:47:01 CEST 2013
Comment #5 on issue 551 by ondrej.g... at 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
More information about the xmonad
mailing list