I have a GUI application written in python, that uses GTK and runs on Ubuntu, and it has been working well for many months.
The GTK application uses gtk.Builder() and a Glade input file (a user interface designer for GTK+ and GNOME).
When launching the application from the console, the following error is printed:
(evms.py:14241): Pango-CRITICAL **: 08:17:31.288: pango_attr_gravity_new: assertion 'gravity != PANGO_GRAVITY_AUTO' failed
(evms.py:14241): Pango-CRITICAL **: 08:17:31.288: pango_attr_gravity_new: assertion 'gravity != PANGO_GRAVITY_AUTO' failed
Then the app proceeds to run (and print output to the console) however the GUI window itself isn't ever displayed.
I posted about this in a separate question yesterday but it hasn't received a response, so I'm trying a different description of the issue.