Banshee Accessibility

2009-10-05 Thread Eitan Isaacson
Hi Folks. Over the last few weeks I put some time into making Banshee, everyone's favorite media player, accessible. Hopefully all concerned trunks will have these patches in them soon. You could view all banshee a11y bugs (and add your own) here: http://tinyurl.com/banshee-a11y-bugs You could r

Re: Can two ATK toolkits cooperate in the same app?

2009-10-05 Thread Piñeiro
From: "Quiring, Sam" > > GTK_MODULES=gail:papi:atk-bridge > > This is a new one on me. Where is the effect of this > environment variable documented? What form would papi > have to be (.so file?) and where would it have to be > located in the file system for this to work? You can found this o

Shari Trewin/Watson/IBM is out of the office.

2009-10-05 Thread Shari Trewin
I will be out of the office starting 10/02/2009 and will not return until 10/07/2009. I will have no email access until the evening of October 6th. I will read and respond to your message when I return. ___ gnome-accessibility-list mailing list gnome

RE: Can two ATK toolkits cooperate in the same app?

2009-10-05 Thread Quiring, Sam
> GTK_MODULES=gail:papi:atk-bridge This is a new one on me. Where is the effect of this environment variable documented? What form would papi have to be (.so file?) and where would it have to be located in the file system for this to work? I just did a couple of google's for this and finally fo

Re: Can two ATK toolkits cooperate in the same app?

2009-10-05 Thread Piñeiro
From: "Quiring, Sam" > I am working on making a Python application accessible by creating ATK > objects corresponding to the GUI objects of the application. The Python > app is under development and I recently fetched a new version of the > source and it caused my ATK interface to stop working.