From 4ec37d907016b9bd4677db2f932d3d186cb11823 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Wed, 1 Dec 2021 09:31:29 -0500
Subject: [PATCH] a11y-profile-manager: Fixes issues starting orca

---
 helpers/make-a11y-profile-manager | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/helpers/make-a11y-profile-manager b/helpers/make-a11y-profile-manager
index 86e6d8e0..0ed93567 100644
--- a/helpers/make-a11y-profile-manager
+++ b/helpers/make-a11y-profile-manager
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#    Copyright (C) 2020  Ruben Rodriguez <ruben@trisquel.info>
+#    Copyright (C) 2021  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
@@ -18,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=3
+VERSION=4
 
 . ./config
 
@@ -42,6 +42,7 @@ cat << EOF >> profiles/high-contrast/profile.gsettings
 high-contrast=true
 EOF
 
+sed 's/orca/orca --replace/' -i profiles/blindness/profile.manifest.in
 
 changelog "Added unity-greeter gsettings"
 
-- 
GitLab