GNOME Bugzilla – Bug 753894
Add a semi-interactive option
Last modified: 2020-11-26 15:37:40 UTC
gnome-screenshot --interactive shows an option dialog before taking the screenshot and a save dialog after. Often, what people ask for is just the latter: A way to determine where the screenshot is stored. This commit adds a --save-interactive option which achieves this.
Created attachment 309762 [details] [review] Add a semi-interactive option
How do you expect this to be used, Matthias?
With this option, users can modify the "Take a screenshot" shortcut to run the gnome-screenshot --save-interactive command.
Hi, thi
Hi, this change would be very useful to me because I want separate shortcuts for saving screenshots of areas, windows, and the complete screen. Currently, I have to select the capturing mode every time, which is annoying, because I already know what mode I want by which shortcut I press, but I don't have any way to tell gnome-screenshot. Sorry about the half comment, I pressed save to add myself to the CC list and didn't realise that would post the comment immediately. I can't find a way to edit or delete it.
(In reply to Philipp Nowak from comment #5) > Hi, this change would be very useful to me because I want separate shortcuts > for saving screenshots of areas, windows, and the complete screen. There area already separate shortcuts for everything: * PrintScreen takes a screenshot of the full screen * Alt+PrintScreen takes a screenshot of the current window * Shift+PrintScreen takes an area screenshot * Ctrl+(any of the above) copies screenshot to clipboard instead of saving it into xdg-pictures.
We have https://gitlab.gnome.org/GNOME/gnome-screenshot/-/issues/102 now. Attached the patch there, let's close this.