[xmonad] Re: Issue 390 in xmonad: xmobar crashes after some minutes
of work
codesite-noreply at google.com
codesite-noreply at google.com
Mon Apr 12 11:39:55 EDT 2010
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
More information about the xmonad
mailing list