Qt5 linux accessibility without X11?
Unsolved
General and Desktop
-
wrote on 15 Feb 2017, 12:09 last edited by A Former User
Hello,
I'd like to know what is needed to have an accessible Qt application that runs directly under linux kernel using eglfs backend. I have dbus and at-spi2-core up and running and a small daemon that outputs "focused" accessible elements to the console as a debug. However, the Qt application doesn't seem to even connect to the accesibility bus :(
I have current envirinment set:
QT_ACCESSIBILITY=1
QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
QT_QPA_PLATFORM=eglfsI tried the same under Weston as well the same result. I'm using Qt 5.7 libs built myself with the accessibility support enabled.
C.
-
Hi,
I'd recommend bringing this topic to the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.