[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#287876: File $HOME/.xsession-errors grows very large



Hi!

This problem just should be fixed. A running Debian system just
kills itself by filling the hard disk with .xsession-errors
files. Unless, of course, the administrator or all users
know how to prevent it.

I fixed it by editing my /etc/X11/Xsession:

Changed this:
exec >>"$ERRFILE" 2>&1

to be like this:
exec >"$ERRFILE" 2>&1

Now the .xsession-errors file is initialized everytime when
a user logs in.

Best regards,
-- 

	-- Harri --



Reply to: