[xmonad] Re: Issue 336 in xmonad: xmonad won't start: Irrefutable pattern failed for pattern (Data.Maybe.Just nbc_)

codesite-noreply at google.com codesite-noreply at google.com
Fri Nov 13 15:19:24 EST 2009


Comment #2 on issue 336 by daniel.wagner: xmonad won't start: Irrefutable  
pattern failed for pattern (Data.Maybe.Just nbc_)
http://code.google.com/p/xmonad/issues/detail?id=336

What colors are safe for you?  Here's some Haskell to try in ghci, once  
you've
started X with some other window manager.

:m + Graphics.X11.Xlib XMonad.Operations
dpy <- openDisplay ""
mapM (initColor dpy)  
["red", "gray", "blue", "black", "white", "#000000", "#ffffff"]

Feel free to put any other colors you think might work in that list on the  
third
line.  The ones that correspond to "Just" values (rather than "Nothing"  
values) are safe.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the xmonad mailing list