From 58bb2660858d9cc14a63a282ec2b53260e353ea0 Mon Sep 17 00:00:00 2001 From: Ralph Plawetzki Date: Wed, 14 Jun 2023 11:20:15 +0200 Subject: [PATCH] Find native libraries on the system --- dist/linux/debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/linux/debian/postinst b/dist/linux/debian/postinst index 5668a5e29..cfd113fb5 100644 --- a/dist/linux/debian/postinst +++ b/dist/linux/debian/postinst @@ -24,6 +24,7 @@ case "$1" in mkdir -p /usr/share/desktop-directories fi xdg-desktop-menu install --novendor /usr/share/applications/org.cryptomator.Cryptomator.desktop + sed -i s/Exec=cryptomator\\s%F/Exec=LD_LIBRARY_PATH=\\/usr\\/lib\\/x86_64-linux-gnu\ cryptomator\ %F/ /usr/share/applications/org.cryptomator.Cryptomator.desktop xdg-mime install /usr/share/mime/packages/application-vnd.cryptomator.vault.xml ;;