From 5ee9200577dc49e44649c21ab06179e40ebef5db Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Tue, 9 Jul 2024 22:04:40 +0200 Subject: [PATCH 1/2] Fix launcher Co-authored-by: Christoph --- snap/local/JabRef-launcher | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snap/local/JabRef-launcher b/snap/local/JabRef-launcher index 4e0b3b68592..997030c2d37 100755 --- a/snap/local/JabRef-launcher +++ b/snap/local/JabRef-launcher @@ -1,3 +1,2 @@ #! /bin/sh -DIR="$SNAP/lib/runtime/bin" -"$DIR/java" -p "$DIR/../app" -m org.jabref/org.jabref.Launcher "$@" +"$SNAP/lib/runtime/bin/JabRef" "$@" From 781b1ccb45bc88a16abd818c5e09ab0bbc4e1f14 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Tue, 9 Jul 2024 22:10:38 +0200 Subject: [PATCH 2/2] Add CHANGELOG.md entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f260489a65..6b10b51c652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv ### Fixed +- We fixed usage when using running on Snapcraft. [#11465](https://github.com/JabRef/jabref/issues/11465) + ### Removed