TB Mailaccount autoprovisioning, Talk with dbus access #21

Merged
obel1x merged 6 commits from unbrot/fedora-OEMDRV:main into main 2026-05-02 14:02:44 +02:00
Showing only changes of commit 87ac49ce41 - Show all commits
@@ -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."