GNOME Bugzilla – Bug 735261
Accerciser not working correctly on Fedora 20 and Crashing.
Last modified: 2014-08-23 13:45:28 UTC
When I am opening accerciser from terminal I am getting this error http://paste.fedoraproject.org/127925/40877040 and Accerciser window opens but only with IPython console. Automatic Bug Reporter of Fedora is reporting "A problem has been reported". I am not sure is there a problem with Acccerciser or with my system. Please confirm it.
not working when installed through the command "sudo yum install accerciser-noarch". After installing it form its github repo now, I'm not getting error but many apps like Firefox, Chrome are not getting listed in the Application Tree View.
Confirming on Fedora 20. Filed in Red Hat Bugzilla under https://bugzilla.redhat.com/show_bug.cgi?id=1108329 Traceback (most recent call last):
+ Trace 233988
handler, args = self._extract_handler_and_args(obj_or_map, handler_name)
if isinstance(obj_or_map, collections.Mapping):
return any(cls.__subclasscheck__(c) for c in {subclass, subtype})
if issubclass(subclass, rcls):
Hey Amit, thanks for reporting it. As you've noticed, the problem was already fixed some time ago in master this problem should be filed downstream. So please file a bug against F20's accerciser component and put me in cc, I'll try to provide a patch to fix that problem for the people using Accerciser from rpms in F20. Since Firefox doesn't track the status of the GNOME's accessibility service, you should start Accerciser prior launching Firefox, in this way, Firefox will enable its accessibility and should be listed in Accerciser's tree view. wrt Chrome, AFAIK, I don't think it's accessible.
oops, thanks André! :)