Mac Sierra 10.12 Disable App Translocation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
''Problem:'' | ''Problem:'' | ||
:You start Stage Designer, and a warning appears that a certain folder could not be created due to a read-only filesystem path | |||
''Background:'' | ''Background:'' | ||
:Under OSX Sierra, Gatekeeper dislocates unsigned applications to random paths on start | |||
[[File:Sierra App Translocation Error.png|600px]] | [[File:Sierra App Translocation Error.png|600px]] | ||
Line 12: | Line 11: | ||
''Solution:'' | ''Solution:'' | ||
: Disable Gatekeeper | |||
: Open Terminal as Administrator | |||
: Type <code>sudo spctl --master-disable</code> | |||
: Reinstall Stage Designer | |||
: This may affect your security settings | |||
''Long Term Solution:'' | ''Long Term Solution:'' | ||
:Switch from OSX to a real operating system | |||
For more information, please see e.g. | For more information, please see e.g. https://www.tekrevue.com/tip/gatekeeper-macos-sierra/ |
Revision as of 11:17, 19 March 2019
This applies to Mac OS 10.12 and any MXWendler version
Problem:
- You start Stage Designer, and a warning appears that a certain folder could not be created due to a read-only filesystem path
Background:
- Under OSX Sierra, Gatekeeper dislocates unsigned applications to random paths on start
Solution:
- Disable Gatekeeper
- Open Terminal as Administrator
- Type
sudo spctl --master-disable
- Reinstall Stage Designer
- This may affect your security settings
Long Term Solution:
- Switch from OSX to a real operating system
For more information, please see e.g. https://www.tekrevue.com/tip/gatekeeper-macos-sierra/