Comment 4 for bug 498911

Revision history for this message
Kaspars Leinis (kaspars-leinis) wrote :

Ubuntu 10.04, Firefox 3.6.13

Also creates multi-GB .xsession-errors file.

A workaround for affected users:

According to http://www.fedoraforum.org/forum/showthread.php?t=218008
--------------------------
Use small script and put it into the startup apps, it seems xinit does not create a new xsession-errors log once it has been erased at session startup.

Code:
#!/bin/sh
# deletes ~/.xsession-errors at startup so it does not write gigabytes of debug info
rm -f ~/.xsession-errors