Talk: Fixed startup

This commit is contained in:
Daniel Pätzold
2026-04-08 18:30:57 +02:00
parent 84873e1047
commit e7b1f3754a
@@ -7,4 +7,6 @@ fi
# Start Nextcloud Talk in Background # Start Nextcloud Talk in Background
#Current Version of Talk is dumping Core #Current Version of Talk is dumping Core
echo "Starting Nextcloud Talk in Background."
/usr/bin/nohup /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk 1>${TEMPDIR}/talk.log 2>&1 &
#/usr/bin/nohup /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background 1>/dev/null 2>&1 & #/usr/bin/nohup /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=electron-wrapper --file-forwarding com.nextcloud.talk --background 1>/dev/null 2>&1 &