Discussion:
orca and qt5 accessibility
Jonathan Nadeau
2016-11-08 13:51:04 UTC
Permalink
Hello list,


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.
Samuel Thibault
2016-11-08 14:29:50 UTC
Permalink
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
Luke Yelavich
2016-11-08 21:57:09 UTC
Permalink
Post by Samuel Thibault
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 :)
I believe the latter is for Qt5.

Luke
Jonathan Nadeau
2016-11-09 15:56:49 UTC
Permalink
Post by Luke Yelavich
Post by Samuel Thibault
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 :)
I believe the latter is for Qt5.
Thanks for your help it is appreciated.
Post by Luke Yelavich
Luke
Loading...