From a16e633c44d41a49efdc3f2a89c9c49b2072888e Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 16 Jul 2020 00:41:23 -0400 Subject: [PATCH] Set "reader=orca" in 01_debian.conf This change allows the user to press (f4) to enable the screen reader at the login screen. Orca remains off by default and will remain off at each boot unless a11y-states is set so this shouldn't change behavior for those not needing accessibility. This change makes way for the removal of the orca-dm-wrapper script in the orca package. --- debian/01_debian.conf | 1 + debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/debian/01_debian.conf b/debian/01_debian.conf index 4b2018d..86893a9 100644 --- a/debian/01_debian.conf +++ b/debian/01_debian.conf @@ -7,3 +7,4 @@ theme-name=Adwaita xft-antialias=true xft-hintstyle=hintfull xft-rgba=rgb +reader=orca diff --git a/debian/changelog b/debian/changelog index 3992dd8..33f60cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lightdm-gtk-greeter (2.0.8-2) UNRELEASED; urgency=medium + + * Set "orca=reader" in 01_debian.conf + + -- Thu, 16 Jul 2020 00:17:34 -0400 + lightdm-gtk-greeter (2.0.8-1) unstable; urgency=medium * d/watch updated following Github migration -- GitLab