Created
August 17, 2012 14:22
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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