[orca] Fix for bug 701549 - orca-autostart.desktop always enable speech and braille
- From: Javier Hernández Antúnez <jhernandez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix for bug 701549 - orca-autostart.desktop always enable speech and braille
- Date: Mon, 3 Jun 2013 21:05:15 +0000 (UTC)
commit ced117a4cc32fa1b2c486b2dab9b42a859262419
Author: Javier Hernández <jhernandez emergya com>
Date: Mon Jun 3 21:28:13 2013 +0200
Fix for bug 701549 - orca-autostart.desktop always enable speech and braille
orca-autostart.desktop.in | 2 +-
src/orca/settings.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/orca-autostart.desktop.in b/orca-autostart.desktop.in
index 76cb81f..b8f2e86 100644
--- a/orca-autostart.desktop.in
+++ b/orca-autostart.desktop.in
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=Orca screen reader
-Exec=orca --enable speech,braille
+Exec=orca
NoDisplay=true
AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-reader-enabled
X-GNOME-AutoRestart=true
diff --git a/src/orca/settings.py b/src/orca/settings.py
index 0f0c9dd..95a4dfb 100644
--- a/src/orca/settings.py
+++ b/src/orca/settings.py
@@ -276,7 +276,7 @@ enableSpeechIndentation = False
# If True, enable braille.
#
-enableBraille = False
+enableBraille = True
# If True, add the hierarchical context of an object to the braille
# line. People with very large braille displays may want to set this
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]