Skip to content

Instantly share code, notes, and snippets.

@jgoulah
Created August 17, 2012 14:22
Show Gist options
  • Select an option

  • Save jgoulah/3379064 to your computer and use it in GitHub Desktop.

Select an option

Save jgoulah/3379064 to your computer and use it in GitHub Desktop.
redirect .xsession-errors to /dev/null (put this in /etc/X11/Xsession.d)
#!/bin/sh
# Redirect $HOME/.xsession-errors to /dev/null.
ln -sf /dev/null $HOME/.xsession-errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment