From 7724593c297baf8c3d6714e43850f4365ae121cd Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Wed, 19 Feb 2020 23:46:28 +0100 Subject: [PATCH] Remove background command line window Fixes #5474 --- CHANGELOG.md | 1 + build.gradle | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae9e8816e5d..a004de40081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `# ### Fixed +- We fixed an issue where the command line console was always opened in the background. [#5474](https://github.com/JabRef/jabref/issues/5474) - We fixed and issue where pdf files will not open under some KDE linux distributions when using okular. [#5253](https://github.com/JabRef/jabref/issues/5253) - We fixed an issue where the Medline fetcher was only working when JabRef was running from source. [#5645](https://github.com/JabRef/jabref/issues/5645) - We fixed some visual issues in the dark theme. [#5764](https://github.com/JabRef/jabref/pull/5764) [#5753](https://github.com/JabRef/jabref/issues/5753) diff --git a/build.gradle b/build.gradle index c91a97a42c7..bb116c4ae2c 100644 --- a/build.gradle +++ b/build.gradle @@ -255,7 +255,7 @@ dependencyUpdates.resolutionStrategy = { } rules.withModule("de.jensd:fontawesomefx-materialdesignfont") { ComponentSelection selection -> if (selection.candidate.version ==~ /2.0.26-9.1.2/ - || selection.candidate.version ==~ /2.0.26-9.1.1/ + || selection.candidate.version ==~ /2.0.26-9.1.1/ || selection.candidate.version ==~ /2.0.26-9.1.0/) { selection.reject('1.7.22-11 is actually newer (strange version system)') } @@ -590,7 +590,7 @@ jlink { requires 'java.rmi' requires 'java.xml' requires 'com.sun.xml.txw2' - requires 'com.google.gson'; + requires 'com.google.gson' requires 'java.desktop' requires 'java.security.jgss' requires 'jdk.jsobject' @@ -628,7 +628,6 @@ jlink { // This requires WiX to be installed: https://github.com/wixtoolset/wix3/releases installerType = "msi" imageOptions = [ - '--win-console', '--icon', "${projectDir}/src/main/resources/icons/jabref.ico", ] installerOptions = [