Comment 21 for bug 1221514

Revision history for this message
Ed Greenberg (edg-greenberg) wrote :

I've just installed Saucy and have the following debug log capture from autokey-gtk. This took place after a right click and selection of a phrase to send.

2013-11-06 05:54:23,319 DEBUG - service - Received mouse click - resetting buffer
2013-11-06 05:54:27,149 DEBUG - phrase-menu - Sorting phrase menu by usage count
2013-11-06 05:54:27,152 DEBUG - service - Received mouse click - resetting buffer
2013-11-06 05:54:34,718 DEBUG - service - Received mouse click - resetting buffer
2013-11-06 05:54:35,100 DEBUG - iomediator - Send via clipboard
2013-11-06 05:54:35,102 DEBUG - interface - Sending string: u'Morning Tasks, Tickets, Calls, Emails'
2013-11-06 05:54:35,104 ERROR - interface - Error in X event loop thread
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/autokey/interface.py", line 116, in __eventLoop
    method(*args)
  File "/usr/lib/python2.7/dist-packages/autokey/interface.py", line 500, in __sendStringClipboard
    self.__fillClipboard(string)
  File "/usr/lib/python2.7/dist-packages/autokey/interface.py", line 537, in __fillClipboard
    self.clipBoard.set_text(string.encode("utf-8"))
TypeError: set_text() takes exactly 3 arguments (2 given)
2013-11-06 05:54:36,124 DEBUG - service - Received mouse click - resetting buffer
2013-11-06 05:54:36,750 DEBUG - service - Received mouse click - resetting buffer
2013-11-06 05:54:37,391 DEBUG - service - Received mouse click - resetting buffer
2013-11-06 05:54:38,456 DEBUG - service - Received mouse click - resetting buffer
2013-11-06 05:54:38,866 DEBUG - service - Received mouse click - resetting buffer
2013-11-06 05:54:47,076 DEBUG - service - Received mouse click - resetting buffer

This also happens when hitting a hotkey combination. I hope this helps.