flushaMeme / autokey

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

clipboard.get_selection crashes Autokey #201

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Version 0.90.3
2. Create a "Minimum" test sript:

contents = clipboard.get_selection()
keyboard.send_keys(contents)

3. Run the test script

What is the expected output? What do you see instead?

Expect: The clipboard is pasted.
See: Crash

What version of the product are you using? On what operating system?
0.90.3
Arch Linux

Please provide any additional information below.

Identical to report:
http://code.google.com/p/autokey/issues/detail?id=197

Original issue reported on code.google.com by trankvil...@gmail.com on 14 May 2012 at 4:56

GoogleCodeExporter commented 8 years ago
*EDIT*

All commands from section 
http://autokey.googlecode.com/svn/trunk/doc/scripting/lib.scripting.GtkClipboard
-class.html crash AutoKey.

Original comment by trankvil...@gmail.com on 14 May 2012 at 5:45

GoogleCodeExporter commented 8 years ago
This is due to different behaviours in Gnome 3.2 and 3.4 of PyGI. I will try to 
fix but it's not a priority as it works in the latest GTK versions.

Original comment by cdekter on 15 May 2012 at 2:25

GoogleCodeExporter commented 8 years ago
Fixed for next release

Original comment by cdekter on 15 May 2012 at 10:53