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 --
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]