Advertisement
Guest User

Untitled

a guest
Jan 14th, 2014
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.05 KB | None | 0 0
  1. ~ > autokey-qt
  2. <class 'Xlib.protocol.request.QueryExtension'>
  3. X protocol error:
  4. <class 'Xlib.error.BadAccess'>: code = 10, resource_id = 158, sequence_number = 23, major_opcode = 33, minor_opcode = 0
  5. X protocol error:
  6. <class 'Xlib.error.BadAccess'>: code = 10, resource_id = 158, sequence_number = 24, major_opcode = 33, minor_opcode = 0
  7. X protocol error:
  8. <class 'Xlib.error.BadAccess'>: code = 10, resource_id = 158, sequence_number = 25, major_opcode = 33, minor_opcode = 0
  9. X protocol error:
  10. <class 'Xlib.error.BadAccess'>: code = 10, resource_id = 158, sequence_number = 26, major_opcode = 33, minor_opcode = 0
  11. <class 'Xlib.protocol.request.QueryExtension'>
  12. Exception in thread KeypressHandler-thread:
  13. Traceback (most recent call last):
  14.   File "/usr/lib/python2.7/threading.py", line 808, in __bootstrap_inner
  15.     self.run()
  16.   File "/usr/lib/python2.7/dist-packages/autokey/iomediator.py", line 202, in run
  17.     target.handle_keypress(rawKey, modifiers, key, windowName, windowClass)
  18.   File "/usr/lib/python2.7/dist-packages/autokey/service.py", line 179, in handle_keypress
  19.     currentInput, windowInfo, True)
  20.   File "/usr/lib/python2.7/dist-packages/autokey/service.py", line 304, in __checkTextMatches
  21.     if item.check_input(buffer, windowInfo):
  22.   File "/usr/lib/python2.7/dist-packages/autokey/model.py", line 732, in check_input
  23.     abbr = self._should_trigger_abbreviation(buffer)
  24.   File "/usr/lib/python2.7/dist-packages/autokey/model.py", line 131, in _should_trigger_abbreviation
  25.     if self.__checkInput(buffer, abbr):
  26.   File "/usr/lib/python2.7/dist-packages/autokey/model.py", line 144, in __checkInput
  27.     stringBefore, typedAbbr, stringAfter = self._partition_input(buffer, abbr)
  28.   File "/usr/lib/python2.7/dist-packages/autokey/model.py", line 191, in _partition_input
  29.     stringBefore, typedAbbr, stringAfter = currentString.rpartition(abbr)
  30. ValueError: empty separator
  31. Traceback (most recent call last):
  32.   File "/usr/lib/python2.7/dist-packages/autokey/qtui/notifier.py", line 101, in on_activate
  33.     def on_activate(self, reason):
  34. KeyboardInterrupt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement