Bug in extension URL handler on Linux

We found out that I can “work around” the issue like this:

  • capture the URL
  • pass it to cursor explicitly like this: cursor --open-url "cursor://gitpod.gitpod-flex/connect?endpoint=https%3A%2F%2Fapp.gitpod.io%2Fapi&environmentId=0194d52a-8a74-7246-9406-dba1debb182b&userId=01920f21-0c11-7e20-8b7e-433d56a0bfdb"

Which also led us to discover that it’s cursor <url> which is “broken”.
So as a workaround, what helped me edit my cursor.desktop file, and add the --open-url argument to the Exec line.

I just wonder whether that is the right way to do it? If yes, it would be a quick fix I guess. :slightly_smiling_face:

1 Like