Bug#493954: beagle: Crashes toggling category

2008-08-06 Thread Francisco J . Rodríguez Bogado
Package: beagle Version: 0.3.8-1 Severity: important Run beagle-search, search something and toggle any category. Then: 1. 20080123083000 2. 23 enero, 09:30 Exception in Gtk# callback delegate Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.

Bug#481480: python-gtk2: gtk.main() reads from stdin, so freezes GUI.

2008-05-16 Thread Francisco J . Rodríguez Bogado
Package: python-gtk2 Version: 2.12.1-2 Severity: important gtk.main() seems to read from stdin somewhere in mainloop and freezes GUI when a python script that uses pygtk is run from terminal. For instance, with this script: $ cat test.py import pygtk import gtk v = gtk.Window() caja =