Dear Creators/Users of the most amazing window manager in all of cyberspace,
I was running the xmonad & xmonad contrib from the ubuntu repos but java Charles web debugging proxy gave me gray screens.
In order to run Java apps, I downloaded and patched XMonad 10.1
I put the new compiled xmonad in my ~/.cabal/bin folder
and linked
/usr/bin/xmonad to ~/.cabal/bin/xmonad
Without restarting X11, I did xmonad --recompile and still see grey screens when starting Java apps.
I have Ubuntu 12.04 64 bit with sun java 1.7.0_09. I'm using Gnome3 with XMonad inside.
my xmonad.hs is here
my ghc-pkg list is here
I tried adding import XMonad.Hooks.ICCCMFocus to my xmonad.hs but that caused errors.
I have the right xmonad version:
➜ .xmonad xmonad --version
xmonad 0.10.1
I have cat named chloe:
ghc-pkg check doesn't seem to be erroring:
Is there something else I should try? Thank you for your time.
-Sean