Added make-a11y-profile-manager
This commit is contained in:
parent
32ba78dd4a
commit
0ba4fadff6
1 changed files with 5 additions and 22 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2017 Ruben Rodriguez <ruben@trisquel.info>
|
# Copyright (C) 2020 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
|
||||||
|
|
@ -18,30 +17,14 @@
|
||||||
# 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=2
|
VERSION=1
|
||||||
|
COMPONENT=main
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
cat << EOF >> profiles/blindness/profile.gsettings
|
sed 's/OnlyShowIn=Unity;/OnlyShowIn=Unity;MATE;/' -i a11y-profile-manager-indicator-autostart.desktop.in
|
||||||
|
|
||||||
[com.canonical.unity-greeter]
|
changelog "Enable on MATE"
|
||||||
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue