From be0e8a9d555415c148acee2da850ab69d9e5e8a2 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sun, 25 Dec 2022 09:18:37 -0500 Subject: [PATCH] ubiquity: Corrected a11y gsettings key paths --- helpers/make-ubiquity | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity index 21a9bf9..03cb1c8 100644 --- a/helpers/make-ubiquity +++ b/helpers/make-ubiquity @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=27 +VERSION=28 . ./config @@ -258,7 +258,8 @@ then fi # Hacks for accessibility -if [ \$(gsettings get org.mate.interface accessibility) = "true" ] +if [ \$(gsettings get org.mate.applications-at screen-reader-enabled) = "true" ] || \ + [ \$(gsettings get org.gnome.desktop.a11y.applications screen-reader-enabled) = "true" ] then echo "Accessibility profile set to 'blindness', enabling screen reader by default in target system" echo "[org.mate.applications-at]