Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions skel/flatpak/overrides/global
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Environment]
QT_LINUX_ACCESSIBILITY_ALWAYS=true
Copy link
Member

@tintou tintou May 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have been QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 but it is not required as the documentation stands:

In the Unix/X11 AT-SPI implementation, applications become accessible when two conditions are met:

org.a11y.Status.IsEnabled DBus property is true
org.a11y.Status.ScreenReaderEnabled DBus property is true

An alternative to setting the DBus AT-SPI properties is to set the QT_LINUX_ACCESSIBILITY_ALWAYS_ON environment variable.

So the org.a11y.bus=talk should be enough

GTK_PATH=/app/lib/gtkmodules
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be required, the AT-SPI module is built with Gtk itself so the default paths should be enough


[Session Bus Policy]
org.a11y.bus=talk