Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
No window borders after a recent update from 2.6.something (forgot to record) to 3.6.
Googled for vscode recommendations:
- “window.titleBarStyle”: “native” used to work, not anymore.
- “window.activeBorder”: “#ff0000” and going back and forth native<->custom, nothing helps.
- running as “cursor --ozone-platform=wayland --enable-features=UseOzonePlatform,WaylandWindowDecorations” does not help but it does with “code” so the cursor is making something on top.
- I managed to change the css in a running copy of the cursor as:
“.monaco-workbench”: “border: 2px solid #ff0000 !important; box-sizing: border-box !important;”,
“.titlebar”: “margin-left: 2px !important; margin-right: 2px !important; margin-top: 2px !important; width: calc(100% - 4px) !important;”
but it does not survice the restart of the cursor - tried adding the above to the Apc Customize UI+ but the extension does not work with the Cursor (even though I chmod’ed all permissions it wanted).
VScode does not have this problem. I run out of idea, what else to try? thanks!
Linux, fedora 44, gnome 50.1, wayland.
Steps to Reproduce
Just run the modern cursor in modern gnome.
Expected Behavior
All windows have window borders - firefox, chrome 148, thunderbird, vscode, etc etc etc, except the cursor.
Operating System
Linux
Version Information
3.6.31
Vscode 1.105.1.
Does this stop you from using Cursor
No - Cursor works, but with this issue