Comment 3 for bug 1526566

Revision history for this message
William Grant (wgrant) wrote : Re: [Bug 1526566] Re: Wrong URL opens in browser when generating oauth token

On 19/12/15 07:50, Robert Bruce Park wrote:
> How does lplib open the link the first time though? That has the same issue
> and presumably it isn't lplib telling gnome terminal to open the link for
> it.

launchpadlib uses Python's "webbrowser" module. That should use xdg-open
by default, if it's installed. gnome-terminal probably does the same.