Terminal sandbox could not start. This may be caused by an AppArmor configuration on your Linux system (kernel 6.2+). See the documentation for how to resolve this.
Steps to Reproduce
just lunch cursor, message there.
terminal is working fine
Hey, this is a known issue on Linux with kernel 6,2+ and we already have a full thread about it: Terminal Sandbox Issue Linux
Since your terminal works fine, the easiest option is to click Don’t Show Again in the notification and it won’t show up anymore.
If you want to try fixing the sandbox properly, try creating an AppArmor profile:
Create /etc/apparmor.d/cursor-system:
abi <abi/4.0>,
include <tunables/global>
profile cursor-system "/usr/share/cursor/cursor" flags=(unconfined) {
userns,
include if exists <local/cursor>
}