On Wednesday 06 October 2004 22:52, Dylan wrote:
I remember in earlier editions (7.3 ish) there was a small terminal like window on the desktop which carried some of the system messages. At the time I always got rid of it as I didn't understand how useful it could be. Now, I'd like to get it back but I don't know what it was and it doesn't come up by default any more. Any pointers?
Yup, I know what you mean. It is by default disabled for kdm and gdm in /etc/X11/xdm/Xsetup. Here's a patch to enable it: --- /etc/X11/xdm/Xsetup.orig 2004-04-01 14:35:15.000000000 +0200 +++ /etc/X11/xdm/Xsetup 2004-10-06 23:45:44.889613514 +0200 @@ -160,9 +160,9 @@ # # No xconsole fot kdm/gdm case # -if test "$kdm" = "yes" -o "$gdm" = "yes" ; then - exit 0 -fi +#if test "$kdm" = "yes" -o "$gdm" = "yes" ; then +# exit 0 +#fi # # The geometry of xconsole is set in the Xresource file. You can also edit the file by hand, and comment out those lines. I have now an xconsole running again since... I can't remember when it disappeared... ;) Cheers, Leen