ubiquity: Corrected a11y gsettings key paths
This commit is contained in:
parent
5915177530
commit
be0e8a9d55
1 changed files with 3 additions and 2 deletions
|
|
@ -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=27
|
VERSION=28
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -258,7 +258,8 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Hacks for accessibility
|
# Hacks for accessibility
|
||||||
if [ \$(gsettings get org.mate.interface accessibility) = "true" ]
|
if [ \$(gsettings get org.mate.applications-at screen-reader-enabled) = "true" ] || \
|
||||||
|
[ \$(gsettings get org.gnome.desktop.a11y.applications screen-reader-enabled) = "true" ]
|
||||||
then
|
then
|
||||||
echo "Accessibility profile set to 'blindness', enabling screen reader by default in target system"
|
echo "Accessibility profile set to 'blindness', enabling screen reader by default in target system"
|
||||||
echo "[org.mate.applications-at]
|
echo "[org.mate.applications-at]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue