Howto:Disable Nasal entirely: Difference between revisions

Jump to navigation Jump to search
m
→‎Patch: not updated/checked in a while ...
No edit summary
m (→‎Patch: not updated/checked in a while ...)
Line 124: Line 124:
</pre>
</pre>
== Patch ==
== Patch ==
 
{{Out of date}}
{{Note|The following patch only works during startup/initialization, i.e. set the boolean property
{{Note|The following patch only works during startup/initialization, i.e. set the boolean property
<code>/sim/startup/disable-nasal</code> via something like <code>--prop:/sim/startup/disable-nasal{{=}}1</code> and the initialization of the Nasal susbystem (FGNasalSys) will be disabled, as well as all calls (?) to the system from other subsystems (GUI, Canvas, bindings, package manager etc). If you should be seeing FGNasalSys related segfaults with this patch committed/active, that would suggest that not all Nasal access has been disabled yet (straightforward to fix)
<code>/sim/startup/disable-nasal</code> via something like <code>--prop:/sim/startup/disable-nasal{{=}}1</code> and the initialization of the Nasal susbystem (FGNasalSys) will be disabled, as well as all calls (?) to the system from other subsystems (GUI, Canvas, bindings, package manager etc). If you should be seeing FGNasalSys related segfaults with this patch committed/active, that would suggest that not all Nasal access has been disabled yet (straightforward to fix)

Navigation menu