[orca] Additional fix for bug 628473 - orca.py should use argparse instead of getopts
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Additional fix for bug 628473 - orca.py should use argparse instead of getopts
- Date: Tue, 14 Feb 2012 17:33:28 +0000 (UTC)
commit 1d162c35b1dff4c9b03cbf8a1707d15949ae56dd
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Tue Feb 14 12:31:43 2012 -0500
Additional fix for bug 628473 - orca.py should use argparse instead of getopts
Now that --enable and --disable seem to take comma-separated values,
the autostart.desktop file should too.
orca-autostart.desktop.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/orca-autostart.desktop.in b/orca-autostart.desktop.in
index c27c434..3693e49 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 --no-setup --disable main-window --disable splash-window --enable speech --enable braille
+Exec=orca --no-setup --disable main-window,splash-window --enable speech,braille
NoDisplay=true
AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-reader-enabled
X-GNOME-AutoRestart=true
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]