Can't start akonadi

When I try to start akonadictl in terminal, this is what happens:

[otto@manjaro ~]$ akonadictl start
org.kde.pim.akonadictl: Starting Akonadi Server…
Reading profile /etc/firejail/akonadi_control.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-exec.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/whitelist-var-common.inc
Parent pid 85791, child pid 85792
Warning: not remounting /run/user/1000/gvfs
Blacklist violations are logged to syslog
Child process initialized in 258.87 ms
org.kde.pim.akonadictl: done.
Connecting to deprecated signal >QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)

[otto@manjaro ~]$ ERROR: ld.so: object ‘/run/firejail/lib/libtracelog.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
D-Bus session bus is not available!
org.kde.pim.akonadicontrol: ProcessControl: Application “/usr/bin/akonadiserver” stopped unexpectedly ( “Process crashed” )
org.kde.pim.akonadicontrol: Application ‘/usr/bin/akonadiserver’ crashed! 1 restarts left.
ERROR: ld.so: object ‘/run/firejail/lib/libtracelog.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
D-Bus session bus is not available!
org.kde.pim.akonadicontrol: ProcessControl: Application “/usr/bin/akonadiserver” stopped unexpectedly ( “Process crashed” )
org.kde.pim.akonadicontrol: Application ‘/usr/bin/akonadiserver’ crashed! 0 restarts left.
ERROR: ld.so: object ‘/run/firejail/lib/libtracelog.so’ from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
D-Bus session bus is not available!
org.kde.pim.akonadicontrol: ProcessControl: Application “/usr/bin/akonadiserver” stopped unexpectedly ( “Process crashed” )
org.kde.pim.akonadicontrol: Application ‘/usr/bin/akonadiserver’ crashed too often. Giving up!

Parent is shutting down, bye…

Akonadi is an essential part of Korganizer (Calendar)
Akonadi won’t start, I believe the cause is firejail
but even before I used firejail, app armor also gave conflicts with akonadi.

When I start korganizer, I get an information error in the calendar displaying:

The Akonadi personal information management service is not running. This application cannot be used without it.

When I press the start button underneath this message to start Akonadi from inside Korganizer:

The Akonadi personal information management service is not operational.

The way I solved this issue in the past was to:

sudo aa-complain /usr/bin/akonadiserver

But this does not work anymore. Probably due to firejail.

So my questions are:
How can I start korganizer without problems?
If so, how can I make korganizer work with firejail and apparmor?
What is going on?