[Bug 63804] Re: simple-browser.py example doesn't work

2010-09-16 Thread Bug Watch Updater
** Changed in: pygtk Importance: Unknown = Medium -- simple-browser.py example doesn't work https://bugs.launchpad.net/bugs/63804 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list

[Bug 63804] Re: simple-browser.py example doesn't work

2007-04-16 Thread Sebastien Bacher
fixed in 7.04 ** Changed in: gnome-python-extras (Ubuntu) Status: Fix Committed = Fix Released -- simple-browser.py example doesn't work https://bugs.launchpad.net/bugs/63804 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. --

[Bug 63804] Re: simple-browser.py example doesn't work

2006-10-10 Thread Bug Watch Updater
** Changed in: pygtk (upstream) Status: Unknown = Fix Released -- simple-browser.py example doesn't work https://launchpad.net/bugs/63804 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 63804] Re: simple-browser.py example doesn't work

2006-10-09 Thread Sebastien Bacher
Thanks for the bug and the patch, I've forwarded them upstream: http://bugzilla.gnome.org/show_bug.cgi?id=360891 ** Changed in: gnome-python-extras (Ubuntu) Importance: Undecided = Low Assignee: (unassigned) = Ubuntu Desktop Bugs ** Bug watch added: GNOME Bug Tracker #360891

[Bug 63804] Re: simple-browser.py example doesn't work

2006-10-09 Thread Sebastien Bacher
it was already fixed upstream ** Changed in: gnome-python-extras (Ubuntu) Status: Confirmed = Fix Committed ** Bug watch removed: GNOME Bug Tracker #360891 http://bugzilla.gnome.org/show_bug.cgi?id=360891 ** Bug watch added: GNOME Bug Tracker #321576

[Bug 63804] Re: simple-browser.py example doesn't work

2006-10-08 Thread Jani Monoses
a bit cleaner patch ** Attachment added: patch http://librarian.launchpad.net/4704624/si.diff -- simple-browser.py example doesn't work https://launchpad.net/bugs/63804 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 63804] Re: simple-browser.py example doesn't work

2006-10-03 Thread Stuart Langridge
The problem seems to be that gtkhtml2.Document.open_stream() doesn't handle a Content-type with a charset specified. http://www.gnome.org/ has a Content-type of text/html; charset=utf-8. The following hack resolves the problem, but it should be done better: ---

[Bug 63804] Re: simple-browser.py example doesn't work

2006-10-03 Thread Pradeep
My output isn't so verbose though: python /usr/share/doc/python-gnome2-extras/examples/gtkhtml2/simple-browser.py link_clicked: http://www.gnome.org/ Segmentation fault (core dumped) ** Changed in: gnome-python-extras (Ubuntu) Status: Unconfirmed = Confirmed -- simple-browser.py