summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman2019-08-04 00:05:17 +0300
committerGitHub2019-08-04 00:05:17 +0300
commitb27e6c53a518cca97927965a53c8925670a50045 (patch)
treec53b9e7b8ea0760698f55b80c21d32340ce9a4c6
parent14d2031acd3f8a4b482946a70d1f875f9bf2f3d4 (diff)
parent6277de8ae7b410f2e8cdeb9eeb3e5ac0c7311351 (diff)
downloadaur-b27e6c53a518cca97927965a53c8925670a50045.tar.gz
Merge pull request #5 from BlackenedSky84/master
Fix Graphical corruption
-rw-r--r--filebot-arch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/filebot-arch.sh b/filebot-arch.sh
index b66e5028bbea..108c461dcd8b 100644
--- a/filebot-arch.sh
+++ b/filebot-arch.sh
@@ -19,5 +19,5 @@ EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
# EXTRACTOR="SevenZipNativeBindings" # use the lib7-Zip-JBinding.so native library
# start filebot
-/usr/lib/jvm/java-8-openjdk/bin/java -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Djava.net.useSystemProxies=false -Dapplication.deployment=AUR -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djna.nosys=false -Djna.nounpack=true -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java/filebot $JAVA_OPTS -cp /usr/share/java/filebot/filebot.jar net.filebot.Main "$@"
+/usr/lib/jvm/java-8-openjdk/bin/java -Dsun.java2d.opengl=true -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Djava.net.useSystemProxies=false -Dapplication.deployment=AUR -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djna.nosys=false -Djna.nounpack=true -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java/filebot $JAVA_OPTS -cp /usr/share/java/filebot/filebot.jar net.filebot.Main "$@"