summaryrefslogtreecommitdiff
path: root/data/autostart
diff options
context:
space:
mode:
Diffstat (limited to 'data/autostart')
-rw-r--r--data/autostart/Makefile.am13
-rw-r--r--data/autostart/orca-autostart.desktop7
2 files changed, 20 insertions, 0 deletions
diff --git a/data/autostart/Makefile.am b/data/autostart/Makefile.am
new file mode 100644
index 00000000..fa7d1e83
--- /dev/null
+++ b/data/autostart/Makefile.am
@@ -0,0 +1,13 @@
+NULL =
+
+desktopdir = $(pkgdatadir)/greeter/autostart
+desktop_DATA = orca-autostart.desktop \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(desktop_DATA) \
+ $(NULL)
+
+MAINTAINERCLEANFILES = \
+ *~ \
+ Makefile.in
diff --git a/data/autostart/orca-autostart.desktop b/data/autostart/orca-autostart.desktop
new file mode 100644
index 00000000..944cfd78
--- /dev/null
+++ b/data/autostart/orca-autostart.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Orca screen reader
+Exec=orca --disable main-window,splash-window --enable speech,braille
+NoDisplay=true
+AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-reader-enabled
+X-GNOME-AutoRestart=true