I can confirm it happens with a simple script like this:
import gtk
import gtkmozembed
class TinyGecko:
def __init__(self):
self.moz = gtkmozembed.MozEmbed()
self.moz.load_url('about:plugins')
win = gtk.Window()
win.add(self.moz)
win.show_all()
if __name__ == '__main__':
TinyGecko()
gtk.main()
--
[exaile/gutsy] crash in lib gtkembedmoz
https://bugs.launchpad.net/bugs/123409
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs