From 87ac49ce41165dcdd1d0eb6e867e9bb400950fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20unbrot=20P=C3=A4tzold?= Date: Sat, 2 May 2026 10:24:20 +0200 Subject: [PATCH] 0110_nextcloud_talk_app: restore D-Bus and KWallet access via flatpak override Ensures session bus socket and kwalletd5/6 talk permissions are set at logon, so Flatseal or a missing manifest entry cannot silently break Talk's credential storage and Plasma integration. Co-Authored-By: Claude Sonnet 4.6 --- client_software/0110_nextcloud_talk_app/user_run.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client_software/0110_nextcloud_talk_app/user_run.sh b/client_software/0110_nextcloud_talk_app/user_run.sh index 5314e80..12f7f57 100755 --- a/client_software/0110_nextcloud_talk_app/user_run.sh +++ b/client_software/0110_nextcloud_talk_app/user_run.sh @@ -5,6 +5,11 @@ if [[ $? -eq 0 ]]; then /usr/bin/flatpak uninstall -y --user com.nextcloud.talk fi +# Ensure session bus and KWallet D-Bus access (may be blocked by Flatseal or missing from manifest) +/usr/bin/flatpak override --user --socket=session-bus \ + --talk-name=org.kde.kwalletd5 --talk-name=org.kde.kwalletd6 \ + com.nextcloud.talk + # Start Nextcloud Talk in Background #Current Version of Talk is dumping Core echo "Starting Nextcloud Talk in Background."