Re: Orca scripting question - re vmware



Hi Bart,

I was using SVN from this morning r1928 I think.

Any other pointers?

If you are willing to investigate a bit further, then I suggest the following:

The way that the Orca developers usually go about trying to find out
what's happening with a particular problem, is to adjust the debug settings
in their ~/.orca/user-settings.py and saving the output into a file.
I suggest you do that for this case, open an Orca bug and attach
that file to it, and then we can give you some more specific pointers
on things to try to fix it.

In more detail:

Edit your ~/.orca/user-settings.py file and make sure that the following
three lines are uncommented (i.e. don't have a # character at the beginning
of the line):

orca.debug.debugLevel = orca.debug.LEVEL_ALL

orca.debug.eventDebugLevel = orca.debug.LEVEL_OFF

orca.debug.debugFile = open('debug.out', 'w', 0)

Stop Orca. Restart it via a virtual console, so that it'll now pickup your new
debug settings and write the debug output to a "debug.out" file that you
can find later.

Then run the application that's causing problems. Do all the steps that
are not responding correctly (i.e. visit the tree view in vmware in this case),
then terminate Orca via its normal exit (Insert/Caps-Lock-q). There will a
"debug.out" file in the directory where you started Orca from.

To file a new Orca bug please go to:

http://bugzilla.gnome.org/enter_bug.cgi?product=orca

Hope that helps.

Thanks.

Rich Burridge writes:
 > Hi Bart,
> > >
 > > There is a tree view that doesn't seem to speak at all and I thought I
 > > might have a poke around and see if I could understand why not and
 > > what was required to get it to talk.
 > ...
 > >
 > > I'm guessing I need to get at the contents of this cell or it's label
 > > or some such, but don't really know where to go from here.
> > > Which version of Orca are you trying this with? I made a change last > Thursday: > > Fix for bug #376791 – Orca does not provide access to the buddy
 > list in Gaim 2.0.0 beta 5.
> > that might have a direct effect on how well the table cells in the tree > view speak.
 > For more details, see:
> > http://bugzilla.gnome.org/show_bug.cgi?id=376791 > > in particular, comment #9: > > http://bugzilla.gnome.org/show_bug.cgi?id=376791#c9 > > and the final attachment: > > http://bugzilla.gnome.org/attachment.cgi?id=80047
_______________________________________________
Orca-list mailing list
Orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]