1orca(1) General Commands Manual orca(1)
2
3
4
6 orca - a screen reader / magnifier
7
9 orca [option...]
10
12 orca is a screen reader for people with visual impairments, and pro‐
13 vides alternative access to the desktop by making use of speech synthe‐
14 sis, braille, and magnification support on the platform.
15
16 In addition, orca only provides access to applications/toolkits that
17 support the assistive technology service provide interface (AT-SPI),
18 which include GTK, Mozilla, Firefox, Evolution, OpenOffice, StarOffice,
19 Java/Swing, etc.
20
21 WARNING: suspending orca, e.g. by pressing Control-Z, from an AT-SPI
22 enabled shell (such as gnome-terminal), can also suspend the desktop
23 until Orca is killed.
24
26 -s, --gui-setup, --setup
27 When starting orca, bring up the GUI configuration dialog.
28
29 -t, --text-setup
30 When starting orca, initiate the text-based configuration.
31
32 -n, --no-setup
33 When starting orca, force the application to be started without
34 configuration, even though it might have needed it. This is use‐
35 ful when starting orca via something like gdm.
36
37 -u dirname
38
39 --user-prefs-dir=dirname
40 When starting orca, use dirname as an alternate directory for
41 the user preferences.
42
43 -e speech|braille|braille-monitor|magnifier|main-window
44
45 --enable=speech|braille|braille-monitor|magnifier|main-window
46 When starting orca, force the enabling of the supplied options.
47
48 -d speech|braille|braille-monitor|magnifier|main-window
49
50 --disable=speech|braille|braille-monitor|magnifier|main-window
51 When starting orca, force the disabling of the supplied options.
52
53 -?, -h, --help
54 Show the help message of this release of the orca program.
55
56 -l, --list-apps
57 Prints the names of all the currently running applications.
58 This is used primarily for debugging purposes to see if orca can
59 talk to the accessibility infrastructure. Note that if orca is
60 already running, this will not kill the other orca process. It
61 will just list the currently running applications, and you will
62 see orca listed twice: once for the existing orca and once for
63 this instance.
64
65 --debug
66 Enables debug output for orca and sends all debug output to a
67 file with a name of the form 'debug-YYYY-MM-DD-HH:MM:SS.out' in
68 the current directory. The YYYY-MM-DD-HH:MM:SS portion will be
69 replaced with the current date and time.
70
71 --debug-file=filename
72 Enables debug output for orca and sends all debug output to the
73 given filename.
74
75 -v, --version
76 Return the orca version number.
77
78 -q, --quit
79 Quit orca.
80
82 orca development is a community effort led by the Sun Microsystems Inc.
83 Accessibility Program Office.
84
86 The orca wiki at <http://live.gnome.org/orca>
87 ⟨http://live.gnome.org/orca⟩
88
89 The orca mailing list orca-list@gnome.org
90
91
92
93GNOME 7 May 2008 orca(1)