From 72feef0394ad421472923be2ae8007b68244883e Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 16 Feb 2023 18:26:12 +0100 Subject: [PATCH] Update hint on mac and 5.9 --- en/installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/en/installation.md b/en/installation.md index 5d063edd7..9d4b3a4eb 100644 --- a/en/installation.md +++ b/en/installation.md @@ -108,6 +108,11 @@ This issue seems to be related to this [JavaFX bug](https://bugs.openjdk.org/bro {% endtab %} {% tab title="macOS" %} +#### I cannot start JabRef 5.9 due to file beeing damaged + +Execute xattr -d com.apple.quarantine /Applications/JabRef.app +(This is a known problem related to Apple's notarization) + #### JabRef is slow/hangs sometimes Some users with macOS Sierra have reported freezes when using JabRef. It seems this is a bug in the networking part of Java on macOS. [Adding a host mapping for 127.0.0.1](https://dzone.com/articles/macos-sierra-problems-with-javanetinetaddress-getl) seems to solve these issues.