Created attachment 2412 [details] gtk2-oauth2-allow-foreigners-to-open-the-default-browser-.patch The OAuth2 configuration window has two buttons: one opens the browser with the authorization URL, the other just copies the URL into the X11 clipboards. Both start the listener thread to receive the response from the redirect_url. Unfortunately, foreigners were only allowed to copy the URL to their clipboard, to paste that URL somewhere in their browsers manually. Change the behavior to be more inclusive: allow everyone to open the default browser right away.
Created attachment 2413 [details] master-oauth2-allow-foreigners-to-open-the-default-browser-.patch
I don't really understand what problem this aims to solve. What is meant by foreigners to open the default browser? Currently during the authorisation process there's a button that will open a default browser. Or you can manually copy/paste and choose whatever browser you want. I've read the supplied diff but I'm not sure what it's trying to achieve.