ubuntu / ubuntu-report

Report hardware and other collected metrics like installer or upgrade information
GNU General Public License v3.0
68 stars 29 forks source link

Capture information about screen reader usage #33

Open iainlane opened 3 years ago

iainlane commented 3 years ago

We're a bit blind to whether people install using screen reader (or other a11y features) - perhaps ubuntu-report could capture it?

didrocks commented 3 years ago

Good idea. This is doable, we should look if we want to capture the a11y feature enabled during installation or in the reboot (normally, there is a one to one mapping, but who knows…)

The most complex part would be to list exactly what to report, as the a11y stack isn’t clear in term of what is enabled and how, if you have that list of what to check, this will speed up the process :)