-
-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mouse cursor is either wrong or invisible on NixOS #3106
Comments
How did you install wezterm? The version information seems a bit unusual. |
Using Nix. Here's the package, and here's my overlay for a version from the I do believe #2687 is the same issue, but the reasons for why paths to cursor files are not found are different. NixOS doesn't follow Filesystem Hierarchy Standard. There are no directories like There is XCURSOR_THEME=Adwaita WEZTERM_LOG=window::os::x11::cursor=trace,window::os::wayland::pointer=trace,info wezterm start --always-new-process It stopped complaining about missing cursors, and I think it works now: I'm not sure whether that variable is supposed to be automatically set on other systems or not. Anyway, I put |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
What Operating System(s) are you seeing this problem on?
Linux Wayland
Which Wayland compositor or X11 Window manager(s) are you using?
Mutter 43.2.
WezTerm version
wezterm a5c2b1f
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
Upon entering the window, the cursor either has a wrong style or is invisible.
To Reproduce
Put your cursor in the window.
Configuration
I can reproduce the issue without a config by running
wezterm -n
.Expected Behavior
The cursor should be present and have a correct style.
Logs
Also getting the following errors when running
wezterm -n
:Anything else?
Here's a recording:
2023-02-13.19-20-32.mp4
Interesting that the cursor is visible in the last part of the recording, even though I haven't seen it on my screen.
The text was updated successfully, but these errors were encountered: