Indeed, the AppArmor akonadiserver rule seems incomplete. Below you can find a workaround patch which adds the missing rule to the site-specific overrides file. It allows DBUS bind access to 'org.freedesktop.Akonadi.Janitor'.
--- /etc/apparmor.d/local/usr.bin.akonadiserver.ori 2025-03-26 21:01:26.714569833 +0200 +++ /etc/apparmor.d/local/usr.bin.akonadiserver 2025-12-09 12:51:07.431678845 +0200 @@ -0,0 +1,3 @@ +dbus bind + bus=session + name=org.freedesktop.Akonadi.Janitor, -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904742 Title: "akonadictl fsck" hung, dbus inspection fails on the background To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1904742/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
