From bce71a00e999c1db71fb7c816a55b98f0869668d Mon Sep 17 00:00:00 2001 From: Archisman Panigrahi Date: Thu, 25 Apr 2024 08:32:24 -0400 Subject: [PATCH] Linux: Fixes #10354: Fixed Appimagelauncher support (#10355) --- Joplin_install_and_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Joplin_install_and_update.sh b/Joplin_install_and_update.sh index fe3262854..c49d58ea3 100755 --- a/Joplin_install_and_update.sh +++ b/Joplin_install_and_update.sh @@ -253,7 +253,7 @@ if [[ $DESKTOP =~ .*gnome.*|.*kde.*|.*xfce.*|.*mate.*|.*lxqt.*|.*unity.*|.*x-cin Encoding=UTF-8 Name=Joplin Comment=Joplin for Desktop -Exec=${HOME}/.joplin/Joplin.AppImage ${SANDBOXPARAM} %u +Exec=env APPIMAGELAUNCHER_DISABLE=TRUE ${HOME}/.joplin/Joplin.AppImage ${SANDBOXPARAM} %u Icon=joplin StartupWMClass=Joplin Type=Application