stracing the snap reveals that /usr/bin/chrome-gnome-shell cannot be found in the context of the snap:
15760 access("/usr/bin/chrome-gnome-shell", F_OK) = -1 ENOENT (No such file or directory)
This is not an apparmor denial. Inside the snap’s execution environment, /usr/bin is in fact /snap/core/current/usr/bin.
stracing the snap reveals that /usr/bin/ chrome- gnome-shell cannot be found in the context of the snap:
15760 access( "/usr/bin/ chrome- gnome-shell" , F_OK) = -1 ENOENT (No such file or directory)
This is not an apparmor denial. Inside the snap’s execution environment, /usr/bin is in fact /snap/core/ current/ usr/bin.