From f0164d55c9fe2ac6b8096d00478ba46f49ad116c Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Mon, 20 Apr 2020 20:53:27 -0400
Subject: [PATCH] Revert "Added make-a11y-profile-manager"

This reverts commit 0ba4fadff6ac28d49d22ac2850cc7ee4487901cf.
---
 helpers/make-a11y-profile-manager | 27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

diff --git a/helpers/make-a11y-profile-manager b/helpers/make-a11y-profile-manager
index 30754224..93d16fe5 100644
--- a/helpers/make-a11y-profile-manager
+++ b/helpers/make-a11y-profile-manager
@@ -1,6 +1,7 @@
 #!/bin/sh
 #
-#    Copyright (C) 2020  Ruben Rodriguez <ruben@trisquel.info>
+#    Copyright (C) 2017  Ruben Rodriguez <ruben@trisquel.info>
+#    Copyright (C) 2019 Mason Hock <mason@masonhock.com>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,14 +18,30 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
-COMPONENT=main
+VERSION=2
 
 . ./config
 
-sed 's/OnlyShowIn=Unity;/OnlyShowIn=Unity;MATE;/' -i a11y-profile-manager-indicator-autostart.desktop.in
+cat << EOF >> profiles/blindness/profile.gsettings
 
-changelog "Enable on MATE"
+[com.canonical.unity-greeter]
+screen-reader=true
+EOF
+
+cat << EOF >> profiles/onscreen-keyboard/profile.gsettings
+
+[com.canonical.unity-greeter]
+onscreen-keyboard=true
+EOF
+
+cat << EOF >> profiles/high-contrast/profile.gsettings
+
+[com.canonical.unity-greeter]
+high-contrast=true
+EOF
+
+
+changelog "Added unity-greeter gsettings"
 
 compile
 
-- 
GitLab