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

Revert "Added make-a11y-profile-manager"

This reverts commit 0ba4fadf.
parent 0ba4fadf
No related branches found
No related tags found
2 merge requests!307Etiona test mr,!179Corrected patch for make-bleachbit
#!/bin/sh #!/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 # 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 # it under the terms of the GNU General Public License as published by
...@@ -17,14 +18,30 @@ ...@@ -17,14 +18,30 @@
# 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=1 VERSION=2
COMPONENT=main
. ./config . ./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 compile
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