Issue 278 in xmonad: quick xmonad restart is not enough to make IM layout work

Status: New Owner: ---- New issue 278 by arseni.buinitsky: quick xmonad restart is not enough to make IM layout work http://code.google.com/p/xmonad/issues/detail?id=278 To reproduce: 1. configure xmonad like this myLayout = onWorkspace "ims" ( avoidStruts(withIM (1%5) (ClassName "Kopete" `And` Role "MainWindow#1") Grid) ) $ avoidStruts( Mirror tiled ||| tiled ||| Full ) 2. quick restart xmonad (restart "xmonad" True) Expect kopete roster window mapped at "ims" workspace in the left corner of the screen having 1/5 of window size. Instead - mapped as usual using Mirror tiled layout. Restarting Xorg makes window mapped as expected. using Linux 2.6.28, Gentoo amd64, ghc 6.8.2, xmonad 0.8 -- 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
participants (1)
-
codesite-noreply@google.com