ajs124 / autokey

Automatically exported from code.google.com/p/autokey
GNU General Public License v3.0
0 stars 0 forks source link

autokey-gtk hangs on fill_clipboard #256

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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`.

Original issue reported on code.google.com by tpr...@gmail.com on 27 Aug 2013 at 9:09