[xmonad] xmobar crash analysis

Brandon Allbery allbery.b at gmail.com
Thu Apr 30 14:35:56 UTC 2015


On Thu, Apr 30, 2015 at 2:20 PM, Gauthier Östervall <gauthier at ostervall.se>
wrote:

> What I wonder is how I find crash and debug info about this.
> /var/log/syslog doesn't mention anything about xmobar, xmonad.errors
> is empty. What is going on?
>

It's going to be in the session log, wherever that is: for `startx` it
defaults to the virtual console you ran it on (you can put a redirection
such as `exec >~/.xsession-errors 2>&1` near the top of ~/.xinitrc to
change it); for display managers it's usually ~/.xsession-errors. Some
systemd-based systems may instead use a systemd log accessed via journalctl.

xmonad.errors is *only* used when compiling an xmonad config, not for any
other purpose. Because of the specific way this file is used to collect
output from compiling an xmonad config, you should not try to use it for
anything else.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/xmonad/attachments/20150430/1502ff13/attachment.html>


More information about the xmonad mailing list