This file is indexed.

/usr/share/doc/qt-at-spi/README is in qt-at-spi 0.4.0-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
Qt AT-SPI2 bridge
=================

This is a Qt 4 plugin that bridges Qt's accessibility API to AT-SPI2.
With recent versions of AT-SPI2 this should make Qt applications accessible
with the help of tools such as Gnome's Orca screen-reader.

This plugin is part of Qt 5. Any patch committed here MUST go to Qt 5 first,
unless it is not applicable there.
See qtbase/src/platformsupport/linuxaccessibility

Switch gnome to use at-spi2:
gconftool-2 --set /desktop/gnome/interface/at-spi-dbus --type bool true
gconftool-2 --set /desktop/gnome/interface/at-spi-corba --type bool false

To run gnome apps with at-spi2 in a non-gnome session:
export GTK_MODULES=gail:atk-bridge

Qt will only load this plugin when the environment variable
QT_ACCESSIBILITY is set to 1.

$ export QT_ACCESSIBILITY=1