diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/PROBLEMS | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index f08ca45953b..8055d0e4e2b 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2737,16 +2737,18 @@ If you do, please send it to bug-gnu-emacs@gnu.org so we can list it here. | |||
| 2737 | 2737 | ||
| 2738 | * Runtime problems specific to macOS | 2738 | * Runtime problems specific to macOS |
| 2739 | 2739 | ||
| 2740 | ** Error "Emacs can't be opened because Apple cannot check it for malicious software". | 2740 | ** Error message when opening Emacs on macOS |
| 2741 | 2741 | ||
| 2742 | Apple may incorrectly catalog Emacs as potentially malicious software | 2742 | When opening Emacs, you may see an error message saying something like |
| 2743 | and show an error that resembles the following when you try to open | 2743 | this: |
| 2744 | Emacs for the first time: | ||
| 2745 | 2744 | ||
| 2746 | "Emacs" can't be opened because Apple cannot check it for malicious | 2745 | "Emacs" can't be opened because Apple cannot check it for malicious |
| 2747 | software. This software needs to be updated. Contact the developer | 2746 | software. This software needs to be updated. Contact the developer |
| 2748 | for more information. | 2747 | for more information. |
| 2749 | 2748 | ||
| 2749 | The reason is that Apple incorrectly catalogs Emacs as potentially | ||
| 2750 | malicious software and thus shows this error message. | ||
| 2751 | |||
| 2750 | To avoid this alert, open Finder, go to Applications, control-click | 2752 | To avoid this alert, open Finder, go to Applications, control-click |
| 2751 | the Emacs app icon, and then choose Open. This adds a security | 2753 | the Emacs app icon, and then choose Open. This adds a security |
| 2752 | exception for Emacs and from now on you should be able to open it by | 2754 | exception for Emacs and from now on you should be able to open it by |