I'm interested in setting up a keyboard shortcut that will launch the graphical user interface for Gnome Screenshot. I am however unable to find the command that launches the GUI.
Executing gnome-screenshot
simply takes a screenshot, which is not what I am interested in.
You may look for interactive mode
man gnome-screenshot
Use:
Anyway, to get command for a GUI launcher in menu, look for its
.desktop
file. Example:Or use MenuLibre tool
For other screenshot options without opening the GUI:
gnome-screenshot -a
Grab a user selected area of the screengnome-screenshot -w
Grab a window instead of the entire screengnome-screenshot -c
Send screen grab directly to the clipboardFor additional options, in the terminal type your command -help
gnome-screenshot -help