Howdy Frederik,
oh, thanks for clarification. for me it
seems not to work without having QT_LINUX_ACCESSIBILITY_ALWAYS_ON
set.
I think we should unify the behave to
other desktops/ frameworks.
If i m right GNOME is getting a string
from dconf.
dconf gsettings set org.gnome.desktop.a11y.applications screen-reader-enabled true but maybe this is hard to implement for QT as it is a GTK/ GNOME tool? what do others think here? Whats the best way to detect if A11y is needed? cheers chrys Am 02.05.19 um 10:54 schrieb Frederik
Gladhorn:
On onsdag 1. mai 2019 18:51:51 CEST chrys wrote:Howdy, the bridge is not needed for QT5 anymore. you need to set this for QT5 export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1Technically this is a hack (QT_LINUX_ACCESSIBILITY_ALWAYS_ON) and should not be needed. But it seems like the settings that Qt tries to read, to detect if Orca is running have changed. Is there a sensible way to detect if accessibility is wanted, and to which level? Qt can do all of this on demand and does enable some things only on demand since they come with a slight overhead. Cheers, Frederikthe variable QT_ACCESSIBILTY is AFAIK for QT4 i have set both and QT is accessible. here my accessibility related variables in bashrc (some of them are quite old lol) export OOO_FORCE_DESKTOP=gnome export SAL_USE_VCLPLUGIN="gtk" export GTK_MODULES="gail:atk-bridge" # for GTK2 export GNOME_ACCESSIBILITY=1 export QT_ACCESSIBILITY=1 # for QT4 export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 # for QT5 maybe this helps, cheers Am 01.05.19 um 18:23 schrieb Vojtěch Polášek via orca-list:Hello, I am running Arch Linux and I have recently removed qt-at-spi because I thought that it is needed only for QT4 applications and I use only QT5 ones. However, after this QT5 apps stopped being accessible as well. Do I need it still? I have the: QT_ACCESSIBILITY=1 environment variable set but no luck. Anything else to be done? Or do I need to install qt-at-spi again? Thanks, Vojta _______________________________________________ orca-list mailing list orca-list gnome org https://mail.gnome.org/mailman/listinfo/orca-list Orca wiki: https://wiki.gnome.org/Projects/Orca Orca documentation: https://help.gnome.org/users/orca/stable/ GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html Log bugs and feature requests at http://bugzilla.gnome.org_______________________________________________ orca-list mailing list orca-list gnome org https://mail.gnome.org/mailman/listinfo/orca-list Orca wiki: https://wiki.gnome.org/Projects/Orca Orca documentation: https://help.gnome.org/users/orca/stable/ GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html Log bugs and feature requests at http://bugzilla.gnome.org
|