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
When I press the shortcut (let say prt scr), it should take a screenshot of the whole screen & save it, even if we don't have ScreenGrab opened (I think it has to be open as a background process for the shortcut to work, but I'm not experienced in Software Development).
While doing this, NO notification should be generated either (or there can be an option to toggle notification on/off).
Current Behavior
Currently, we have to open ScreenGrab & enable "Autosave screenshot" & "Save first screenshot". After that whenever we press crtl+N, a screenshot gets saved. But for this to succeed, we need to be on the ScreenGrab window itself, we can't do this while being on some other window.
Possible Solution
Again, no software dev here. I'm using a make shift solution by using the following bash file named screenshot,
After that I made it into an executable & assigned ./screenshot to my prt scr button.
If you're using my method, please put my name (Sourav Mahato) in the credits too. You know, just for the bragging rights. XD
Steps to Reproduce (for bugs)
N/A
Context
While playing Video Games, I can't open ScreenGrab to take screenshot. Also, just pressing prt scr is a lot faster too than opening an app, pressing a shortcut & then closing it.
System Information
Distribution & Version: Debian 12 (bookworm) x86_64
Kernel: 6.1.0-20-amd64
Qt Version: 5.15.8
libqtxdg Version: Dunno, just put the command how to check it (LXQt version: 1.2.0)
lxqt-build-tools Version: Dunno, just put the command how to check it (LXQt version: 1.2.0)
Package version: screengrab 2.5.0
The text was updated successfully, but these errors were encountered:
I'd like to second this. Trying to get away from GNOME which has equivalent behavior - you can specify a filename at CLI to save and silently exit. So I had a shortcut like this:
sh -c 'gnome-screenshot -f /home/$USER/Pictures/Screenshot_from($date"+%Y-%m-%d_%H-%M-%S").jpg'
...would nice to have equivalent or at least maybe a switch -q / --quit to silently exit after saving so it doesn't show the window every time.
The shellscript OP did doesn't work for screengrab -r to get a selectable region (which would also like to bind to a shortcut). screengrab --region --quit to exit after saving (no window popup) would be perfect.
Expected Behavior
When I press the shortcut (let say
prt scr
), it should take a screenshot of the whole screen & save it, even if we don't have ScreenGrab opened (I think it has to be open as a background process for the shortcut to work, but I'm not experienced in Software Development).While doing this, NO notification should be generated either (or there can be an option to toggle notification on/off).
Current Behavior
Currently, we have to open ScreenGrab & enable "Autosave screenshot" & "Save first screenshot". After that whenever we press
crtl
+N
, a screenshot gets saved. But for this to succeed, we need to be on the ScreenGrab window itself, we can't do this while being on some other window.Possible Solution
Again, no software dev here. I'm using a make shift solution by using the following bash file named screenshot,
After that I made it into an executable & assigned
./screenshot
to myprt scr
button.If you're using my method, please put my name (
Sourav Mahato
) in the credits too. You know, just for the bragging rights. XDSteps to Reproduce (for bugs)
N/A
Context
While playing Video Games, I can't open ScreenGrab to take screenshot. Also, just pressing
prt scr
is a lot faster too than opening an app, pressing a shortcut & then closing it.System Information
The text was updated successfully, but these errors were encountered: