Comment 1 for bug 1246516

Revision history for this message
Robert Bruce Park (robru) wrote :

This cropped up when I changed the following code:

 Gtk.Application.__init__(self, application_id='foo', flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE)

To this:

 Gtk.Application.__init__(self, application_id='foo', flags=Gio.ApplicationFlags.HANDLES_OPEN)

Not sure if that helps you track it down.