Comment 3 for bug 505288

Revision history for this message
NicoInattendu (nico-inattendu) wrote :

Hum, problem seems harder then I thought :

I have in the same case some times the followng message
TypeError: can't convert return value to desired type
./luciole.py:134: Warning: g_value_get_boolean: assertion `G_VALUE_HOLDS_BOOLEAN (value)' failed
  gtk.main()
./luciole.py:134: Warning: g_value_reset: assertion `G_IS_VALUE (value)' failed
  gtk.main()
./luciole.py:134: Warning: g_value_unset: assertion `G_IS_VALUE (value)' failed
  gtk.main()

It lok likes 2 threads using gtk collapse. In theory in use gtk in the main thread, I go to check if in my code I dont' misccode something and use gtk in a spawned thread .....