[xmonad] Problem in Installing xmonad
Valery V. Vorotyntsev
valery.vv at gmail.com
Tue Dec 4 09:31:43 EST 2007
On 12/4/07, Alexander Tsamutali <astsmtl at gmail.com> wrote:
> I can confirm this problem on Source Mage. Recently i had
> updated ghc to 6.8.1 and xmonad to 0.4.1. On one box everything worked
> fine, but on another i've got the same problem. I tried to hide/expose
> containers with ghc-pkg, but it didn't helped.
This resembles my problem, described at
http://hpaste.org/4182
Until I know, what's wrong, I use this patented trick
to install xmonad & XMonadContrib:
$ for f in ghc{,-pkg}; do mv ~/bin/{,_}$f; done
... your normal configure/build/install procedure ...
$ for f in ghc{,-pkg}; do mv ~/bin/{_,}$f; done
--
vvv
More information about the xmonad
mailing list