Search Criteria
Package Details: cursor-bin 0.47.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cursor-bin.git (read-only, click to copy) |
---|---|
Package Base: | cursor-bin |
Description: | Cursor App - AI-first coding environment |
Upstream URL: | https://www.cursor.com/ |
Licenses: | custom:proprietary |
Submitter: | g.schulz |
Maintainer: | g.schulz |
Last Packager: | g.schulz |
Votes: | 24 |
Popularity: | 6.71 |
First Submitted: | 2024-06-09 14:27 (UTC) |
Last Updated: | 2025-03-14 23:06 (UTC) |
Latest Comments
1 2 3 4 5 6 7 Next › Last »
ardasevinc commented on 2025-03-09 11:29 (UTC)
can confirm
XDG_DATA_DIRS
works, put it in front of nohup cmd in my shell alias and now cursor launchs without SIGTRAP.kolcon commented on 2025-03-09 10:15 (UTC)
XDG_DATA_DIRS works for me too
aakast commented on 2025-03-09 10:05 (UTC)
@g.schulz Seems like someone already provided the link. However, if you should ever happen on something like this again, you can just proxy the request in a case like this.
SakuraPuare commented on 2025-03-09 08:43 (UTC)
use
env XDG_DATA_DIRS=/usr/share:/usr/local/share cursor
works for meg.schulz commented on 2025-03-09 00:55 (UTC) (edited on 2025-03-09 00:56 (UTC) by g.schulz)
@theoratkin intersting, still works for me on cachy (glib2 2.84.0-1.1)
@vitaliikuzhdin thank you I will implment it
theoratkin commented on 2025-03-08 16:29 (UTC)
It seems to be broken after recent glib2 (2.83.2 and onward) update (
Trace/breakpoint trap
). Here's the relevant bug report.kolcon commented on 2025-03-08 11:15 (UTC)
$ cursor Trace/breakpoint trap (core dumped)
vitaliikuzhdin commented on 2025-03-08 10:54 (UTC)
@g.schulz, you could use this API: https://www.cursor.com/api/download?platform=linux-x64&releaseTrack=latest
g.schulz commented on 2025-03-08 09:32 (UTC) (edited on 2025-03-08 09:38 (UTC) by g.schulz)
The automatic updates of the PKGBUILD are back to working again, but the situation is less than ideal. The problem is that Cursor have changed their distribution method. They publish their releases on S3 now, before they were using todesktop.com. Currently I infer the most version download link from this api: https://api2.cursor.sh/updates/api/update/darwin-x64/cursor/0.0.0/ As you may notice this is for the macos version and not linux (source: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/c/cursor.rb). The reason is simply that I do not know the api endpoint for getting the linux version (I tried the most obvious variants). This is a terrible workaround, but is the best I can do right now and may break any time the releases for macos and linux get out of sync for any reason.
If anyone can figure out a reliable check for the most recent cursor release for linux I will be happy to integrate that.
Btw, getting the most recent release via their homepage is not a solution. They do staggered releases so this version will be different for everyone downloading from there and is not a reliable source to query for the most recent release.
ardasevinc commented on 2025-03-07 15:47 (UTC)
@s.pantaleev I've been using this as an alias with zsh. It works fine. Just modified it with grok to handle conversion to absolute paths.
1 2 3 4 5 6 7 Next › Last »