Try to make Orca start when mate desktop is launched.
This commit is contained in:
parent
5716d66896
commit
646657244e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user