You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
Starting DWL displays my cursor fine initially, but the cursor becomes invisible when I spawn a window. I am still able to interact with things on my screen and click on things, but the cursor is gone. When I close out of all of windows, the cursor does not reappear, it just stays invisible until I restart DWL entirely again.
Here are the logs generated by DWL after starting it with the -d option, opening a web browser with bemenu, closing that window, and then stopping DWL https://pastebin.com/DzjkNVrD.
The text was updated successfully, but these errors were encountered:
Wrong log, seems like you posted the stdout not the stderr. (use 2> instead of >)
EDIT: where did that wlroots come from?, I don't recognize that version, is it from the 0.16 branch of git?
EDIT 2:
does it disappear right after creating the window, or when it enters the window?.
also, what type is the window?, is a layer_surface (e.g, application launchers, bars), a xdg_shell (typically what we call native wayland applications, e.g. foot, browsers in wayland mode), or xwayland (X11 apps)?
For the record, someone (presumably you) said this in discord:
It seems that setting WLR_NO_HADWARE_CURSORS fixes the issue if one is using an NVIDIA graphics card, but I am using an Intel graphics card, and setting the env variable does not change anything for me.
That version of wlroots I got from the package manager I am using. I did not build wlroots myself.
The cursor disappears right after creating the window, immediately gone. I am using native Wayland apps.
Yes that was me in Discord.
Logs generated using the same steps as before (opening and closing the web browser) except using the command dwl -d 2> dwlissue.txt: https://pastebin.com/HijahcmT
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Info
dwl version: v0.4-61-gd6fabe3
wlroots version: wlroots-0.16.99_1
GPU: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller
Description
Starting DWL displays my cursor fine initially, but the cursor becomes invisible when I spawn a window. I am still able to interact with things on my screen and click on things, but the cursor is gone. When I close out of all of windows, the cursor does not reappear, it just stays invisible until I restart DWL entirely again.
Here are the logs generated by DWL after starting it with the
-d
option, opening a web browser with bemenu, closing that window, and then stopping DWL https://pastebin.com/DzjkNVrD.The text was updated successfully, but these errors were encountered: