From 76689705f58a9807768017ae9997f63f011b7f2e Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Mon, 12 Dec 2022 08:54:18 +0100 Subject: [PATCH] remove LD_PRELOAD workaround, which should no longer be required with jfuse --- dist/linux/debian/cryptomator.install | 1 - dist/linux/debian/cryptomator.links | 2 +- dist/linux/debian/cryptomator.sh | 6 ------ 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 dist/linux/debian/cryptomator.sh diff --git a/dist/linux/debian/cryptomator.install b/dist/linux/debian/cryptomator.install index d3ff8cf1f..62a1f3f15 100644 --- a/dist/linux/debian/cryptomator.install +++ b/dist/linux/debian/cryptomator.install @@ -1,5 +1,4 @@ cryptomator usr/lib -debian/cryptomator.sh usr/lib/cryptomator/bin common/org.cryptomator.Cryptomator.desktop usr/share/applications common/org.cryptomator.Cryptomator.svg usr/share/icons/hicolor/scalable/apps common/org.cryptomator.Cryptomator256.png usr/share/icons/hicolor/256x256/apps diff --git a/dist/linux/debian/cryptomator.links b/dist/linux/debian/cryptomator.links index 8cc4cd0d4..12e37bd0a 100644 --- a/dist/linux/debian/cryptomator.links +++ b/dist/linux/debian/cryptomator.links @@ -1 +1 @@ -usr/lib/cryptomator/bin/cryptomator.sh usr/bin/cryptomator +usr/lib/cryptomator/bin/cryptomator usr/bin/cryptomator diff --git a/dist/linux/debian/cryptomator.sh b/dist/linux/debian/cryptomator.sh deleted file mode 100644 index 0d6453962..000000000 --- a/dist/linux/debian/cryptomator.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# fix for https://github.com/cryptomator/cryptomator/issues/1370 -export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/jni/libjffi-1.2.so - -/usr/lib/cryptomator/bin/cryptomator $@ \ No newline at end of file