[xmonad] xmonad config error

Guy Wire imag1narynumber at hotmail.com
Sun Oct 26 18:47:47 EDT 2008


----------------------------------------
> Date: Sun, 26 Oct 2008 22:29:29 +0000
> From: fophillips at fophillips.org
> To: xmonad at haskell.org
> Subject: Re: [xmonad] xmonad config error
> 
> On Sun Oct 26 21:32:28 2008, Guy Wire wrote:
>> 
>> Hello,
>> 
>> I just installed Xmonad on my Arch system.  The basic setup is simply amazing.  In trying to go through the configuration walk-through I downloaded the xmonad.hs file from the website.  Mod1+q gives me:
>> 
>> Error detected while loading xmonad configuration file: ~/.xmonad/xmonad.hs
>> 
>> xmonad.hs:161:53: Not in scope: 'W.shiftMaster'
>> 
>> xmonad.hs:164:53: Not in scope: 'W.shiftMaster'
>> 
>> xmonad.hs:168:53: Not in scope: 'W.shiftMaster'
>> 
>> Please check the file for errors.
>> 
> 
> 
> I am guessing you have a line in your xmonad.hs that looks like this:
> 
>   import qualified XMonad.StackSet as W (W.shift)
> 
> it needs to look like this:
> 
>   import qualified XMonad.StackSet as W (W.shift, W.shiftMaster)
> 
> 
> -- 
> Fred O. Phillips
> http://fophillips.org
> BBC7 7572 755F 83E0 3209  504A E4F7 874F 1545 9D41


Now it changed to:

xmonad.hs:13.48:
      Module 'XMonad.StackSet' does not export 'W.shiftMaster'


_________________________________________________________________
You live life beyond your PC. So now Windows goes beyond your PC.
http://clk.atdmt.com/MRT/go/115298556/direct/01/


More information about the xmonad mailing list