[xmonad] Issue 177 in xmonad: xmonad does not follow ICCCM and ignores WM_TAKE_FOCUS protocol
codesite-noreply at google.com
codesite-noreply at google.com
Wed Sep 7 18:35:35 CEST 2011
Comment #76 on issue 177 by toby.cub... at gmail.com: xmonad does not follow
ICCCM and ignores WM_TAKE_FOCUS protocol
http://code.google.com/p/xmonad/issues/detail?id=177
The dpatch and the hook in Xmonad-contrib both define the same function
names etc., causing the name conflict you're seeing if you try to use both
at the same time. Thus you can't compile the ICCCMFocus module if you want
to use the implementation from the dpatch.
Someone can probably suggest a better way of doing this, but as a quick
hack I just deleted the XMonad.Hooks.ICCCMFocus line from the
xmonad-contrib.cabal file to get it to compile without error after applying
the dpatch.
More information about the xmonad
mailing list