Xdg-open configuration

Where does the bug appear (feature/product)?

Background Agent (GitHub, Slack, Web, Linear)

Describe the Bug

I am trying to use the “open in cursor” button in Ubuntu.
Installed from .deb.

Steps to Reproduce

Install cursor from .deb on Ubuntu
Run a background agent from web UI
Try open in cursor button

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.34
VSCode Version: 1.99.3
Commit: 45fd70f3fe72037444ba35c9e51ce86a1977ac10
Date: 2025-10-29T06:51:29.202Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Linux x64 6.14.0-35-generic

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. To help diagnose the issue, could you please share the following:

  1. What exactly happens when you click “Open in Cursor”?
    (Do you see an error, does nothing happen, does a different app open, etc.?)

  2. Browser console errors:

    • Open your browser dev tools (F12) and go to the Console tab
    • Then click the “Open in Cursor” button and paste any errors that appear here
  3. Protocol handler check:

    • Run this command in your terminal and share the exact output:

    xdg-mime query default x-scheme-handler/cursor

This info will help us see whether the cursor:// protocol handler was registered correctly during the .deb installation and what’s happening in the browser.

1 Like

Hi, I fixed it by reinstalling: I had an old AppImage version but now the .deb install works better on Ubuntu and fixes this issue. Thanks for the help!

1 Like