virtaal
virtaal copied to clipboard
Accelerators not working since migration to gtkbuilder
Version: 0.7.0
On my system the accelerators like Ctrl+W, etc. are not working since the migration to GTK builder.
My versions (Mandriva 2009.1): gtk_version = (2, 16, 1) pygtk_version = (2, 14, 1)
However, it is working on an ubuntu VM with these versions: gtk_version = (2, 20, 1) pygtk_version = (2, 17, 0)
I haven't tested on Windows yet, but for perspective, this is the versions on our build machine: gtk_version = (2, 16, 2) pygtk_version = (2, 12, 1)
I'm wondering if this might be related: https://bugzilla.gnome.org/show_bug.cgi?id=582025 which hints at the fact that it might work with some changes to the XML.
Maybe now requiring GTK 2.16 isn't all that bad, but if we jump right up to 2.18 or 2.20, it might influence our stance on the migration to builder a bit.
Dwayne, as I remember from a personal conversation, this was also a problem on OSX. When you are able to get a build going on OSX again, please test this and report back. We need to know if the gtkbuilder support on master is good to build on for future releases.