GNOME Bugzilla – Bug 388039
Stack trace when running "orca -t"
Last modified: 2006-12-20 21:05:37 UTC
From the orca-list: > Hello. Getting the following when running 'orca -t' with the latest > CVS head. Wondering if anyone else is seeing this, or if something on > my end is out of sync?: > > ... > Enable Braille Monitor? Enter y or n: n > > Traceback (most recent call last): > File "/usr/local/stow/orca/lib/python2.4/site-packages/orca/ > orca.py", line 963, in _showPreferencesConsole > module.showPreferencesUI() > File "/usr/local/stow/orca/lib/python2.4/site-packages/orca/ > orca_console_prefs.py", line 361, in showPreferencesUI > logoutNeeded = orca_prefs.writePreferences(prefsDict) > TypeError: writePreferences() takes exactly 2 arguments (1 given) > > Cannot start Orca because it cannot connect > to the Desktop. Please make sure the DISPLAY > environment variable has been set.
Created attachment 78712 [details] [review] Patch to default treeModel to None and adjust accordingly
I tested this a bit. Seems to fix the problem pretty well. Closing as FIXED, albeit maybe a bit agressively.