diff --git a/cursor-bin.desktop.in b/cursor-bin.desktop.in deleted file mode 100644 index 7a7ec5c04bc4..000000000000 --- a/cursor-bin.desktop.in +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Name=Cursor -Exec=/usr/bin/cursor --no-sandbox %U -Terminal=false -Type=Application -Icon=cursor -# Change the class below to "Cursor" when on X11 -StartupWMClass=cursor -X-AppImage-Version=@@PKGVERSION@@ -MimeType=x-scheme-handler/cursor; -Categories=Utility;TextEditor;Development;IDE diff --git a/cursor-bin.sh b/cursor-bin.sh deleted file mode 100755 index 858ed389eb60..000000000000 --- a/cursor-bin.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config} - -# Allow users to override command-line options -if [[ -f $XDG_CONFIG_HOME/cursor-flags.conf ]]; then - CURSOR_USER_FLAGS="$(sed 's/#.*//' $XDG_CONFIG_HOME/cursor-flags.conf | tr '\n' ' ')" -fi - -# Launch -exec /opt/cursor-bin/cursor-bin.AppImage "$@" $CURSOR_USER_FLAGS diff --git a/cursor.png b/cursor.png deleted file mode 100644 index 3345b7dfc87d..000000000000 Binary files a/cursor.png and /dev/null differ