-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Area selection cursor is shown in final screenshot #60
Comments
Can you post the full command you've used to take the screenshot? Also, are you using NVidia/have the |
Yes, I use nvidia, no I don't have it set, but it doesn't seem to make a difference if I do.
And I also made a small modification in grimblast where slurp is called: slurp -c ed8796 -b 00000000 -s 00000000 -B 00000000 |
I have the latest/same commit. |
We found out that grimblast captures hyprpicker cursor. Should we request a feature on hyprpicker to make cursor transparent? Or should we implement a separate package for freezing? |
I haven't seen that, mind showing an example? Maybe record a video of it happening? |
Sorry for the very late response.
Here is my env also if this could cause something.
231112_15h45m08s_recording.mp4Thanks 🙏 |
My guess is |
Even in non-nvidia environments, there are issues without that variable, but this should be fixable in the screenshot stack's code, right? |
Not sure what "screenshot stack" refers to here, but it's likely a bug with either slurp or hyprpicker. |
It refers to grim, slurp, and hyprpicker. |
none of these are the culprit, it's hyprland's fault. FWIW, same will happen on any wlroots compositor. We could get around it, but it would be inefficient. |
Had this issue for a while, but only just found out about the workaround of removing --freeze (or uninstalling hyprpicker if you don't use it). Had to look through one of the other threads to find it, so posting here in case anyone comes across this issue while searching. |
Removing freeze makes it even worse for me, as now both the cursor and the box I used to select the area are present in the screenshot. |
Not sure if it's related, but I have to double click in order to finish selecting area when doing Video_2024-01-16_15-06-26.mp4Removing |
I am having the same error with WLR_NO_HARDWARE_CURSORS=1 on Hyprland/Nix with both grim and grimblast. |
Also have this error on Hyprland/NixOS/nVidia with |
For me omitting the
Solved that for me! Maybe it helps someone :) |
WLR_NO_HARDWARE_CURSORS=1 should be removed by everyone at this point, it's been fixed in git for a while, and the latest stable release has the patch too. That also means we can solve this issue I guess. |
getting this again on -git and without |
Same, I forgot to report |
git ignores the env, it uses cursor:no_hardware_cursors instead |
don't have that set either |
For anyone with this issue, |
You should have |
As you can see in the screenshot, the cursor I selected the area with is shown. I didn't pass
--cursor
.The text was updated successfully, but these errors were encountered: