Skip to content

discrete versus integrated graphics card on MacOS #4070

@jcrbloch

Description

@jcrbloch

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions