I installed a snap application (Bookworm) through the software center. The installation process seemed to go fine, but nothing happened when I try to launch it through the GUI. Here's what happens when I use the terminal:
calixte@Ceres:~$ bookworm
[INFO 12:04:45.135623] Application.vala:154: Bookworm version: (null)
[INFO 12:04:45.135687] Application.vala:156: Kernel version: 4.15.0-21-generic
[WARNING 12:04:45.135986] [Gtk] Locale not supported by C library. Using the fallback 'C' locale.
Failed to register: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Connection ":1.165" is not allowed to own the service "com.github.babluboy.bookworm" due to AppArmor policy
What can I do to fix that error and make the app run? Alternatively, can I change the general AppArmor policy?