Please stop distributing your IDE on LInux as AppImage

Because it seems like some issues with cursor being packaged as appimage.
I can’t even deactivate my virtual environment because it says for some reason that cursor.appimage: command not found
I even installed cursor shell script to make work cursor command

#!/bin/bash
APPIMAGE_PATH="/home/user/.local/bin/cursor.appimage"
if [[ ! -f "$APPIMAGE_PATH" ]]; then
   echo "Error: Cursor AppImage not found at $APPIMAGE_PATH" >&2
   exit 1
fi
"$APPIMAGE_PATH" "$@" &> /dev/null &

but it still not working properly, will cancel my subscription, until cursor team will package this IDE to Linux properly, like vscode does with their own deb and rpm repos. Or at least just use flatpak. Hope cursor team will figure this out, if not they always can ask AI to vibe-code solution for them

I was creating this topic on feedback because i dont want to fill bug report, so much time already wasted on trying to make this editor work on Linux properly.