From ceff9b147836f1a86b6092835b483b569f1ffbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=A4tzold?= Date: Tue, 31 Mar 2026 23:16:51 +0200 Subject: [PATCH] Talk: Fixed start / not as userinstall --- client_software/0110_nextcloud_talk_app/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_software/0110_nextcloud_talk_app/install.sh b/client_software/0110_nextcloud_talk_app/install.sh index b0a4806..64d9a45 100755 --- a/client_software/0110_nextcloud_talk_app/install.sh +++ b/client_software/0110_nextcloud_talk_app/install.sh @@ -32,6 +32,6 @@ wget -q -P ${SCRIPTPATH} --timestamping https://github.com/nextcloud-releases/ta #TODO: Check if Talk is installed - if not, exit 1 #Always start App -su -c "nohup /usr/bin/flatpak run -u --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background >/dev/null 2>&1 &" $SUDO_USER +su -c "nohup /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background >/dev/null 2>&1 &" $SUDO_USER exit 0