user232323 / gmdesk

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

Message that Safari browser is not supported! #139

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Firefox is my default browser.
I also have Slimboat, Tor, Internet Explorer, Maxthon, Chrome, and SeaMonkey.
I do not have Safari installed.

What does the message mean? and how do I select a different browser.

Mike Williams
MJWConsultant@gmail.com

Original issue reported on code.google.com by mjwconsu...@gmail.com on 18 Nov 2014 at 2:48

GoogleCodeExporter commented 8 years ago
I have the same problem, I have Chrome as my default!

Original comment by umol...@logitech.com on 23 Nov 2014 at 7:21

GoogleCodeExporter commented 8 years ago
I get this also. I am using chrome. 

Original comment by redte...@gmail.com on 20 Jan 2015 at 9:40

GoogleCodeExporter commented 8 years ago

I had the same problem, I solved it modifying one JS file from the installation 
folder, in my case:

C:\Program Files (x86)\GMDesk\js\gmdesk.js

You only need to comment the line where the user agent is set and restart the 
app

// air.URLRequestDefaults.userAgent = air.URLRequestDefaults.userAgent + " 
Version\/3.1 Safari\/525.20";

And if you want you can change the user agent ( it seems air send another UA ) 
and you'll be able to access to your gmail account settings ...

Hope it helps

Original comment by albert.d...@gmail.com on 9 Jul 2015 at 7:08