From 646657244ed921758a6c8230bfa2cf8cd6a32d61 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 23 May 2024 17:50:22 -0400 Subject: [PATCH] Try to make Orca start when mate desktop is launched. --- .includes/gui.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.includes/gui.sh b/.includes/gui.sh index 3645607..4e377cb 100755 --- a/.includes/gui.sh +++ b/.includes/gui.sh @@ -71,5 +71,12 @@ if [[ ! -d ~/.config/speech-dispatcher ]]; then spd-conf -n fi +# Automatically start orca for mate. +if [[ "$1" == "mate" ]]; then +GSETTINGS_BACKEND=dconf gsettings set org.gnome.desktop.a11y.applications screen-reader-enabled true +GSETTINGS_BACKEND=dconf gsettings set org.mate.interface accessibility true +GSETTINGS_BACKEND=dconf gsettings set org.mate.applications-at-visual startup true +fi + # enable nodm sudo systemctl enable nodm --now