From 63327e5a4f7dfe9feeca894861f7f04df2a3995c Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 9 May 2019 20:30:31 +0700 Subject: [PATCH] Workaround for JDK-8222825 https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8222825 --- app.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.properties b/app.properties index a7e4681b..1a3274f6 100644 --- a/app.properties +++ b/app.properties @@ -152,4 +152,5 @@ linux.desktop.application.options: -Dnet.filebot.UserFiles.fileChooser=JavaFX \ linux.portable.application.options: -Duser.home="$APP_DATA" \ -Djava.util.prefs.PreferencesFactory=net.filebot.util.prefs.FilePreferencesFactory \ - -Dnet.filebot.util.prefs.file="$APP_DATA/prefs.properties" + -Dnet.filebot.util.prefs.file="$APP_DATA/prefs.properties" \ + -client