Comment 41 for bug 60448

Revision history for this message
Manuel López-Ibáñez (manuellopezibanez) wrote : Re: .xsession_errors file grows out of control & saturates disk space

Only tested in my computer, so use it at your own risk. Open a console and write:

cd ~
rm -f .xsession-errors
ln -s /dev/null .xsession-errors

Now .xsession-errors will always be zero size. If you ever need to check the errors or revert this, you do 'rm -f .xsession-errors" and it will be created in the next reboot.