Issue 297 in xmonad: gnomeConfig does not fully support the Gnome workspace switcher applet

Updates: Status: Invalid Comment #3 on issue 297 by byorgey: gnomeConfig does not fully support the Gnome workspace switcher applet http://code.google.com/p/xmonad/issues/detail?id=297 gnomeConfig already includes ewmhDesktopsLogHook in the logHook. If you use gnomeConfig but then set the logHook yourself (as in the attached xmonad-base.hs) it will simply override whatever is in the gnomeConfig. Hence ewmhDesktopsLogHook would not be in your logHook anymore unless you explicitly include it (as you have done), or more generally include the gnomeConfig logHook by doing something like , logHook = logHook gnomeConfig >> whatever logHook stuff you want Marking this issue as invalid, although feel free to reopen if I've misunderstood the problem. -- 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