Skip to content

Very small display with high DPI screen on linux #5704

Closed
@HarryPommier

Description

@HarryPommier

Hi,

JabRef appears really small (text, menus, icons...) on 4K, high dpi screen on linux Mint 18 with Cinammon.

To fix this, I changed my /usr/lib/java-wrappers/java-wrappers.sh, line 305
exec $JAVA_CMD $JAVA_ARGS $cp "$@"
by
exec $JAVA_CMD $JAVA_ARGS $cp -Dsun.java2d.uiScale=2 "$@"

It works well for me, but might not be very clean.
Could someone generalize this idea ?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: waiting-for-feedbackThe submitter or other users need to provide more information about the issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions