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

ubiquity: run gsettings checks for a11y as trisquel user

parent 1bac5fc9
No related branches found
No related tags found
No related merge requests found
Pipeline #829 passed
...@@ -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=29 VERSION=30
. ./config . ./config
...@@ -258,8 +258,8 @@ then ...@@ -258,8 +258,8 @@ then
fi fi
# Hacks for accessibility # Hacks for accessibility
if [ \$(gsettings get org.mate.applications-at screen-reader-enabled) = "true" ] || \ if [ \$(su trisquel -c "gsettings get org.mate.applications-at screen-reader-enabled") = "true" ] || \
[ \$(gsettings get org.gnome.desktop.a11y.applications screen-reader-enabled) = "true" ] [ \$(su trisquel -c "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]
......
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