Missing Accept/Skip/Reject Controls on Linux #3595

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When a command is generated that normally requires manual approval, the Accept / Skip / Reject controls do not appear in the UI. This cripples the agent. Confirmed working in 1.5.11. Seems to have just broken in 1.6.22.

Steps to Reproduce

Start Cursor with a clean profile and logging enabled:
cursor --enable-logging --v=1 --user-data-dir ~/.cursor-temp
Open any project and in a new chat run a prompt that triggers an interactive command, e.g. "run a command that touches a file".
Cursor inserts the command but does not render the approval UI.

Screenshots / Screen Recordings

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.6.22
VSCode Version: 1.99.3
Commit: 0cc5b2dcee887155094cc3d879718855ac5414a0
Date: 2025-09-15T17:09:23.536Z
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-29-generic

Additional Information

XDG_SESSION_TYPE=x11
XDG_CURRENT_DESKTOP=ubuntu:GNOME
Install method: AppImage (1.5.11 updated to 1.6.22)
NVIDIA Driver Version: 575.57.08

lspci -k | grep -A 3 -E “VGA|3D”
00:02.0 VGA compatible controller: Intel Corporation Meteor Lake-P [Intel Arc Graphics] (rev 08)
Subsystem: Dell Meteor Lake-P [Intel Arc Graphics]
Kernel driver in use: i915
Kernel modules: i915, xe
01:00.0 VGA compatible controller: NVIDIA Corporation AD104GLM [RTX 3500 Ada Generation Laptop GPU] (rev a1)
Subsystem: Dell AD104GLM [RTX 3500 Ada Generation Laptop GPU]
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia

lsb_release -a: Ubuntu 24.04.2 LTS
uname -r: 6.14.0-29-generic

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. We’ll look into it.

This seems to be fixed in 1.6.27. Thanks!

Version: 1.6.27
VSCode Version: 1.99.3
Commit: d750e54bba5cffada6d7b3d18e5688ba5e944ad0
Date: 2025-09-17T20:21:17.042Z
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-29-generic

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.