Skip to content
Snippets Groups Projects
Commit 4ec37d90 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

a11y-profile-manager: Fixes issues starting orca

parent c1242a77
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/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> # Copyright (C) 2019 Mason Hock <mason@masonhock.com>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=3 VERSION=4
. ./config . ./config
...@@ -42,6 +42,7 @@ cat << EOF >> profiles/high-contrast/profile.gsettings ...@@ -42,6 +42,7 @@ cat << EOF >> profiles/high-contrast/profile.gsettings
high-contrast=true high-contrast=true
EOF EOF
sed 's/orca/orca --replace/' -i profiles/blindness/profile.manifest.in
changelog "Added unity-greeter gsettings" changelog "Added unity-greeter gsettings"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment