For app developers waiting for a fix, the following hot-patch seems to work. Testing for a range of version numbers before patching might be a good idea.
require 'libglade2' class GladeXML alias :connect_without_source_guard :connect def connect(source, target, signal, handler, data, after = false) guard_source_from_gc(source) connect_without_source_guard(source, target, signal, handler, data, after) end end -- warning: GRClosure invoking callback: already destroyed https://bugs.launchpad.net/bugs/66623 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs