I am running Ubuntu 24.04.1, and I am unable to run cursor without including the flag --no-sandbox when opening it from the CLI. This blocks me from being able to open cursor from a dock icon.
More problematically, it seems to make it impossible for me to update cursor. The auto-update suggestions just close the browser, but when I re-open the version has not updated. Is there a way I can execute the updates from the command line so I can manually include the --no-sandbox flag as well?
# This profile allows the Cursor AppImage to run without AppArmor's
# unprivileged user namespace restrictions.
# You can copy this content to a new file:
# sudo nano /etc/apparmor.d/appimage.cursor
abi <abi/4.0>,
include <tunables/global>
profile appimage.cursor /**/Cursor-*.AppImage flags=(unconfined) {
userns,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/appimage.cursor>
}