When starting jabref on MacOS the system automatically changes from the integrated to the discrete graphics card. This is not necessary and is due to the following incorrect key in the Info.plist in jabref 4.2:
<key>NSSupportsAutomaticGraphicsSwitching</key>
<string>YES</string>
which should in fact be:
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
This is also documented here:
https://developer.apple.com/library/content/qa/qa1734/_index.html
When starting jabref on MacOS the system automatically changes from the integrated to the discrete graphics card. This is not necessary and is due to the following incorrect key in the Info.plist in jabref 4.2:
which should in fact be:
This is also documented here:
https://developer.apple.com/library/content/qa/qa1734/_index.html