Description of problem: If in System --> Preferences --> Personal --> Assistive Technology Preferences I enable assistive technologies, in preferred applications --> accessibility the hardcoded command for orca magnifier is orca -m while the correct one should be (based on man page) orca -e magnifier Running from a terminal I get [testuser2 tekkaman ~]$ orca -m Traceback (most recent call last): File "/usr/lib64/python2.5/site-packages/orca/orca.py", line 1379, in main "version"]) File "/usr/lib64/python2.5/getopt.py", line 91, in getopt opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:]) File "/usr/lib64/python2.5/getopt.py", line 191, in do_shorts if short_has_arg(opt, shortopts): File "/usr/lib64/python2.5/getopt.py", line 207, in short_has_arg raise GetoptError('option -%s not recognized' % opt, opt) GetoptError: option -m not recognized Version-Release number of selected component (if applicable): orca-2.20.0.1-1.fc8 How reproducible: always Steps to Reproduce: 1. select System --> Preferences --> Personal --> Assistive Technology Preferences 2. Select enables ass. tech. and click pref. applications 3. Select accessibility Actual results: if orca with magnifier is selected, the hardcoded greyed command is "orca -m" Expected results: "orca -e magnifier" command Additional info:
Fixed in control-center-2.20.1-5.fc8