I'm new to this forum, but without further redo, here's the question: Being blind, I have to use a screen reader, in this case, Orca. Now, everything works wonderfully untill I try to open an electron app, or a QT app. In Fedora, and Arch Linux, I found out that if you place some lines in the .bash_profile and xinetrc files respectively, accessibility will be enabled. In Ubuntu, though, when I put those lines, nothing happens. I'll paste the lines below:
export GTK_MODULES=gail:atk-bridge
export GNOME_ACCESSIBILITY=1
export QT_ACCESSIBILITY=1
export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
export ACCESSIBILITY ENABLED=1
Does anyone know how this could be fixed in recent versions of Ubuntu, like 20.04 and 20.10? Thing is, without these options, things like Chrome become totally non usable, although they are. Thanks for any answer.