OrangeDrangon / android-messages-desktop

Android Messages as a Cross-platform Desktop App
Other
304 stars 26 forks source link

Not working with Kubuntu 24.04 #448

Open saudiqbal opened 1 month ago

saudiqbal commented 1 month ago

Keep getting apparmor error messages now, and would not start.

Any fix?

saudiqbal commented 1 month ago

Fixed it by creating a new file in

/etc/apparmor.d/AndroidMessages

Contents of the file

# This profile allows everything and only exists to give the
# application a name instead of having the label "unconfined"

abi <abi/4.0>,
include <tunables/global>

profile AndroidMessages "/opt/Android Messages/AndroidMessages" flags=(unconfined) {
  userns,

  # Site-specific additions and overrides. See local/README for details.
  include if exists <local/AndroidMessages>
}

Then

sudo systemctl reload apparmor

OrangeDrangon commented 1 month ago

I dont know anything about apparmor. If you submit a patch with a fix I will be happy to merge it.