Issue 232 in xmonad: SetWMName does not seem to be sucessfull

Issue 232: SetWMName does not seem to be sucessfull http://code.google.com/p/xmonad/issues/detail?id=232 Comment #3 by brian.amberg: Ok, I've drilled down more on the problem. It seems that the logHook hook is responsible. When I overwrite the logHook, my Matlab is working, when I use the gnome log hook, it does not work. -- Configuration main = xmonad $ gnomeConfig { startupHook = startupHook' , logHook = dynamicLog , terminal = terminal' , borderWidth = borderWidth' , normalBorderColor = normalBorderColor' , focusedBorderColor = focusedBorderColor' } `additionalKeysP` [ -- moving workspaces ("M-<Left>", prevWS ) , ("M-<Right>", nextWS ) , ("M-S-<Left>", shiftToPrev ) , ("M-S-<Right>", shiftToNext ) ] Attachments: xmonad.hs 1.2 KB -- 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