Skip to content
Snippets Groups Projects

fix make-a11y-profile-manager

Merged Mason Hock requested to merge chaosmonk/package-helpers:make-a11y-profile-manager into etiona
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -21,19 +21,19 @@ VERSION=1
. ./config
cat << EOF >> profiles/mate-blindness/profile.gsettings
cat << EOF >> profiles/blindness/profile.gsettings
[com.canonical.unity-greeter]
screen-reader=true
EOF
cat << EOF >> profiles/mate-onscreen-keyboard/profile.gsettings
cat << EOF >> profiles/onscreen-keyboard/profile.gsettings
[com.canonical.unity-greeter]
onscreen-keyboard=true
EOF
cat << EOF >> profiles/mate-high-contrast/profile.gsettings
cat << EOF >> profiles/high-contrast/profile.gsettings
[com.canonical.unity-greeter]
high-contrast=true
Loading