FlightGear Mac OS X Launcher: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Adding that it does not work since OS X Yosemite (10.10) to the caution template)
(Converted the usage of the {{forumref}} template to {{forum link}}.)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{stub}}
{{caution|This launcher does not work on OS X Yosemite (10.10) or later.}}
[[File:FlightGear Mac OS X Screenshot.png|thumb|The Mac OS X launcher.]]


{{caution|This launcher the launcher does not work at all on OS X Yosemite (10.10) or later and is unmaintained and may not work properly even on older OSes.}}
The '''FlightGear Mac OS X Launcher''' was a graphical front end for [[FlightGear]] which was included in official Mac releases from [[FlightGear 0.9.10]] to 3.2. It is not compatible with OS X Yosemite (10.10) and later because some libraries required for it to work were removed by Apple (see {{issue|1521}}). For this reason, it was replaced by the [[FlightGear Qt launcher]] in FlightGear 3.4 and later.
{{Note|Eventually, all frontends will be replaced with an internal [[Canvas]] launcher.}}


[[File:FlightGear Mac OS X Screenshot.png|right]]
== Launching FlightGear without launcher ==
 
Users who have OS X Yosemite or later, but who are still on an older version of FlightGear without Qt launcher, can either:
'''FlightGear Mac OS X Launcher''' is a graphical front end for [[FlightGear]], included in official Mac binaries of [[FlightGear 0.9.10]], [[FlightGear 1.0|1.0.0]], [[Flightgear 1.9.0|1.9.0]], and [[FlightGear 2.0.0|2.0.0]] onwards. The launcher allows one to choose options more easily than with the command line.
* use the command line (<tt>Terminal.app</tt>) to start the simulator. Open it and issue the following commands:
 
Unfortunately, due to certain required libraries being removed, the launcher does not work on OS X Yosemite (10.10) and above (see {{issue|1521}}).  Instead, users will have to use the command line (Terminal.app) to start FlightGear. For example:
<syntaxhighlight lang="bash">cd /Applications/FlightGear.app/Contents/Resources
<syntaxhighlight lang="bash">cd /Applications/FlightGear.app/Contents/Resources
./fgfs.sh
./fgfs.sh
</syntaxhighlight>
</syntaxhighlight>
A FlightGear user has created a simple FlightGear launcher for OS X Yosemite (see [http://forum.flightgear.org/viewtopic.php?f=21&t=24781#p226332 Temporary FlightGear Launcher for OS X Yosemite]).  The other alternatives are [[Yaflight]] and [[FGX]], however, both are unmaintained and may have issues as well.
* use an alternative FlightGear launcher. A user has created a simple one for OS X (see {{forum link|title=Temporary FlightGear Launcher for OS X Yosemite|t=24781}}); other alternatives are [[Yaflight]] and [[FGX]], however, both are unmaintained and may have issues as well.


[[Category:FlightGear front ends]]
[[Category:FlightGear front ends]]

Latest revision as of 08:09, 5 June 2019

Caution  This launcher does not work on OS X Yosemite (10.10) or later.
The Mac OS X launcher.

The FlightGear Mac OS X Launcher was a graphical front end for FlightGear which was included in official Mac releases from FlightGear 0.9.10 to 3.2. It is not compatible with OS X Yosemite (10.10) and later because some libraries required for it to work were removed by Apple (see ticket #1521). For this reason, it was replaced by the FlightGear Qt launcher in FlightGear 3.4 and later.

Launching FlightGear without launcher

Users who have OS X Yosemite or later, but who are still on an older version of FlightGear without Qt launcher, can either:

  • use the command line (Terminal.app) to start the simulator. Open it and issue the following commands:
cd /Applications/FlightGear.app/Contents/Resources
./fgfs.sh