Package Details: cursor-bin 0.44.11-1

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: 15
Popularity: 6.59
First Submitted: 2024-06-09 14:27 (UTC)
Last Updated: 2025-01-03 23:06 (UTC)

Latest Comments

1 2 3 4 Next › Last »

w568w commented on 2024-12-04 09:07 (UTC)

It seems that cursor-bin.AppImage also requires gtk3. Please add that to the dependencies.

Quick reproduce:

# pacman -Rscn gtk3 # in a clean VM environment
$ yay -S cursor-bin
$ cursor
/tmp/.mount_cursortJnUbV/cursor: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory

kyckl1ng commented on 2024-11-28 16:54 (UTC)

I believe this was an upstream issue at some point but with Cursor right now it is only an issue when you have set "window.titleBarStyle": "native" (which it is not by default). Instead of the patch, I just saw that you can simply right click on the bar and choose to hide it, but I haven't found the setting for that.

PS I've made you a quick PR.

g.schulz commented on 2024-11-20 19:08 (UTC)

"Double window header on Gnome: please use patch https://github.com/getcursor/cursor/issues/837#issuecomment-2326443145"

Since I never had this issue (although being on Gnome) can anyone confirm that this is solved in mainline by now?

g.schulz commented on 2024-11-20 19:01 (UTC)

jabafett commented on 2024-11-17 19:08 (UTC)Pin comment I submitted a pull request a couple weeks ago adding the vender prefix and the desktop categories. --> I am very sorry, I hadn't checked any PRs in a while. It's merged! And thank you ver y much.

For any other fixes/changes, please create a PR, as I won't have much time till the end of the year to modify anything myself. I will make sure to turn on notifications for PR's so the wait won't be 3 weeks again ;)

jabafett commented on 2024-11-17 19:08 (UTC)

I submitted a pull request a couple weeks ago adding the vender prefix and the desktop categories.

sjfcs commented on 2024-10-20 03:23 (UTC)

Double window header on Gnome: please use patch https://github.com/getcursor/cursor/issues/837#issuecomment-2326443145

g.schulz commented on 2024-10-13 20:00 (UTC) (edited on 2024-10-13 20:03 (UTC) by g.schulz)

Thank you for letting me know. I will fix all issues when I get home. I am on vacation right now. In the meantime, If any would like to contribute a fix you can open a PR here: https://github.com/Gunther-Schulz/aur-cursor-bin-updater

ItsAlex commented on 2024-10-09 08:03 (UTC) (edited on 2024-10-09 08:04 (UTC) by ItsAlex)

Could you please fix the error with the .desktop file:

$ xdg-desktop-menu install /usr/share/applications/cursor.desktop
xdg-desktop-menu: filename 'cursor.desktop' does not have a proper vendor prefix
A vendor prefix consists of alpha characters ([a-zA-Z]) and is terminated with a dash ("-").
An example filename is 'example-cursor.desktop'
Use --novendor to override or 'xdg-desktop-menu --manual' for additional info.

I fixed it by renaming the file from cursor.desktop to cursor-cursor.desktop.

materemias commented on 2024-10-08 12:39 (UTC)

could you please include the title bar fix found in https://github.com/getcursor/cursor/issues/837#issuecomment-2326443145