
2 Jun
2009
2 Jun
'09
3:39 p.m.
On Tue, Jun 02, 2009 at 10:49:52PM +0800, .shawn wrote:
I try to run xmonad under my gnome. I put the code below in my xmonad.hs
import XMonad
import XMonad.Config.Gnome
main = xmonad gnomeConfig
not found errors or changes to xmonad.hs won't take effect .
I used "ghc-pkg list" and "ghc-pkg check", and I got the things below. How can I fix these things and make the xmonad run under gnome? Thank you in advance!
The xmonad library is not listed in any of this output. Did you not install it? If you installed xmonad from Debian packages, be sure to install libghc6-xmonad-dev and the corresponding contrib package. Cheers, Spencer Janssen