You are not logged in.
Since I installed AppArmor, standard-notes-3.150.38-linux-x86_64.AppImage doesn't work:
$ LC_ALL=C ~/Downloads/standard-notes-3.150.38-linux-x86_64.AppImage
fuse: mount failed: Permission denied
Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
open dir error: No such file or directory
$I have pcloud (another AppImage) that works fine.
To try to solve issue I started auditd service
$ sudo systemctl start auditd.serviceAnd in another window I have running aa-genprof:
$ sudo aa-genprof /home/user/Downloads/standard-notes-3.150.38-linux-x86_64.AppImage
Updating AppArmor profiles in /etc/apparmor.d.
Before you begin, you may wish to check if a
profile already exists for the application you
wish to confine. See the following wiki page for
more information:
https://gitlab.com/apparmor/apparmor/wikis/Profiles
Profiling: /home/user/Downloads/standard-notes-3.150.38-linux-x86_64.AppImage
Please start the application to be profiled in
another window and exercise its functionality now.
Once completed, select the "Scan" option below in
order to scan the system logs for AppArmor events.
For each AppArmor event, you will be given the
opportunity to choose whether the access should be
allowed or denied.
[(S)can system log for AppArmor events] / (F)inalizaraa-genprof created profile /home/user/Downloads/standard-notes-3.150.38-linux-x86_64.AppImage and didn't get any issue after Scan, but I can't solve issue.
Any help?
Offline