GNOME Bugzilla – Bug 678517
Macaroon script recorder is broken
Last modified: 2012-06-25 23:09:06 UTC
While working on Accerciser's python 3 migration I discovered that the Macaroon script recorder no longer works. Note that I do not believe this to be a recent breakage. My use of macaroon w.r.t. Orca does not include using the script recorder.
Created attachment 216911 [details] [review] proposed fix - part 1 This gets it working again. (There are other issues.)
Created attachment 216912 [details] [review] Significantly smaller keyboard event mask There is a crazy delay which results from registering the keystroke listeners. I have no idea why the mask was set to over 16,000. This patch does what we do in Orca and seems to work just fine.
Created attachment 216954 [details] [review] Sanity check to prevent tripping over runtime errors when getting the path
Review of attachment 216911 [details] [review]: commited: f19e98af43069dc5943e2e9ff1d17f6bc6b3b7db
Review of attachment 216912 [details] [review]: commited: 711bc814f9a66c2f8edb4419a339c1014d14d7c4
Review of attachment 216954 [details] [review]: commited: c750733ace9bfcd49f4e9e9ad65c22e287078a65
Good stuff!! Thanks a lot Joanie! Cheers!