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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/498911 Title: nspluginwrapper fills .xsession-errors until disk space is exhausted -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
