Posted on Aug 27, 2013 by
Swift Hippo
I am using autokey-gtk, version 0.90.4, on Ubuntu, from the PPA.
When I try to run the following script, autokey crashes and I need to kill it.
text = clipboard.get_clipboard()
# modify text...
clipboard.fill_clipboard(text)
If I replace clipboard.fill_clipboard(text)
with dialog.info_dialog(title='asdf', message=text)
it works as expected, leading me to believe the issue is with fill_clipboard
.
Status: New
Labels:
Type-Defect
Priority-Medium