summaryrefslogtreecommitdiff
path: root/data/applications
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/applications
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/applications')
-rw-r--r--data/applications/Makefile.am1
-rw-r--r--data/applications/orca-screen-reader.desktop.in15
2 files changed, 0 insertions, 16 deletions
diff --git a/data/applications/Makefile.am b/data/applications/Makefile.am
index cf4ecfa7..1c81e058 100644
--- a/data/applications/Makefile.am
+++ b/data/applications/Makefile.am
@@ -18,7 +18,6 @@ desktop_in_files = \
gnome-shell.desktop.in \
gnome-mag.desktop.in \
gok.desktop.in \
- orca-screen-reader.desktop.in \
polkit-gnome-authentication-agent-1.desktop.in \
$(NULL)
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) \
diff --git a/data/applications/orca-screen-reader.desktop.in b/data/applications/orca-screen-reader.desktop.in
deleted file mode 100644
index 405dca95..00000000
--- a/data/applications/orca-screen-reader.desktop.in
+++ /dev/null
@@ -1,15 +0,0 @@
-[Desktop Entry]
-_Name=Orca Screen Reader
-_Comment=Present on-screen information as speech or braille
-TryExec=orca
-Exec=orca --no-setup --disable main-window --disable splash-window --disable magnifier --enable speech --enable braille
-Icon=orca
-Terminal=false
-Type=Application
-StartupNotify=true
-Categories=GNOME;GTK;Accessibility;
-AutostartCondition=GNOME /desktop/gnome/applications/at/screen_reader_enabled
-X-GNOME-Provides=screen-reader
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=orca
-X-GNOME-Bugzilla-Component=general