If in System --> Preferences --> Personal --> Assistive Technology Preferences<br>I enable assistive technologies, in preferred applications --> accessibility <br>the hardcoded command for orca magnifier is<br>
<br>orca -m<br><br>while the correct one should be (based on man page)<br><br>orca -e magnifier<br><br>Running from a terminal I get<br>[testuser2@tekkaman ~]$ orca -m<br><br>Traceback (most recent call last):<br>  File "/usr/lib64/python2.5/site-packages/orca/orca.py", line 1379, in main
<br>    "version"])<br>  File "/usr/lib64/python2.5/getopt.py", line 91, in getopt<br>    opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])<br>  File "/usr/lib64/python2.5/getopt.py", line 191, in do_shorts
<br>    if short_has_arg(opt, shortopts):<br>  File "/usr/lib64/python2.5/getopt.py", line 207, in short_has_arg<br>    raise GetoptError('option -%s not recognized' % opt, opt)<br>GetoptError: option -m not recognized
<br><br>It is a x86_64 updated rawhide with orca-2.20.0.1-1.fc8<br><br>I don't know excatly against which package file a bug...<br>Gianluca<br>