Re: orca and qt5 accessibility

Samuel Thibault <[email protected]> Tue, 8 Nov 2016 15:29:50 +0100
Newsgroups gmane.comp.kde.devel.accessibility
Message-ID <20161108142950.GT12295@var>
Jonathan Nadeau, on Tue 08 Nov 2016 08:51:04 -0500, wrote:
> With the qt5 framework I understand that qt-at-spi is no longer needed. What
> do i need to do to make sure that accessibility is enabled in qt5 so that
> applications are accessible to the Orca screen reader. your help is greatly
> appreciated.

In Debian we set

QT_ACCESSIBILITY=1
QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1

export QT_ACCESSIBILITY QT_LINUX_ACCESSIBILITY_ALWAYS_ON

I don't remember which one is for qt5 :)

SAmuel