
12 Apr
2010
12 Apr
'10
11:39 a.m.
Comment #3 on issue 390 by jaspervdj: xmobar crashes after some minutes of work http://code.google.com/p/xmonad/issues/detail?id=390 I think I encountered this issue as well. For me, the concrete problem was that the title of the current window sometimes contained strange characters. I fixed it by using customPP = defaultPP { -- Filter out strange characters that might cause xmobar to crash. ppTitle = shorten 80 . filter (\c -> ord c < 128) ... Hope this helps. -- 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