QiangF / autokey

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

Required gtk+ version is 2.24, the one included in Ubuntu Lucid is 2.20. #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start the new Autokey 0.80.0
2. Try to create a new phrase
3. See debugging output

What is the expected output? What do you see instead?
Nothing happens.

What version of the product are you using? On what operating system?
Autokey 0.80.0, in Ubuntu Lucid Lynx

Please provide any additional information below.

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/autokey/gtkui/configwindow.py", line 844, in on_new_phrase
    name = self.__getNewItemName("Phrase")
  File "/usr/lib/python2.6/dist-packages/autokey/gtkui/configwindow.py", line 827, in __getNewItemName
    dlg = RenameDialog(self.ui, "New %s" % itemType, True, _("Create New %s") % itemType)
  File "/usr/lib/python2.6/dist-packages/autokey/gtkui/configwindow.py", line 66, in __init__
    builder = get_ui("renamedialog.xml")
  File "/usr/lib/python2.6/dist-packages/autokey/gtkui/configwindow.py", line 47, in get_ui
    builder.add_from_file(uiFile)
glib.GError: 
/usr/lib/python2.6/dist-packages/autokey/gtkui/data/renamedialog.xml: required 
gtk+ version 2.24, current version is 2.20

Original issue reported on code.google.com by mar...@pingdom.com on 29 Sep 2011 at 9:04

GoogleCodeExporter commented 9 years ago
Current workaround:
Edit /usr/lib/python2.6/dist-packages/autokey/gtkui/data/renamedialog.xml and 
change 2.24 to 2.20 (may break functionality) 

Original comment by mar...@pingdom.com on 29 Sep 2011 at 1:17

GoogleCodeExporter commented 9 years ago
Issue 145 has been merged into this issue.

Original comment by cdekter on 29 Sep 2011 at 9:14

GoogleCodeExporter commented 9 years ago

Original comment by cdekter on 29 Sep 2011 at 9:19

GoogleCodeExporter commented 9 years ago
Fixed in r360

Original comment by cdekter on 29 Sep 2011 at 9:34