0

i tried to open CurseForge app and on KDE it does nothing, on gnome it says "Failed to find default application for content type 'application/vnd.appimage'". It worked perfectly until i imstalled KDE, i also have libfuse.

1 Answers1

0

Create the file /etc/apparmor.d/curseforgeappimage with the following content:

# 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 curseforgeappimage /path/to/CurseForge.AppImage flags=(default_allow) { userns,

Site-specific additions and overrides. See local/README for details.

include if exists <local/curseforgeappimage> }

Make sure to replace /path/to/CurseForge.AppImage with the exact path to your appimage. If you move your appimage elsewhere or rename it later you'll have to update the file with the new path.

Run sudo apparmor_parser --add curseforgeappimage

Your ready to go, the appimage will work now.

mook765
  • 18,644