GNOME Bugzilla – Bug 658665
Getobjectnameatcoords crashes on latest ldtp2 from git
Last modified: 2011-09-14 06:41:43 UTC
Steps To Reproduce: 1. Get latest ldtp2 source from git (revision 0b08e0d63d7d1e56314879d6d9423065f6752485) 2. Start python: >> import ldtp >>> ldtp.getobjectnameatcoords() Traceback (most recent call last):
+ Trace 228394
return self.__send(self.__name, args)
verbose=self.__verbose
raise e xmlrpclib.Fault: <Fault 8002: "'gi.repository.Gtk' object has no attribute 'gdk'">
Maybe, some required libraries were not installed?
Which distribution are you trying ? I have some issues in Ubuntu 11.10 to fix. I can reproduce the issue.
Yes, I'm using Ubuntu 11.10
Created attachment 196179 [details] [review] Suggested patch Here is a simple patch for that issue
Created attachment 196191 [details] [review] Updated patch
When I tried similar patch, it crashed LDTP, is your patch working ? Thanks
yeah, the patch with id=196191 works fine with Gtk3
Fixed in git head, thanks for the bug report