[Flightgear-devel] diff for browser change for mac os x to use

2005-11-13 Thread Ima Sudonim
Help Help from the gui on mac os x is still broken. The help application is STILL set to netscape even after the options.cxx change (this is the main/options.cxx change applied to GUI/gui_funcs.cxx also). Thanks! Ima Applying this patch fixes it for mac os x: Index:

Re: [Flightgear-devel] diff for browser change for mac os x to use

2005-11-13 Thread Vassilii Khachaturov
Help Help from the gui on mac os x is still broken. The help application is STILL set to netscape even after the options.cxx change Doesn't it mean that something resets it between the options parsing and the GUI help stuff processing? I'd rather see a patch that finds the offending code

[Flightgear-devel] diff for browser change for mac os x to use

2005-11-13 Thread Ima Sudonim
Vassilii, Doesn't it mean that something resets it between the options parsing and the GUI help stuff processing? probably, putting the same SG_LOG in the patch right after the set in options.cxx, I get: help app is open// correct During the help call, I

Re: [Flightgear-devel] diff for browser change for mac os x to use safari

2005-11-12 Thread Vassilii Khachaturov
On things like Debian, this is also wrong because sensible-browser should be used instead. Is there some autoconf library function to discover the most likely browser on a system? Also the WIN32 section in src/GUI/gui_funcs.cxx with the 1024-long hardcoded buffers can be a crash trigger when the

Re: [Flightgear-devel] diff for browser change for mac os x to use safari

2005-11-12 Thread Arthur Wiebe
In the macflightgear binary I've been passing --browser-app=open to fgfs. This opens the url in the default browser. For me that's Firefox.Your patch could be changed to something like this:Index: FlightGear/src/Main/options

[Flightgear-devel] diff for browser change for mac os x to use safari

2005-11-12 Thread ima . sudonim
Arthur and Vassilii, Even though I couldn't fix it, I'm glad I got smarter minds to think about it! 8-) OK, is there a way to get sensible-browser at compile time? Is this a link know to the OS or something? is it callable or does it need to be read on Debian somewhere? this is also wrong

Re: [Flightgear-devel] diff for browser change for mac os x to use safari

2005-11-12 Thread Vassilii Khachaturov
OK, is there a way to get sensible-browser at compile time? Is this a link know to the OS or something? is it callable or does it need to be read on Debian somewhere? It's a callable standard script on debian. It tries various intelligent decisions to guess what browser to run. It is pretty

Re: [Flightgear-devel] diff for browser change for mac os x to use

2005-11-12 Thread Martin Spott
Arthur Wiebe wrote: [...] SSBhZ3JlZSB3aXRoIEphbWVzLiBJJ3ZlIGJlZW4gdXNpbmcgdGhlIC0tb3Blbi13aXRoIG9wdGlv As Arthur obviously decided to ignore private mail on this topic I think I'd post my comment on the list: Could we please agree not to post encoded EMail on this list !?! Thanks,

Re: [Flightgear-devel] diff for browser change for mac os x to use

2005-11-12 Thread Arthur Wiebe
Sorry Martin. I never received an email from you. It may have gone into spam.But sure. No encoded email from me anymore.On 11/12/05, Martin Spott [EMAIL PROTECTED] wrote:Arthur Wiebe wrote: [...] SSBhZ3JlZSB3aXRoIEphbWVzLiBJJ3ZlIGJlZW4gdXNpbmcgdGhlIC0tb3Blbi13aXRoIG9wdGlvAs Arthur obviously

[Flightgear-devel] diff for browser change for mac os x to use safari

2005-11-11 Thread Ima Sudonim
With this change, FlightGear on Mac OS X launches the mac os x Safari browser instead of netscape (w/o this change, the browser won't launch without netscape installed, and netscape isn't one of the installed mac os x browsers). thank you Ima Index: FlightGear/src/Main/options.cxx

Re: [Flightgear-devel] diff for browser change for mac os x to use safari

2005-11-11 Thread James Turner
On 12 Nov 2005, at 00:58, Ima Sudonim wrote:With this change, FlightGear on Mac OS X launches the mac os x Safari browser instead of netscape (w/o this change, the browser won't launch without netscape installed, and netscape isn't one of the installed mac os x browsers). This approach seems silly

Re: [Flightgear-devel] diff for browser change for mac os x to use safari

2005-11-11 Thread Arthur Wiebe
I agree with James. I've been using the --open-with option for sometime in the mac builds which is set to open. This opens the url is whatever is the default browser.On 11/12/05, James Turner [EMAIL PROTECTED] wrote: On 12 Nov 2005, at 00:58, Ima Sudonim wrote: With this change, FlightGear on Mac

[Flightgear-devel] diff for browser change for mac os x to use safari

2005-11-11 Thread Ima Sudonim
Arthur and James, Yes, I agree it's silly, but currently help was broken on my two mac systems (giving a log message that netscape couldn't be found), followed by a dialog that my browser was started. It's really important to me to have browser-based help work on 0.9.9... I forgot that