Talk: Add Background back again

This commit is contained in:
2026-04-25 14:31:42 +02:00
parent 7ef83c5846
commit 72faa4d0f2
@@ -8,5 +8,5 @@ fi
# Start Nextcloud Talk in Background
#Current Version of Talk is dumping Core
echo "Starting Nextcloud Talk in Background."
/usr/bin/setsid bash -c "/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk >${TEMPDIR}/talk.log 2>&1"
/usr/bin/setsid -f bash -c "/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background >${TEMPDIR}/talk.log 2>&1"
sleep 5