Talk: temp. disable start of talk due to coredumps

This commit is contained in:
Daniel Pätzold
2026-04-08 14:53:08 +02:00
parent 772f20e1ce
commit b35a5148a3
@@ -6,4 +6,5 @@ if [[ $? -eq 0 ]]; then
fi fi
# Start Nextcloud Talk in Background # Start Nextcloud Talk in Background
/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 & #Current Version of Talk is dumping Core
#/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 &