From f15830bfd3c263ea1b6a686c9a65f26aabe6ab8d Mon Sep 17 00:00:00 2001 From: Andreas Abraham Date: Thu, 21 Oct 2021 11:05:26 +0200 Subject: added prefered backend x11 for linux systems to avoid displaying problems --- pdf-over-gui/src/main/resources/scripts/pdf-over_linux.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'pdf-over-gui/src/main/resources') diff --git a/pdf-over-gui/src/main/resources/scripts/pdf-over_linux.sh b/pdf-over-gui/src/main/resources/scripts/pdf-over_linux.sh index e080c06a..438cec28 100644 --- a/pdf-over-gui/src/main/resources/scripts/pdf-over_linux.sh +++ b/pdf-over-gui/src/main/resources/scripts/pdf-over_linux.sh @@ -1,4 +1,5 @@ #!/bin/sh BASEDIR=`dirname $0` +export GDK_BACKEND=X11 java -jar "$BASEDIR/../lib/pdf-over-install-helper.jar" exec java -cp "$BASEDIR/../lib/*" at.asit.pdfover.gui.Main "$@" -- cgit v1.2.3