After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 388039 - Stack trace when running "orca -t"
Stack trace when running "orca -t"
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other All
: Normal major
: ---
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-20 20:56 UTC by Willie Walker
Modified: 2006-12-20 21:05 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Patch to default treeModel to None and adjust accordingly (1.59 KB, patch)
2006-12-20 21:01 UTC, Willie Walker
committed Details | Review

Description Willie Walker 2006-12-20 20:56:49 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.
Comment 1 Willie Walker 2006-12-20 21:01:49 UTC
Created attachment 78712 [details] [review]
Patch to default treeModel to None and adjust accordingly
Comment 2 Willie Walker 2006-12-20 21:05:37 UTC
I tested this a bit.  Seems to fix the problem pretty well.  Closing as FIXED, albeit maybe a bit agressively.