summaryrefslogtreecommitdiff
path: root/data/autostart
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-09-22 15:50:36 -0400
committerRay Strode <rstrode@redhat.com>2012-09-25 13:57:35 -0400
commit62a649de9513506eaebf09fcb30be445d6162614 (patch)
tree5f5a0ea493750abd01abe3170c16c4c2a4e5aefc /data/autostart
parenteda8eede28cbadfb4d1c2a6c09ad06da26c1d8f9 (diff)
downloadgdm-62a649de9513506eaebf09fcb30be445d6162614.tar.gz
Add an autostart file for orca
Add an autostart file for orca, and install it in /usr/share/gdm/greeter/autostart. This is necessary to make the screen reader switch in the a11y menu work in the login screen. https://bugzilla.gnome.org/show_bug.cgi?id=684474
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