My ~/.xsession-errors file grows very fast and I'd like to set a limit on its size. How?
|
feedback
|
|
You should realy try to solve the problems that cause the file to grow. | |||||
feedback
|
|
One idea is to install a cron job that moves the file away when it grows too large, with a line similar to (untested)
See
for details. | |||||||
feedback
|