summarylogtreecommitdiffstats
path: root/filebot-arch.sh
diff options
context:
space:
mode:
authormax.bra2017-02-20 22:02:02 +0100
committermax.bra2017-02-20 22:02:02 +0100
commitc9dfac2af2a4ee83b9604cccd34bd6d422259995 (patch)
tree29cb0c110f6947fe56827ac2100a932f349eccea /filebot-arch.sh
parent00d092254feed5b17e00d22012a002931d967208 (diff)
downloadaur-c9dfac2af2a4ee83b9604cccd34bd6d422259995.tar.gz
ver. 4.7.8
Diffstat (limited to 'filebot-arch.sh')
-rw-r--r--filebot-arch.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/filebot-arch.sh b/filebot-arch.sh
index a30aac768821..5a7c42d18956 100644
--- a/filebot-arch.sh
+++ b/filebot-arch.sh
@@ -18,11 +18,5 @@ EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
# EXTRACTOR="SevenZipNativeBindings" # use the lib7-Zip-JBinding.so native library
# start filebot
-java -Dunixfs=false -DuseGVFS=true -DuseExtendedFileAttributes=true -DuseCreationDate=false \
--Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djava.net.useSystemProxies=false \
--Djna.nosys=false -Dapplication.deployment=portable \
--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 \
-$JAVA_OPTS -jar /usr/share/java/filebot/filebot.jar "$@"
+java -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Djava.net.useSystemProxies=false -Dapplication.deployment=portable -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 $JAVA_OPTS -jar /usr/share/java/filebot/filebot.jar "$@"