bernigaud / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

show URL even if BROWSER is set #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
sometimes the browser will fail to load, so it's useful to still have the URL 
in case you need it.

Original issue reported on code.google.com by credenti...@gmail.com on 16 Jun 2010 at 8:34

GoogleCodeExporter commented 9 years ago
I've started catching OSError for when the subprocess.call() fails. Have you 
seen any other exceptions raised by Python when a browser fails to load?

Original comment by tom.h.mi...@gmail.com on 16 Jun 2010 at 8:48

GoogleCodeExporter commented 9 years ago
No, but with other programs I couldn't figure out why they didn't work, then 
hours later found the seven tabs they had opened in my browser.

Original comment by credenti...@gmail.com on 16 Jun 2010 at 11:40

GoogleCodeExporter commented 9 years ago
Ah. The OAuth documentation suggests a couple of ways to automatically switch 
focus from app to browser and back, but they were all way more involved than I 
had time for.

I'll add automatic focus switching as a enhancement issue and mark this fixed 
by r207

Original comment by tom.h.mi...@gmail.com on 17 Jun 2010 at 12:16