While viewing a PDF document in evince, clicking on a hyperlink (a web link in this case) causes the cursor to change to a rotating 'busy' symbol and the browser is not launched. Using dmesg
to view errors, I see the errors below. This began about a month ago. I'm not aware I have changed anything in my configuration. Ubuntu 21.10 fully updated. Brave browser (1.32.113) is default.
[32979.539575] audit: type=1400 audit(1638841732.708:94): apparmor="DENIED" operation="exec" profile="/usr/bin/evince//sanitized_helper" name="/opt/brave.com/brave/chrome_crashpad_handler" pid=39499 comm="brave" requested_mask="x" denied_mask="x" fsuid=1000 ouid=0
[32979.539807] traps: brave[39499] trap int3 ip:5616e1a1c3c1 sp:7ffe260ee8a0 error:0 in brave[5616dd77b000+9d5e000]
File /etc/apparmor.d/profile.name not found, skipping...
(Ubuntu 20.04) – Kvothe Mar 21 '22 at 11:36sudo ln -s /etc/apparmor.d/usr.bin.evince /etc/apparmor.d/disable/ sudo apparmor_parser -R /etc/apparmor.d/disable/usr.bin.evince
, see https://linuxconfig.org/how-to-disable-apparmor-on-ubuntu-20-04-focal-fossa-linux. – Kvothe Mar 21 '22 at 11:45