-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Grimblast throwing error only on keybind invocation #125
Comments
Doesn't happen on my end. How are you launching Hyprland? |
I forgot to mention that the keybind used to work, though I have no idea when it broke as I don't take many screenshots. |
If you configure hyprland through HM, can you add this? (assuming it's not like this already) bind = [
# ...
", Print, exec, ${grimblast} --notify save area $XDG_PICTURES_DIR/screenshots/$(date +'%b%d-%T.png')"
]; If you don't configure with HM, then maybe try using the full path to grimblast. |
No luck. |
In case some clarifying info helps, grimblast does launch. I can select an area/window just fine, its only when I release the mouse button to take the screenshot that it tells me the error. |
Did a bit of troubleshooting: I don't know anything about systemd or uwsm, but somehow Additional attempt: |
Program
Grimblast
Maintainers of the program
@fufexan, @Misterio77
Bug or Regression?
Bug
Description
I have print bound to an area selection:
bind = ,Print, exec, grimblast --notify save area $XDG_PICTURES_DIR/screenshots/$(date +'%b%d-%T.png')
When invoked by pressing print, I get a notification saying
Error: Unable to invoke grim
. When running the exact same command in the terminal, it works as expected. Additionally,grimblast check
returns allOK
s.How to reproduce
...maybe? not sure if this will reproduce
Hyprland crash reports, program logs, images, videos
Nixos unstable, grimblast installed via flake
The text was updated successfully, but these errors were encountered: