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>
}
- Load it:
sudo apparmor_parser -r /etc/apparmor.d/cursor-system
- Restart Cursor.
The team is aware of this issue. Let me know if any of this helps.