How do I open the user manual in GIMP?
Solution 1:
From the error message, it seems that GIMP is installed as a snap app.
Installing the apt
version should fix AppArmor Policy
issues.
Open a terminal and enter the command
sudo snap remove gimp && sudo apt install gimp -y