
25 Aug
2011
25 Aug
'11
3:28 p.m.
Comment #66 on issue 177 by vially.i...@gmail.com: xmonad does not follow ICCCM and ignores WM_TAKE_FOCUS protocol http://code.google.com/p/xmonad/issues/detail?id=177 I have the same problem with intellij and the only way I've managed to fix it so far is by having another java 6 installation and forcing intellij to use that version instead: #!/bin/sh export IDEA_JDK=/home/vially/.apps/jdk1.6.0_26 exec /usr/share/intellij-idea-ultimate-edition/bin/idea.sh $* However, this only works if you do not need intellij to use java7 explicitly.