Comment 12 for bug 83974

Revision history for this message
Martin Pitt (pitti) wrote : Re: [feisty] apport-gtk is opening a wrong URL

Can you please upgrade to this version (at least python-apport):

 apport (0.53) feisty; urgency=low
 .
   * apport/ui.py, open_url(): Remove some accidentally left-over debugging
     junk.
   * gtk/apport-gtk: Process pending GTK events after hiding the info
     collection window to avoid a hanging dead dialog.
   * gtk/apport-gtk: Do not count the lines of fields with binary data. This
     particularly avoids long delays with huge core dumps. (LP: #81979)
   * apport/ui.py, open_url(): Print URL to stdout, so that we can debug the
     weirdness in #83974.

and with that, run apport-gtk from the command line? Like this:

  /usr/share/apport/apport-gtk -f -p bash

It should print the URL that is submitted to the open_url() function. Is it the correct one?

If you click on a link in a terminal window, does that work?