Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!THUMPER.BELLCORE.COM!nsb From: nsb@THUMPER.BELLCORE.COM (Nathaniel Borenstein) Newsgroups: comp.soft-sys.andrew Subject: Minor console bug Message-ID: Date: 2 Feb 90 14:26:36 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 If you don't have any preferences and you type "console", you get the error mesage "ERROR: Console couldn't open Default; proceeding with fudgenut.con...". You then get the fudgenut console, which is not terribly well-suited to novice users. To fix this bug, you need to change one character on line 1921 of atk/console/lib/setup.c, where it says "Default" instead of "default". If you get rid of the capitalization, I believe the bug will be fixed. It worked for me, anyway. Cheers. -- Nathaniel