-
-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Problem
By default, many applications that use flatpak are not accessible to a11y technologies, due to the fact that the flatpak sandbox does not talk to the a11y bus.
Proposal
I propose we make the following flatpak environment settings global defaults:
flatpak override --user --talk-name="org.a11y.bus"
flatpak override --user --env="QT_LINUX_ACCESSIBILITY_ALWAYS=true"
flatpak override --user --env="GTK_PATH=/app/lib/gtkmodules"Prior Art (Optional)
No response