From 7c4fd7bba05889746e687295730d958e73995af5 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 7 Nov 2023 17:27:30 +0100 Subject: [PATCH] Update installation.md to new requirements per javafx21 (#475) * Update installation.md to new requirements per javafx21 * Update README.md * Update installation.md * Update installation.md --------- Co-authored-by: Oliver Kopp --- en/faq/README.md | 2 +- en/installation.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/en/faq/README.md b/en/faq/README.md index 983dfde3d..f53f66f76 100644 --- a/en/faq/README.md +++ b/en/faq/README.md @@ -4,7 +4,7 @@ A: You are not obliged to cite JabRef, but we would greatly appreciate it if you do. -``` +```text JabRef Development Team (2021). JabRef - An open-source, cross-platform citation and reference management software. Version 5.1. [https://www.jabref.org] ``` diff --git a/en/installation.md b/en/installation.md index 4cccb42a1..5a1d5fe02 100644 --- a/en/installation.md +++ b/en/installation.md @@ -6,7 +6,10 @@ JabRef can be either installed (the preferred way) or be used as a portable appl To get the latest version, head to [downloads.jabref.org](https://downloads.jabref.org), download the installer for your system (e.g., `dmg` files for MacOS and `msi` files for Windows), run them and follow the on-screen instructions. -JabRef 5.6 requires Mac OS 10.14 or higher. +| Version | 🍎 | 🐧 | +|-------------|---------------|-------------------| +| JabRef 5.6 | macOS 10.14 or higher | | +| JabRef 5.12 (dev) | macOS 11 or higher | GTK 3.8 or later | Alternatively, on **Windows**, you can use the [chocolatey package manager](https://chocolatey.org) and execute `choco install jabref` to get the latest version. On **Ubuntu**, you can use `snap install jabref` to get the latest stable version [from snapcraft](https://snapcraft.io/jabref). @@ -111,7 +114,9 @@ You might need to install an additional font for JabRef to display characters co #### Submenus from the menu bar close immediately after left click is let go of if the menu bar was clicked in its top half -This issue seems to be related to this [JavaFX bug](https://bugs.openjdk.org/browse/JDK-8251240). A temporary workaround is to click the menu bar in its lower half. To fix the issue permanently set the following system property: ```java -Djdk.gtk.version=2```. This can be done globally by adding ```_JAVA_OPTIONS="-Djdk.gtk.version=2"``` to ```/etc/environment```. It can also be set locally by editing `JabRef.cfg` in your installation folder (possibly located at `/opt/JabRef/lib/app/JabRef.cfg`) and add the line `-Djdk.gtk.version=2` in the `[JavaOptions]` section. +This issue seems to be related to this [JavaFX bug](https://bugs.openjdk.org/browse/JDK-8251240). A temporary workaround is to click the menu bar in its lower half. To fix the issue permanently set the following system property: `java -Djdk.gtk.version=2`. This can be done globally by adding `_JAVA_OPTIONS="-Djdk.gtk.version=2"` to `/etc/environment`. It can also be set locally by editing `JabRef.cfg` in your installation folder (possibly located at `/opt/JabRef/lib/app/JabRef.cfg`) and add the line `-Djdk.gtk.version=2` in the `[JavaOptions]` section. + +Note: This could not work in JabRef 5.12. or later. {% endtab %}